STM32L486xx 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 93 of file stm32l4xx_hal.h.

#define SYSCFG_IT_FPU_IDC   SYSCFG_CFGR1_FPU_IE_4

Floating Point Unit Input denormal Interrupt

Definition at line 96 of file stm32l4xx_hal.h.

#define SYSCFG_IT_FPU_IOC   SYSCFG_CFGR1_FPU_IE_0

Floating Point Unit Invalid operation Interrupt

Definition at line 92 of file stm32l4xx_hal.h.

#define SYSCFG_IT_FPU_IXC   SYSCFG_CFGR1_FPU_IE_5

Floating Point Unit Inexact Interrupt

Definition at line 97 of file stm32l4xx_hal.h.

#define SYSCFG_IT_FPU_OFC   SYSCFG_CFGR1_FPU_IE_3

Floating Point Unit Overflow Interrupt

Definition at line 95 of file stm32l4xx_hal.h.

#define SYSCFG_IT_FPU_UFC   SYSCFG_CFGR1_FPU_IE_2

Floating Point Unit Underflow Interrupt

Definition at line 94 of file stm32l4xx_hal.h.