pub type VOLTAGE_SELECT_W<'a, REG> = BitWriter<'a, REG, VOLTAGE_SELECT_A>;
Expand description

Field VOLTAGE_SELECT writer -

Aliased Type§

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

Implementations§

source§

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

source

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

Set voltage to 3.3V (DVDD >= 2V5)

source

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

Set voltage to 1.8V (DVDD <= 1V8)