Type Alias nrf52840_pac::nvmc::config::WEN_R

source ·
pub type WEN_R = FieldReader<u8, WEN_A>;
Expand description

Field WEN reader - 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_R { /* private fields */ }

Implementations§

source§

impl WEN_R

source

pub fn variant(&self) -> Option<WEN_A>

Get enumerated values variant

source

pub fn is_ren(&self) -> bool

Checks if the value of the field is REN

source

pub fn is_wen(&self) -> bool

Checks if the value of the field is WEN

source

pub fn is_een(&self) -> bool

Checks if the value of the field is EEN