Type Alias nrf52840_pac::power::ramstatus::RAMBLOCK1_R

source ·
pub type RAMBLOCK1_R = BitReader<RAMBLOCK1_A>;
Expand description

Field RAMBLOCK1 reader - RAM block 1 is on or off/powering up

Aliased Type§

struct RAMBLOCK1_R { /* private fields */ }

Implementations§

source§

impl RAMBLOCK1_R

source

pub fn variant(&self) -> RAMBLOCK1_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