pub type OVERSAMPLE_R = FieldReader<u8, OVERSAMPLE_A>;
Expand description
Field OVERSAMPLE
reader - Oversample control
Aliased Type§
struct OVERSAMPLE_R { /* private fields */ }
Implementations§
Source§impl OVERSAMPLE_R
impl OVERSAMPLE_R
Sourcepub fn variant(&self) -> Option<OVERSAMPLE_A>
pub fn variant(&self) -> Option<OVERSAMPLE_A>
Get enumerated values variant
Sourcepub fn is_over16x(&self) -> bool
pub fn is_over16x(&self) -> bool
Checks if the value of the field is OVER16X
Sourcepub fn is_over32x(&self) -> bool
pub fn is_over32x(&self) -> bool
Checks if the value of the field is OVER32X
Sourcepub fn is_over64x(&self) -> bool
pub fn is_over64x(&self) -> bool
Checks if the value of the field is OVER64X
Sourcepub fn is_over128x(&self) -> bool
pub fn is_over128x(&self) -> bool
Checks if the value of the field is OVER128X
Sourcepub fn is_over256x(&self) -> bool
pub fn is_over256x(&self) -> bool
Checks if the value of the field is OVER256X