pub type CONVMODE_R = FieldReader<u8, CONVMODE_A>;
Expand description
Field CONVMODE
reader - Conversion Mode
Aliased Type§
pub struct CONVMODE_R { /* private fields */ }
Implementations§
Source§impl CONVMODE_R
impl CONVMODE_R
Sourcepub fn variant(&self) -> Option<CONVMODE_A>
pub fn variant(&self) -> Option<CONVMODE_A>
Get enumerated values variant
Sourcepub fn is_continuous(&self) -> bool
pub fn is_continuous(&self) -> bool
Checks if the value of the field is CONTINUOUS
Sourcepub fn is_samplehold(&self) -> bool
pub fn is_samplehold(&self) -> bool
Checks if the value of the field is SAMPLEHOLD
Sourcepub fn is_sampleoff(&self) -> bool
pub fn is_sampleoff(&self) -> bool
Checks if the value of the field is SAMPLEOFF