nrfx 3.3
Data Fields
nrf_mramc_config_nvr_t Struct Reference

Configuration structure for NVR page n. More...

#include <nrf_mramc.h>

Data Fields

nrf_mramc_mode_write_t wen
 Write enable.
 
nrf_mramc_mode_erase_t een
 Erase enable.
 
bool lock
 Enables the lock for this register.
 
bool uren
 Enable read access to the upper part of NVR page, where the upper part size is NVR page size - 2KB.
 
bool uwen
 Enable write access to the upper part of NVR page, where the upper part size is NVR page size - 2KB.
 
bool lren
 Enable read access to the lower range of the NVR page, as defined by LRSIZE.
 
bool lwen
 Enable write access to the lower range of the NVR page, as defined by LWSIZE.
 
uint8_t lrsize
 Size of part of the lower 2KB memory in the NVR page to disable read access, expressed in 128-byte units.
 
uint8_t lwsize
 Size of part of the lower 2KB memory in the NVR page to disable write access, expressed in 128-byte units.
 

Detailed Description

Configuration structure for NVR page n.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated