|
void | flash_prefetch_enable (void) |
| This buffer is used for instruction fetches and may or may not be enabled by default, depending on platform. More...
|
|
void | flash_prefetch_disable (void) |
| Note carefully the clock restrictions under which the prefetch buffer may be set to disabled. More...
|
|
void | flash_set_ws (uint32_t ws) |
| Set the Number of Wait States. More...
|
|
void | flash_unlock_option_bytes (void) |
| Unlock the Option Byte Access. More...
|
|
static void | flash_set_program_size (uint32_t psize) |
| Set the Program Parallelism Size. More...
|
|
void | flash_clear_pgaerr_flag (void) |
| Clear the Programming Alignment Error Flag. More...
|
|
void | flash_clear_pgperr_flag (void) |
| Clear programming parallelism error flag. More...
|
|
void | flash_clear_wrperr_flag (void) |
| Clear the Write Protect Error Flag. More...
|
|
void | flash_lock_option_bytes (void) |
| Lock the Option Byte Access. More...
|
|
void | flash_program_double_word (uint32_t address, uint64_t data) |
| Program a 64 bit Word to FLASH. More...
|
|
void | flash_program_word (uint32_t address, uint32_t data) |
| Program a 32 bit Word to FLASH. More...
|
|
void | flash_program_half_word (uint32_t address, uint16_t data) |
| Program a Half Word to FLASH. More...
|
|
void | flash_program_byte (uint32_t address, uint8_t data) |
| Program an 8 bit Byte to FLASH. More...
|
|
void | flash_program (uint32_t address, const uint8_t *data, uint32_t len) |
| Program a Data Block to FLASH. More...
|
|
void | flash_erase_sector (uint8_t sector, uint32_t program_size) |
| Erase a Sector of FLASH. More...
|
|
void | flash_erase_all_sectors (uint32_t program_size) |
| Erase All FLASH. More...
|
|
void | flash_program_option_bytes (uint32_t data) |
| Program the Option Bytes. More...
|
|
void | flash_unlock (void) |
| Unlock the Flash Program and Erase Controller This enables write access to the Flash memory. More...
|
|
void | flash_lock (void) |
| Lock the Flash Program and Erase Controller Used to prevent spurious writes to FLASH. More...
|
|
void | flash_clear_eop_flag (void) |
| Clear the End of OPeration flag. More...
|
|
void | flash_dcache_enable (void) |
| Enable the data cache. More...
|
|
void | flash_dcache_disable (void) |
| Disable the data cache. More...
|
|
void | flash_icache_enable (void) |
| Enable the Instruction Cache. More...
|
|
void | flash_icache_disable (void) |
| Disable the Instruction Cache. More...
|
|
void | flash_dcache_reset (void) |
| Reset the Data Cache. More...
|
|
void | flash_icache_reset (void) |
| Reset the Instruction Cache. More...
|
|
void | flash_wait_for_last_operation (void) |
| Wait until Last Operation has Ended. More...
|
|
void | flash_clear_pgserr_flag (void) |
| Clear the Programming Sequence Error Flag. More...
|
|
void | flash_clear_status_flags (void) |
| Clear All Status Flags. More...
|
|