Type Alias nrf52840_pac::power::ramstatus::RAMBLOCK0_R

source ·
pub type RAMBLOCK0_R = BitReader<RAMBLOCK0_A>;
Expand description

Field RAMBLOCK0 reader - RAM block 0 is on or off/powering up

Aliased Type§

struct RAMBLOCK0_R { /* private fields */ }

Implementations§

source§

impl RAMBLOCK0_R

source

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