uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

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   ((uint32_t)0x00001000)

End of FLASH Operation Interrupt source

Definition at line 319 of file stm32f10x_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 323 of file stm32f10x_flash.h.