Struct d1_pac::tpadc::tp_int_fifo_stat::W
source · pub struct W(/* private fields */);
Expand description
Register tp_int_fifo_stat
writer
Implementations§
source§impl W
impl W
sourcepub fn tp_down_pending(&mut self) -> TP_DOWN_PENDING_W<'_, 0>
pub fn tp_down_pending(&mut self) -> TP_DOWN_PENDING_W<'_, 0>
Bit 0 - TP First Touch (Stylus DOWN) Pending
sourcepub fn tp_up_pending(&mut self) -> TP_UP_PENDING_W<'_, 1>
pub fn tp_up_pending(&mut self) -> TP_UP_PENDING_W<'_, 1>
Bit 1 - TP Last Touch (Stylus UP) Pending
sourcepub fn fifo_data_pending(&mut self) -> FIFO_DATA_PENDING_W<'_, 16>
pub fn fifo_data_pending(&mut self) -> FIFO_DATA_PENDING_W<'_, 16>
Bit 16 - TP FIFO Data Available Pending
sourcepub fn fifo_overrun_pending(&mut self) -> FIFO_OVERRUN_PENDING_W<'_, 17>
pub fn fifo_overrun_pending(&mut self) -> FIFO_OVERRUN_PENDING_W<'_, 17>
Bit 17 - TP FIFO Overrun Pending
Methods from Deref<Target = W<TP_INT_FIFO_STAT_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