Macros
Collaboration diagram for FLASH_Interrupts:

Macros

#define FLASH_IT_BANK1_EOP   FLASH_IT_EOP
 
#define FLASH_IT_BANK1_ERROR   FLASH_IT_ERROR
 
#define FLASH_IT_EOP   FLASH_CR_EOPIE
 
#define FLASH_IT_EOP   ((uint32_t)0x01000000)
 
#define FLASH_IT_EOP   ((uint32_t)0x00001000)
 
#define FLASH_IT_ERR   FLASH_CR_ERRIE
 
#define FLASH_IT_ERR   ((uint32_t)0x02000000)
 
#define FLASH_IT_ERROR   ((uint32_t)0x00000400)
 
#define IS_FLASH_IT(IT)   ((((IT) & (uint32_t)0xFFFFEBFF) == 0x00000000) && (((IT) != 0x00000000)))
 
#define IS_FLASH_IT(IT)   ((((IT) & (uint32_t)0xFCFFFFFF) == 0x00000000) && ((IT) != 0x00000000))
 
#define IS_FLASH_IT(IT)   ((((IT) & (uint32_t)0xFFFFEBFF) == 0x00000000) && (((IT) != 0x00000000)))
 

Detailed Description

Macro Definition Documentation

#define FLASH_IT_BANK1_EOP   FLASH_IT_EOP

End of FLASH BANK1 Operation Interrupt source

Definition at line 321 of file stm32f10x_flash.h.

#define FLASH_IT_BANK1_ERROR   FLASH_IT_ERROR

FPEC BANK1 error interrupt source

Definition at line 320 of file stm32f10x_flash.h.

#define FLASH_IT_EOP   FLASH_CR_EOPIE

End of programming interrupt source

Definition at line 85 of file stm32f30x_flash.h.

#define FLASH_IT_EOP   ((uint32_t)0x01000000)

End of FLASH Operation Interrupt source

Definition at line 253 of file stm32f4xx_flash.h.

#define FLASH_IT_EOP   ((uint32_t)0x00001000)

End of FLASH Operation Interrupt source

Definition at line 319 of file stm32f10x_flash.h.

#define FLASH_IT_ERR   FLASH_CR_ERRIE

Error interrupt source

Definition at line 86 of file stm32f30x_flash.h.

#define FLASH_IT_ERR   ((uint32_t)0x02000000)

Error Interrupt source

Definition at line 254 of file stm32f4xx_flash.h.

#define FLASH_IT_ERROR   ((uint32_t)0x00000400)

FPEC error interrupt source

Definition at line 318 of file stm32f10x_flash.h.

#define IS_FLASH_IT (   IT)    ((((IT) & (uint32_t)0xFFFFEBFF) == 0x00000000) && (((IT) != 0x00000000)))

Definition at line 87 of file stm32f30x_flash.h.

#define IS_FLASH_IT (   IT)    ((((IT) & (uint32_t)0xFCFFFFFF) == 0x00000000) && ((IT) != 0x00000000))

Definition at line 255 of file stm32f4xx_flash.h.

#define IS_FLASH_IT (   IT)    ((((IT) & (uint32_t)0xFFFFEBFF) == 0x00000000) && (((IT) != 0x00000000)))

Definition at line 323 of file stm32f10x_flash.h.



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