nrfx 3.3
Data Fields
nrfx_rramc_config_t Struct Reference

Configuration structure of the RRAMC driver instance. More...

#include <nrfx_rramc.h>

Data Fields

bool mode_write
 True if write mode is to be enabled, false otherwise.
 
uint8_t write_buff_size
 Size of write buffer. If set to 0, buffering is disabled.
 
uint16_t preload_timeout
 Preload value expressed in clock cycles.
 
bool preload_timeout_enable
 True if writing to RRAM is to be triggered on the next timeout, false otherwise.
 
uint16_t access_timeout
 Access timeout used either for going into standby power mode or to remain active on wake up, expressed in clock cycles.
 
bool abort_on_pof
 True if the current RRAM write operation is to be aborted on the power failure, false otherwise.
 
uint8_t irq_priority
 Interrupt priority.
 

Detailed Description

Configuration structure of the RRAMC driver instance.


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

Documentation feedback | Developer Zone | Subscribe | Updated