Skip to main content

S2POWER_R

Type Alias S2POWER_R 

Source
pub type S2POWER_R = BitReader<S2POWER_A>;
Expand description

Field S2POWER reader - Keep RAM section S2 on or off in System ON mode.

Aliased Type§

pub struct S2POWER_R { /* private fields */ }

Implementations§

Source§

impl S2POWER_R

Source

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