libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/cm3/common.h>
Go to the source code of this file.
Functions | |
uint32_t | flash_write (uint32_t *dest, uint32_t *src, uint8_t cnt) |
Write to the user flash. More... | |
uint32_t | flash_read (uint32_t *src, uint32_t *dest, uint8_t cnt) |
Read from the user flash. More... | |
uint32_t | flash_erase (void) |
Erase the user flash. More... | |