libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/stm32/flash.h>
Go to the source code of this file.
Functions | |
void | flash_wait_for_last_operation (void) |
Wait until Last Operation has Ended. More... | |
void | flash_clear_pgerr_flag (void) |
void | flash_clear_wrprterr_flag (void) |
void | flash_clear_status_flags (void) |
Clear All Status Flags. More... | |
void | flash_program_half_word (uint32_t address, uint16_t data) |
void | flash_erase_page (uint32_t page_address) |
void | flash_erase_all_pages (void) |