Type Alias nrf52840_pac::nvmc::config::WEN_W

source ·
pub type WEN_W<'a, const O: u8> = FieldWriter<'a, u32, CONFIG_SPEC, u8, WEN_A, 2, O>;
Expand description

Field WEN writer - Program memory access mode. It is strongly recommended to only activate erase and write modes when they are actively used. Enabling write or erase will invalidate the cache and keep it invalidated.

Aliased Type§

struct WEN_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> WEN_W<'a, O>

source

pub fn ren(self) -> &'a mut W

Read only access

source

pub fn wen(self) -> &'a mut W

Write enabled

source

pub fn een(self) -> &'a mut W

Erase enabled