pub struct W(_);
Expand description
Register CMD
writer
Implementations
sourceimpl W
impl W
sourcepub fn tx_req(&mut self) -> TX_REQ_W<'_, 0>
pub fn tx_req(&mut self) -> TX_REQ_W<'_, 0>
Bit 0 - Set the bit to 1 to allow the driving nodes start transmission.
sourcepub fn abort_tx(&mut self) -> ABORT_TX_W<'_, 1>
pub fn abort_tx(&mut self) -> ABORT_TX_W<'_, 1>
Bit 1 - Set the bit to 1 to cancel a pending transmission request.
sourcepub fn release_buf(&mut self) -> RELEASE_BUF_W<'_, 2>
pub fn release_buf(&mut self) -> RELEASE_BUF_W<'_, 2>
Bit 2 - Set the bit to 1 to release the RX buffer.
sourcepub fn clr_overrun(&mut self) -> CLR_OVERRUN_W<'_, 3>
pub fn clr_overrun(&mut self) -> CLR_OVERRUN_W<'_, 3>
Bit 3 - Set the bit to 1 to clear the data overrun status bit.
sourcepub fn self_rx_req(&mut self) -> SELF_RX_REQ_W<'_, 4>
pub fn self_rx_req(&mut self) -> SELF_RX_REQ_W<'_, 4>
Bit 4 - Self reception request command. Set the bit to 1 to allow a message be transmitted and received simultaneously.
Methods from Deref<Target = W<CMD_SPEC>>
Trait Implementations
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