Struct esp32_hal::pac::sens::sar_touch_out5::R
pub struct R(_);
Expand description
Register SAR_TOUCH_OUT5
reader
Implementations§
§impl R
impl R
pub fn touch_meas_out9(&self) -> FieldReaderRaw<u16, u16>
pub fn touch_meas_out9(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - the counter for touch pad 9
pub fn touch_meas_out8(&self) -> FieldReaderRaw<u16, u16>
pub fn touch_meas_out8(&self) -> FieldReaderRaw<u16, u16>
Bits 16:31 - the counter for touch pad 8
Methods from Deref<Target = R<SAR_TOUCH_OUT5_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_TOUCH_OUT5_SPEC>> for R
impl From<R<SAR_TOUCH_OUT5_SPEC>> for R
§fn from(reader: R<SAR_TOUCH_OUT5_SPEC>) -> R
fn from(reader: R<SAR_TOUCH_OUT5_SPEC>) -> R
Converts to this type from the input type.