OFS_R

Type Alias OFS_R 

Source
pub type OFS_R = FieldReader<u8, OFS_A>;
Expand description

Field OFS reader - Output Sampling Rate

Aliased Type§

pub struct OFS_R { /* private fields */ }

Implementations§

Source§

impl OFS_R

Source

pub fn variant(&self) -> Option<OFS_A>

Get enumerated values variant

Source

pub fn is_000(&self) -> bool

Checks if the value of the field is _000

Source

pub fn is_001(&self) -> bool

Checks if the value of the field is _001

Source

pub fn is_010(&self) -> bool

Checks if the value of the field is _010

Source

pub fn is_011(&self) -> bool

Checks if the value of the field is _011

Source

pub fn is_100(&self) -> bool

Checks if the value of the field is _100

Source

pub fn is_101(&self) -> bool

Checks if the value of the field is _101