Type Alias SdbvselW

Source
pub type SdbvselW<'a, REG> = FieldWriter<'a, REG, 3, Sdbvselselect>;
Expand description

Field SDBVSEL writer - SD Bus Voltage Select

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> SdbvselW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

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

1.8V (Typ.)

Source

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

3.0V (Typ.)

Source

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

3.3V (Typ.)