Type Alias RefselW

Source
pub type RefselW<'a, REG> = FieldWriter<'a, REG, 4, Refselselect>;
Expand description

Field REFSEL writer - Reference Selection

Aliased Type§

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

Implementations§

Source§

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

Source

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

Internal Bandgap Reference

Source

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

1/2 VDDANA

Source

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

VDDANA

Source

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

External Reference A

Source

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

External Reference B

Source

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

External Reference C (only on ADC1)