pub struct W(_);
Expand description
Register FIFO_ST
writer
Implementations
sourceimpl W
impl W
sourcepub fn rx_update(&mut self) -> RX_UPDATE_W<'_, 20>
pub fn rx_update(&mut self) -> RX_UPDATE_W<'_, 20>
Bit 20 - Write 0 or 1 to I2C_RX_UPDATE to update the value of I2C_RXFIFO_END_ADDR and I2C_RXFIFO_START_ADDR.
sourcepub fn tx_update(&mut self) -> TX_UPDATE_W<'_, 21>
pub fn tx_update(&mut self) -> TX_UPDATE_W<'_, 21>
Bit 21 - Write 0 or 1 to I2C_TX_UPDATE to update the value of I2C_TXFIFO_END_ADDR and I2C_TXFIFO_START_ADDR.
Methods from Deref<Target = W<FIFO_ST_SPEC>>
Trait Implementations
sourceimpl From<W<FIFO_ST_SPEC>> for W
impl From<W<FIFO_ST_SPEC>> for W
sourcefn from(writer: W<FIFO_ST_SPEC>) -> Self
fn from(writer: W<FIFO_ST_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more