STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
SYSCFG_FPU_Interrupt_Config

Macros

#define SYSCFG_IT_IXC   SYSCFG_CFGR1_FPU_IE_5
 
#define SYSCFG_IT_IDC   SYSCFG_CFGR1_FPU_IE_4
 
#define SYSCFG_IT_OFC   SYSCFG_CFGR1_FPU_IE_3
 
#define SYSCFG_IT_UFC   SYSCFG_CFGR1_FPU_IE_2
 
#define SYSCFG_IT_DZC   SYSCFG_CFGR1_FPU_IE_1
 
#define SYSCFG_IT_IOC   SYSCFG_CFGR1_FPU_IE_0
 
#define IS_SYSCFG_IT(IT)   ((((IT) & (uint32_t)0x03FFFFFF) == 0) && ((IT) != 0))
 

Detailed Description

Macro Definition Documentation

#define SYSCFG_IT_DZC   SYSCFG_CFGR1_FPU_IE_1

Divide-by-zero Interrupt enable

#define SYSCFG_IT_IDC   SYSCFG_CFGR1_FPU_IE_4

Input denormal Interrupt enable

#define SYSCFG_IT_IOC   SYSCFG_CFGR1_FPU_IE_0

Invalid operation Interrupt enable

#define SYSCFG_IT_IXC   SYSCFG_CFGR1_FPU_IE_5

Inexact Interrupt enable (interrupt disabled by default)

#define SYSCFG_IT_OFC   SYSCFG_CFGR1_FPU_IE_3

Overflow Interrupt enable

#define SYSCFG_IT_UFC   SYSCFG_CFGR1_FPU_IE_2

Underflow Interrupt enable