STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
FLASH_Interrupts

Macros

#define FLASH_IT_ERROR   ((uint32_t)0x00000400)
 
#define FLASH_IT_EOP   ((uint32_t)0x00001000)
 
#define FLASH_IT_BANK1_ERROR   FLASH_IT_ERROR
 
#define FLASH_IT_BANK1_EOP   FLASH_IT_EOP
 
#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

#define FLASH_IT_BANK1_ERROR   FLASH_IT_ERROR

FPEC BANK1 error interrupt source

#define FLASH_IT_EOP   ((uint32_t)0x00001000)

End of FLASH Operation Interrupt source

#define FLASH_IT_ERROR   ((uint32_t)0x00000400)

FPEC error interrupt source