Functions

hal/nrf24lu1p/hal_flash.h File Reference

Interface functions for self-programming of on-chip Flash. More...

#include <stdint.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)

Detailed Description

Interface functions for self-programming of on-chip Flash.

Definition in file hal_flash.h.