Struct d1_pac::tpadc::tp_int_fifo_stat::R
source · pub struct R(/* private fields */);
Expand description
Register tp_int_fifo_stat
reader
Implementations§
source§impl R
impl R
sourcepub fn tp_down_pending(&self) -> TP_DOWN_PENDING_R
pub fn tp_down_pending(&self) -> TP_DOWN_PENDING_R
Bit 0 - TP First Touch (Stylus DOWN) Pending
sourcepub fn tp_up_pending(&self) -> TP_UP_PENDING_R
pub fn tp_up_pending(&self) -> TP_UP_PENDING_R
Bit 1 - TP Last Touch (Stylus UP) Pending
sourcepub fn tp_idle_flg(&self) -> TP_IDLE_FLG_R
pub fn tp_idle_flg(&self) -> TP_IDLE_FLG_R
Bit 2 - TP Idle Flag
sourcepub fn fifo_data_pending(&self) -> FIFO_DATA_PENDING_R
pub fn fifo_data_pending(&self) -> FIFO_DATA_PENDING_R
Bit 16 - TP FIFO Data Available Pending
sourcepub fn fifo_overrun_pending(&self) -> FIFO_OVERRUN_PENDING_R
pub fn fifo_overrun_pending(&self) -> FIFO_OVERRUN_PENDING_R
Bit 17 - TP FIFO Overrun Pending
Methods from Deref<Target = R<TP_INT_FIFO_STAT_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