Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

NRF_NVMC_Type Struct Reference

NRF_NVMC_Type Struct Reference
[Device_Peripheral_Registers]

Non Volatile Memory Controller. More...

#include <nrf51.h>

Data Fields

__I uint32_t RESERVED0 [256]
__I uint32_t READY
__IO uint32_t CONFIG
__IO uint32_t ERASEPAGE
__IO uint32_t ERASEALL
__IO uint32_t ERASEPROTECTEDPAGE
__IO uint32_t ERASEUICR

Detailed Description

Non Volatile Memory Controller.

(NVMC)

Definition at line 1086 of file nrf51.h.


Field Documentation

__IO uint32_t CONFIG

Configuration register.

Definition at line 1090 of file nrf51.h.

__IO uint32_t ERASEALL

Register for erasing all non-volatile user memory.

Definition at line 1092 of file nrf51.h.

__IO uint32_t ERASEPAGE

Register for erasing a non-protected non-volatile memory page.

Definition at line 1091 of file nrf51.h.

__IO uint32_t ERASEPROTECTEDPAGE

Register for erasing a protected non-volatile memory page.

Definition at line 1093 of file nrf51.h.

__IO uint32_t ERASEUICR

Register for start erasing User Information Congfiguration Registers.

Definition at line 1094 of file nrf51.h.

__I uint32_t READY

Ready flag.

Definition at line 1088 of file nrf51.h.

__I uint32_t RESERVED0[256]

< NVMC Structure

Definition at line 1087 of file nrf51.h.