OsrR

Type Alias OsrR 

pub type OsrR = FieldReader<Osr>;
Expand description

Field OSR reader - Oversampling Ratio

Aliased Type§

pub struct OsrR { /* private fields */ }

Implementations§

§

impl OsrR

pub const fn variant(&self) -> Option<Osr>

Get enumerated values variant

pub fn is_00000(&self) -> bool

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

pub fn is_00011(&self) -> bool

Oversampling ratio of 4, requires BOTHEDGE to be set.

pub fn is_00100(&self) -> bool

Oversampling ratio of 5, requires BOTHEDGE to be set.

pub fn is_00101(&self) -> bool

Oversampling ratio of 6, requires BOTHEDGE to be set.

pub fn is_00110(&self) -> bool

Oversampling ratio of 7, requires BOTHEDGE to be set.

pub fn is_00111(&self) -> bool

Oversampling ratio of 8.

pub fn is_01000(&self) -> bool

Oversampling ratio of 9.

pub fn is_01001(&self) -> bool

Oversampling ratio of 10.

pub fn is_01010(&self) -> bool

Oversampling ratio of 11.

pub fn is_01011(&self) -> bool

Oversampling ratio of 12.

pub fn is_01100(&self) -> bool

Oversampling ratio of 13.

pub fn is_01101(&self) -> bool

Oversampling ratio of 14.

pub fn is_01110(&self) -> bool

Oversampling ratio of 15.

pub fn is_01111(&self) -> bool

Oversampling ratio of 16.

pub fn is_10000(&self) -> bool

Oversampling ratio of 17.

pub fn is_10001(&self) -> bool

Oversampling ratio of 18.

pub fn is_10010(&self) -> bool

Oversampling ratio of 19.

pub fn is_10011(&self) -> bool

Oversampling ratio of 20.

pub fn is_10100(&self) -> bool

Oversampling ratio of 21.

pub fn is_10101(&self) -> bool

Oversampling ratio of 22.

pub fn is_10110(&self) -> bool

Oversampling ratio of 23.

pub fn is_10111(&self) -> bool

Oversampling ratio of 24.

pub fn is_11000(&self) -> bool

Oversampling ratio of 25.

pub fn is_11001(&self) -> bool

Oversampling ratio of 26.

pub fn is_11010(&self) -> bool

Oversampling ratio of 27.

pub fn is_11011(&self) -> bool

Oversampling ratio of 28.

pub fn is_11100(&self) -> bool

Oversampling ratio of 29.

pub fn is_11101(&self) -> bool

Oversampling ratio of 30.

pub fn is_11110(&self) -> bool

Oversampling ratio of 31.

pub fn is_11111(&self) -> bool

Oversampling ratio of 32.