pub struct W(_);Expand description
Register CMD writer
Implementations§
source§impl W
 
impl W
sourcepub fn tx_request(&mut self) -> TX_REQUEST_W<'_, 0>
 
pub fn tx_request(&mut self) -> TX_REQUEST_W<'_, 0>
Bit 0 - 1: present, a message shall be transmitted. 0: absent
sourcepub fn abort_tx(&mut self) -> ABORT_TX_W<'_, 1>
 
pub fn abort_tx(&mut self) -> ABORT_TX_W<'_, 1>
Bit 1 - 1: present, if not already in progress, a pending transmission request is cancelled. 0: absent
sourcepub fn release_buffer(&mut self) -> RELEASE_BUFFER_W<'_, 2>
 
pub fn release_buffer(&mut self) -> RELEASE_BUFFER_W<'_, 2>
Bit 2 - 1: released, the receive buffer, representing the message memory space in the RXFIFO is released. 0: no action
sourcepub fn clear_data_overrun(&mut self) -> CLEAR_DATA_OVERRUN_W<'_, 3>
 
pub fn clear_data_overrun(&mut self) -> CLEAR_DATA_OVERRUN_W<'_, 3>
Bit 3 - 1: clear, the data overrun status bit is cleared. 0: no action.
sourcepub fn self_rx_request(&mut self) -> SELF_RX_REQUEST_W<'_, 4>
 
pub fn self_rx_request(&mut self) -> SELF_RX_REQUEST_W<'_, 4>
Bit 4 - 1: present, a message shall be transmitted and received simultaneously. 0: absent.
Methods from Deref<Target = W<CMD_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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