Struct esp32c2_hal::pac::apb_saradc::sar1data_status::R
pub struct R(_);
Expand description
Register SAR1DATA_STATUS
reader
Implementations§
§impl R
impl R
pub fn apb_saradc1_data(&self) -> FieldReaderRaw<u32, u32>
pub fn apb_saradc1_data(&self) -> FieldReaderRaw<u32, u32>
Bits 0:16 - Need add description
Methods from Deref<Target = R<SAR1DATA_STATUS_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<SAR1DATA_STATUS_SPEC>> for R
impl From<R<SAR1DATA_STATUS_SPEC>> for R
§fn from(reader: R<SAR1DATA_STATUS_SPEC>) -> R
fn from(reader: R<SAR1DATA_STATUS_SPEC>) -> R
Converts to this type from the input type.