pub struct R(/* private fields */);
Expand description
Register tp_ctrl2
reader
Implementations§
source§impl R
impl R
sourcepub fn pre_mea_thre_cnt(&self) -> PRE_MEA_THRE_CNT_R
pub fn pre_mea_thre_cnt(&self) -> PRE_MEA_THRE_CNT_R
Bits 0:23 - TP Pressure Measurement Threshold Control
sourcepub fn pre_mea_en(&self) -> PRE_MEA_EN_R
pub fn pre_mea_en(&self) -> PRE_MEA_EN_R
Bit 24 - TP Pressure Measurement Enable Control
sourcepub fn tp_fifo_mode_select(&self) -> TP_FIFO_MODE_SELECT_R
pub fn tp_fifo_mode_select(&self) -> TP_FIFO_MODE_SELECT_R
Bits 26:27 - TP Access Data Mode Select
sourcepub fn tp_sensitive_adjust(&self) -> TP_SENSITIVE_ADJUST_R
pub fn tp_sensitive_adjust(&self) -> TP_SENSITIVE_ADJUST_R
Bits 28:31 - Internal Pull-up Resistor Control
Methods from Deref<Target = R<TP_CTRL2_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more