Struct esp32_hal::pac::sens::sar_meas_wait2::R
pub struct R(_);
Expand description
Register SAR_MEAS_WAIT2
reader
Implementations§
§impl R
impl R
pub fn force_xpd_sar_sw(&self) -> BitReaderRaw<bool>
pub fn force_xpd_sar_sw(&self) -> BitReaderRaw<bool>
Bit 0
pub fn sar_amp_wait3(&self) -> FieldReaderRaw<u16, u16>
pub fn sar_amp_wait3(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15
pub fn force_xpd_amp(&self) -> FieldReaderRaw<u8, u8>
pub fn force_xpd_amp(&self) -> FieldReaderRaw<u8, u8>
Bits 16:17
pub fn force_xpd_sar(&self) -> FieldReaderRaw<u8, u8>
pub fn force_xpd_sar(&self) -> FieldReaderRaw<u8, u8>
Bits 18:19
pub fn sar2_rstb_wait(&self) -> FieldReaderRaw<u8, u8>
pub fn sar2_rstb_wait(&self) -> FieldReaderRaw<u8, u8>
Bits 20:27
Methods from Deref<Target = R<SAR_MEAS_WAIT2_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_MEAS_WAIT2_SPEC>> for R
impl From<R<SAR_MEAS_WAIT2_SPEC>> for R
§fn from(reader: R<SAR_MEAS_WAIT2_SPEC>) -> R
fn from(reader: R<SAR_MEAS_WAIT2_SPEC>) -> R
Converts to this type from the input type.