Type Alias OsrW

Source
pub type OsrW<'a, REG> = FieldWriter<'a, REG, 3, Osrselect>;
Expand description

Field OSR writer - Sampling Rate

Aliased Type§

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

Implementations§

Source§

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

Source

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

No Over Sampling

Source

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

2x Over Sampling Ratio

Source

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

4x Over Sampling Ratio

Source

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

8x Over Sampling Ratio

Source

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

16x Over Sampling Ratio

Source

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

32x Over Sampling Ratio