Macros
Collaboration diagram for SYSCFG_FPU_Interrupt_Config:

Macros

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

Detailed Description

Macro Definition Documentation

#define IS_SYSCFG_IT (   IT)    ((((IT) & (uint32_t)0x03FFFFFF) == 0) && ((IT) != 0))

Definition at line 255 of file stm32f30x_syscfg.h.

#define SYSCFG_IT_DZC   SYSCFG_CFGR1_FPU_IE_1

Divide-by-zero Interrupt enable

Definition at line 252 of file stm32f30x_syscfg.h.

#define SYSCFG_IT_IDC   SYSCFG_CFGR1_FPU_IE_4

Input denormal Interrupt enable

Definition at line 249 of file stm32f30x_syscfg.h.

#define SYSCFG_IT_IOC   SYSCFG_CFGR1_FPU_IE_0

Invalid operation Interrupt enable

Definition at line 253 of file stm32f30x_syscfg.h.

#define SYSCFG_IT_IXC   SYSCFG_CFGR1_FPU_IE_5

Inexact Interrupt enable (interrupt disabled by default)

Definition at line 248 of file stm32f30x_syscfg.h.

#define SYSCFG_IT_OFC   SYSCFG_CFGR1_FPU_IE_3

Overflow Interrupt enable

Definition at line 250 of file stm32f30x_syscfg.h.

#define SYSCFG_IT_UFC   SYSCFG_CFGR1_FPU_IE_2

Underflow Interrupt enable

Definition at line 251 of file stm32f30x_syscfg.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:56