Implementation of hal_flash. More...
#include "nrf24le1.h"
#include "hal_flash.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) |
Implementation of hal_flash.
Definition in file hal_flash.c.