Struct esp32c2_hal::pac::apb_saradc::onetime_sample::R
pub struct R(_);
Expand description
Register ONETIME_SAMPLE
reader
Implementations§
§impl R
impl R
pub fn saradc_onetime_atten(&self) -> FieldReaderRaw<u8, u8>
pub fn saradc_onetime_atten(&self) -> FieldReaderRaw<u8, u8>
Bits 23:24 - Need add description
pub fn saradc_onetime_channel(&self) -> FieldReaderRaw<u8, u8>
pub fn saradc_onetime_channel(&self) -> FieldReaderRaw<u8, u8>
Bits 25:28 - Need add description
pub fn saradc_onetime_start(&self) -> BitReaderRaw<bool>
pub fn saradc_onetime_start(&self) -> BitReaderRaw<bool>
Bit 29 - Need add description
pub fn saradc2_onetime_sample(&self) -> BitReaderRaw<bool>
pub fn saradc2_onetime_sample(&self) -> BitReaderRaw<bool>
Bit 30 - Need add description
pub fn saradc1_onetime_sample(&self) -> BitReaderRaw<bool>
pub fn saradc1_onetime_sample(&self) -> BitReaderRaw<bool>
Bit 31 - Need add description
Methods from Deref<Target = R<ONETIME_SAMPLE_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<ONETIME_SAMPLE_SPEC>> for R
impl From<R<ONETIME_SAMPLE_SPEC>> for R
§fn from(reader: R<ONETIME_SAMPLE_SPEC>) -> R
fn from(reader: R<ONETIME_SAMPLE_SPEC>) -> R
Converts to this type from the input type.