Lancaster University fork of the Nordic nrf51-SDK repository, which actually lives on github: https://github.com/lancaster-university/nrf51-sdk

Dependents:   nRF51822

Embed: (wiki syntax)

« Back to documentation index

nrf_nvmc.c File Reference

nrf_nvmc.c File Reference

NMVC driver implementation. More...

Go to the source code of this file.

Functions

void nrf_nvmc_page_erase (uint32_t address)
 Erase a page in flash.
void nrf_nvmc_write_byte (uint32_t address, uint8_t value)
 Write a single byte to flash.
void nrf_nvmc_write_word (uint32_t address, uint32_t value)
 Write a 32-bit word to flash.
void nrf_nvmc_write_bytes (uint32_t address, const uint8_t *src, uint32_t num_bytes)
 Write consecutive bytes to flash.
void nrf_nvmc_write_words (uint32_t address, const uint32_t *src, uint32_t num_words)
 Write consecutive words to flash.

Detailed Description

NMVC driver implementation.

Definition in file nrf_nvmc.c.