11.2.8.15 FLASH_OB_GetRDP
FlagStatus FLASH_OB_GetRDP ( void )
Checks whether the FLASH Read out Protection Status is set or
not.
ï‚· FLASH ReadOut Protection Status(SET or RESET)
11.2.9 Interrupts and flags management functions
11.2.9.1 FLASH_ITConfig
void FLASH_ITConfig ( uint32_t FLASH_IT, FunctionalState
NewState)
Enables or disables the specified FLASH interrupts.
ï‚· FLASH_IT : specifies the FLASH interrupt sources to be
enabled or disabled. This parameter can be any combination
of the following values:
ï€ FLASH_IT_EOP : FLASH end of programming Interrupt
ï€ FLASH_IT_ERR : FLASH Error Interrupt
11.2.9.2 FLASH_GetFlagStatus
FlagStatus FLASH_GetFlagStatus ( uint32_t FLASH_FLAG)
Checks whether the specified FLASH flag is set or not.
ï‚· FLASH_FLAG : specifies the FLASH flag to check. This
parameter can be one of the following values:
ï€ FLASH_FLAG_BSY : FLASH write/erase operations in
progress flag
ï€ FLASH_FLAG_PGERR : FLASH Programming error