void flash_prefetch_enable(void)
This buffer is used for instruction fetches and may or may not be enabled by default,...
void flash_prefetch_disable(void)
Note carefully the clock restrictions under which the prefetch buffer may be set to disabled.
void flash_unlock(void)
Unlock the Flash Program and Erase Controller This enables write access to the Flash memory.
void flash_unlock_option_bytes(void)
Unlock the Option Byte Access.
void flash_set_ws(uint32_t ws)
Set the Number of Wait States.
void flash_lock(void)
Lock the Flash Program and Erase Controller Used to prevent spurious writes to FLASH.