Struct d1_pac::twi::twi_drv_fifo_con::R
source · pub struct R(/* private fields */);
Expand description
Register twi_drv_fifo_con
reader
Implementations§
source§impl R
impl R
sourcepub fn send_fifo_content(&self) -> SEND_FIFO_CONTENT_R
pub fn send_fifo_content(&self) -> SEND_FIFO_CONTENT_R
Bits 0:5
sourcepub fn send_fifo_clear(&self) -> SEND_FIFO_CLEAR_R
pub fn send_fifo_clear(&self) -> SEND_FIFO_CLEAR_R
Bit 6
sourcepub fn recv_fifo_content(&self) -> RECV_FIFO_CONTENT_R
pub fn recv_fifo_content(&self) -> RECV_FIFO_CONTENT_R
Bits 16:21
sourcepub fn recv_fifo_clear(&self) -> RECV_FIFO_CLEAR_R
pub fn recv_fifo_clear(&self) -> RECV_FIFO_CLEAR_R
Bit 22
Methods from Deref<Target = R<TWI_DRV_FIFO_CON_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