nrf52840_pac::power::ramstatus

Type Alias RAMBLOCK3_R

Source
pub type RAMBLOCK3_R = BitReader<RAMBLOCK3_A>;
Expand description

Field RAMBLOCK3 reader - RAM block 3 is on or off/powering up

Aliased Type§

struct RAMBLOCK3_R { /* private fields */ }

Implementations§

Source§

impl RAMBLOCK3_R

Source

pub fn variant(&self) -> RAMBLOCK3_A

Get enumerated values variant

Source

pub fn is_off(&self) -> bool

Checks if the value of the field is OFF

Source

pub fn is_on(&self) -> bool

Checks if the value of the field is ON