STM32L443xx HAL User Manual
Defines
FPU Interrupts
SYSCFG Exported Constants

Defines

#define SYSCFG_IT_FPU_IOC   SYSCFG_CFGR1_FPU_IE_0
#define SYSCFG_IT_FPU_DZC   SYSCFG_CFGR1_FPU_IE_1
#define SYSCFG_IT_FPU_UFC   SYSCFG_CFGR1_FPU_IE_2
#define SYSCFG_IT_FPU_OFC   SYSCFG_CFGR1_FPU_IE_3
#define SYSCFG_IT_FPU_IDC   SYSCFG_CFGR1_FPU_IE_4
#define SYSCFG_IT_FPU_IXC   SYSCFG_CFGR1_FPU_IE_5

Define Documentation

#define SYSCFG_IT_FPU_DZC   SYSCFG_CFGR1_FPU_IE_1

Floating Point Unit Divide-by-zero Interrupt

Definition at line 105 of file stm32l4xx_hal.h.

#define SYSCFG_IT_FPU_IDC   SYSCFG_CFGR1_FPU_IE_4

Floating Point Unit Input denormal Interrupt

Definition at line 108 of file stm32l4xx_hal.h.

#define SYSCFG_IT_FPU_IOC   SYSCFG_CFGR1_FPU_IE_0

Floating Point Unit Invalid operation Interrupt

Definition at line 104 of file stm32l4xx_hal.h.

#define SYSCFG_IT_FPU_IXC   SYSCFG_CFGR1_FPU_IE_5

Floating Point Unit Inexact Interrupt

Definition at line 109 of file stm32l4xx_hal.h.

#define SYSCFG_IT_FPU_OFC   SYSCFG_CFGR1_FPU_IE_3

Floating Point Unit Overflow Interrupt

Definition at line 107 of file stm32l4xx_hal.h.

#define SYSCFG_IT_FPU_UFC   SYSCFG_CFGR1_FPU_IE_2

Floating Point Unit Underflow Interrupt

Definition at line 106 of file stm32l4xx_hal.h.