STM32F2xx
FLASH driver: API update details
|
V0.0.3RC3
(and V0.0.2)
|
V0.0.3
|
void FLASH_PrefetchBufferCmd(uint32_t
FLASH_PrefetchBuffer);
|
void FLASH_PrefetchBufferCmd(FunctionalState
NewState);
|
void FLASH_UnlockOptionBytes(void);
|
void FLASH_OB_Unlock(void);
|
void FLASH_LockOptionBytes(void);
|
void FLASH_OB_Lock(void);
|
void FLASH_WriteProtection(uint32_t
FLASH_WRProt_Sector,
FunctionalState NewState);
|
void FLASH_OB_WRPConfig(uint32_t OB_WRP,
FunctionalState
NewState);
|
void FLASH_ReadProtection(uint8_t
FLASH_ReadProtection_Level);
|
void FLASH_OB_RDPConfig(uint8_t OB_RDP);
|
void FLASH_UserOptionByteConfig(uint8_t OB_IWDG,
uint8_t OB_STOP,
uint8_t OB_STDBY);
|
void FLASH_OB_UserConfig(uint8_t
OB_IWDG, uint8_t OB_STOP,
uint8_t OB_STDBY);
|
void FLASH_SetBORResetLevel(uint8_t
FLASH_BORResetLevel);
|
void FLASH_OB_BORConfig(uint8_t OB_BOR);
|
|
FLASH_Status FLASH_ProgramOTP(uint32_t Address,
uint32_t Data);
|
FLASH_Status FLASH_OptionBytesLoadStart(void);
|
FLASH_Status FLASH_OB_Launch(void);
|
uint32_t FLASH_GetUserOptionByte(void);
|
uint8_t FLASH_OB_GetUser(void);
|
uint8_t FLASH_GetWriteProtectionOptionByte(void);
|
uint16_t FLASH_OB_GetWRP(void);
|
FlagStatus FLASH_GetReadProtectionStatus(void);
|
FlagStatus FLASH_OB_GetRDP(void);
|
|
uint8_t FLASH_OB_GetBOR(void);
|