Struct esp32s3_hal::pac::sens::sar_meas1_mux::R
pub struct R(_);
Expand description
Register SAR_MEAS1_MUX
reader
Implementations§
§impl R
impl R
pub fn sar1_dig_force(&self) -> BitReaderRaw<bool>
pub fn sar1_dig_force(&self) -> BitReaderRaw<bool>
Bit 31 - 1: SAR ADC1 controlled by DIG ADC1 CTRL
Methods from Deref<Target = R<SAR_MEAS1_MUX_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<SAR_MEAS1_MUX_SPEC>> for R
impl From<R<SAR_MEAS1_MUX_SPEC>> for R
§fn from(reader: R<SAR_MEAS1_MUX_SPEC>) -> R
fn from(reader: R<SAR_MEAS1_MUX_SPEC>) -> R
Converts to this type from the input type.