Type Alias SdbpwrW

Source
pub type SdbpwrW<'a, REG> = BitWriter<'a, REG, Sdbpwrselect>;
Expand description

Field SDBPWR writer - SD Bus Power

Aliased Type§

struct SdbpwrW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> SdbpwrW<'a, REG>
where REG: Writable + RegisterSpec,

Source

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

Power off

Source

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

Power on