Struct d1_pac::twi::twi_drv_fifo_con::W
source · pub struct W(/* private fields */);
Expand description
Register twi_drv_fifo_con
writer
Implementations§
source§impl W
impl W
sourcepub fn send_fifo_content(&mut self) -> SEND_FIFO_CONTENT_W<'_, 0>
pub fn send_fifo_content(&mut self) -> SEND_FIFO_CONTENT_W<'_, 0>
Bits 0:5
sourcepub fn send_fifo_clear(&mut self) -> SEND_FIFO_CLEAR_W<'_, 6>
pub fn send_fifo_clear(&mut self) -> SEND_FIFO_CLEAR_W<'_, 6>
Bit 6
sourcepub fn recv_fifo_content(&mut self) -> RECV_FIFO_CONTENT_W<'_, 16>
pub fn recv_fifo_content(&mut self) -> RECV_FIFO_CONTENT_W<'_, 16>
Bits 16:21
sourcepub fn recv_fifo_clear(&mut self) -> RECV_FIFO_CLEAR_W<'_, 22>
pub fn recv_fifo_clear(&mut self) -> RECV_FIFO_CLEAR_W<'_, 22>
Bit 22
Methods from Deref<Target = W<TWI_DRV_FIFO_CON_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