pub type DACCH0CONV_R = FieldReader<u8, DACCH0CONV_A>;
Expand description
Field DACCH0CONV
reader - DAC channel 0 conversion mode
Aliased Type§
struct DACCH0CONV_R { /* private fields */ }
Implementations§
Source§impl DACCH0CONV_R
impl DACCH0CONV_R
Sourcepub fn variant(&self) -> DACCH0CONV_A
pub fn variant(&self) -> DACCH0CONV_A
Get enumerated values variant
Sourcepub fn is_disable(&self) -> bool
pub fn is_disable(&self) -> bool
Checks if the value of the field is DISABLE
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