#define FLASH_SR_WRPRTERR
uint32_t flash_get_status_flags(void)
Read All Status Flags.
void flash_program_half_word(uint32_t address, uint16_t data)
Program a Half Word to FLASH.
void flash_unlock_option_bytes(void)
Unlock the Option Byte Access.
void flash_erase_option_bytes(void)
Erase All Option Bytes.
void flash_wait_for_last_operation(void)
Wait until Last Operation has Ended.
void flash_program_word(uint32_t address, uint32_t data)
Program a 32 bit Word to FLASH.
void flash_clear_pgerr_flag(void)
Unlock the Flash Program and Erase Controller.
void flash_clear_wrprterr_flag(void)
Clear the Write Protect Error Status Flag.
void flash_program_option_bytes(uint32_t address, uint16_t data)
Program the Option Bytes.