![]() |
TLx493D 3D Hall Sensor Generic Library
1.3
Generic library for the TLx493D 3D Hall sensor family
|
Storage to flash. More...
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Macros | |
#define | BASE_ADDR_SECTOR(x) ((uint32_t*)(0x10000000ull + 0x1000ull * (x))) |
Functions | |
void | FLASH_erase_stored_data (void) |
Erase one flash page at storage address. | |
void | FLASH_store (uint32_t *to_store, uint32_t size) |
Store data to flash. | |
void | FLASH_load (uint32_t *to_load, uint32_t size) |
Load data from flash. | |
Storage to flash.