Type Alias SelW

Source
pub type SelW<'a, REG> = BitWriter<'a, REG, Selselect>;
Expand description

Field SEL writer - Voltage Regulator Selection

Aliased Type§

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

Implementations§

Source§

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

Source

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

LDO selection

Source

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

Buck selection