Struct esp32c3::apb_saradc::ctrl2::SARADC_SAR2_INV_R [−][src]
pub struct SARADC_SAR2_INV_R(_);
Expand description
Field SARADC_SAR2_INV
reader - 1: data to DIG ADC2 CTRL is inverted, otherwise not
Methods from Deref<Target = FieldReader<bool, bool>>
Returns true
if the bit is clear (0).
Returns true
if the bit is set (1).
Trait Implementations
type Target = FieldReader<bool, bool>
type Target = FieldReader<bool, bool>
The resulting type after dereferencing.