Type Alias OVSS_W

Source
pub type OVSS_W<'a, REG> = FieldWriter<'a, REG, 4, OVSS>;
Expand description

Field OVSS writer - Oversampling shift This bit is set and cleared by software. Others: Reserved Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).

Aliased Type§

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

Implementations§

Source§

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

Source

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

No shift

Source

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

Shift 1-bit

Source

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

Shift 2-bits

Source

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

Shift 3-bits

Source

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

Shift 4-bits

Source

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

Shift 5-bits

Source

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

Shift 6-bits

Source

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

Shift 7-bits

Source

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

Shift 8-bits