OsrW

Type Alias OsrW 

pub type OsrW<'a, REG> = FieldWriter<'a, REG, 5, Osr>;
Expand description

Field OSR writer - Oversampling Ratio

Aliased Type§

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

Implementations§

§

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

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

Writing 0 to this field will result in an oversampling ratio of 16

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

Oversampling ratio of 4, requires BOTHEDGE to be set.

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

Oversampling ratio of 5, requires BOTHEDGE to be set.

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

Oversampling ratio of 6, requires BOTHEDGE to be set.

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

Oversampling ratio of 7, requires BOTHEDGE to be set.

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

Oversampling ratio of 8.

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

Oversampling ratio of 9.

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

Oversampling ratio of 10.

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

Oversampling ratio of 11.

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

Oversampling ratio of 12.

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

Oversampling ratio of 13.

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

Oversampling ratio of 14.

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

Oversampling ratio of 15.

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

Oversampling ratio of 16.

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

Oversampling ratio of 17.

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

Oversampling ratio of 18.

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

Oversampling ratio of 19.

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

Oversampling ratio of 20.

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

Oversampling ratio of 21.

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

Oversampling ratio of 22.

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

Oversampling ratio of 23.

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

Oversampling ratio of 24.

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

Oversampling ratio of 25.

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

Oversampling ratio of 26.

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

Oversampling ratio of 27.

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

Oversampling ratio of 28.

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

Oversampling ratio of 29.

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

Oversampling ratio of 30.

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

Oversampling ratio of 31.

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

Oversampling ratio of 32.