Interface for self-programming of on-chip Flash / Non Volatile Data Memory. More...
#include <stdint.h>
#include "hal_flash_hw.h"
#include "hal_flash_hw.h"
Go to the source code of this file.
Functions | |
void | hal_flash_page_erase (uint8_t pn) |
void | hal_flash_byte_write (uint16_t a, uint8_t b) |
void | hal_flash_bytes_write (uint16_t a, const uint8_t *p, uint16_t n) |
uint8_t | hal_flash_byte_read (uint16_t a) |
void | hal_flash_bytes_read (uint16_t a, uint8_t *p, uint16_t n) |
Interface for self-programming of on-chip Flash / Non Volatile Data Memory.
Definition in file hal_flash.h.