Struct esp32_hal::pac::sens::sar_touch_thres5::R
pub struct R(_);
Expand description
Register SAR_TOUCH_THRES5
reader
Implementations§
§impl R
impl R
pub fn touch_out_th9(&self) -> FieldReaderRaw<u16, u16>
pub fn touch_out_th9(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - the threshold for touch pad 9
pub fn touch_out_th8(&self) -> FieldReaderRaw<u16, u16>
pub fn touch_out_th8(&self) -> FieldReaderRaw<u16, u16>
Bits 16:31 - the threshold for touch pad 8
Methods from Deref<Target = R<SAR_TOUCH_THRES5_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_THRES5_SPEC>> for R
impl From<R<SAR_TOUCH_THRES5_SPEC>> for R
§fn from(reader: R<SAR_TOUCH_THRES5_SPEC>) -> R
fn from(reader: R<SAR_TOUCH_THRES5_SPEC>) -> R
Converts to this type from the input type.