Type Alias S9POWER_W

Source
pub type S9POWER_W<'a, const O: u8> = BitWriter<'a, u32, POWER_SPEC, S9POWER_A, O>;
Expand description

Field S9POWER writer - Keep RAM section S9 on or off in System ON mode.

Aliased Type§

struct S9POWER_W<'a, const O: u8> { /* private fields */ }

Implementations§

Source§

impl<'a, const O: u8> S9POWER_W<'a, O>

Source

pub fn off(self) -> &'a mut W

Off

Source

pub fn on(self) -> &'a mut W

On