pub struct W(/* private fields */);
Expand description
Register tp_ctrl2
writer
Implementations§
source§impl W
impl W
sourcepub fn pre_mea_thre_cnt(&mut self) -> PRE_MEA_THRE_CNT_W<'_, 0>
pub fn pre_mea_thre_cnt(&mut self) -> PRE_MEA_THRE_CNT_W<'_, 0>
Bits 0:23 - TP Pressure Measurement Threshold Control
sourcepub fn pre_mea_en(&mut self) -> PRE_MEA_EN_W<'_, 24>
pub fn pre_mea_en(&mut self) -> PRE_MEA_EN_W<'_, 24>
Bit 24 - TP Pressure Measurement Enable Control
sourcepub fn tp_fifo_mode_select(&mut self) -> TP_FIFO_MODE_SELECT_W<'_, 26>
pub fn tp_fifo_mode_select(&mut self) -> TP_FIFO_MODE_SELECT_W<'_, 26>
Bits 26:27 - TP Access Data Mode Select
sourcepub fn tp_sensitive_adjust(&mut self) -> TP_SENSITIVE_ADJUST_W<'_, 28>
pub fn tp_sensitive_adjust(&mut self) -> TP_SENSITIVE_ADJUST_W<'_, 28>
Bits 28:31 - Internal Pull-up Resistor Control
Methods from Deref<Target = W<TP_CTRL2_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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