pub type W = W<CMD_SPEC>;
Expand description
Register CMD
writer
Aliased Type§
pub struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn tx_req(&mut self) -> TX_REQ_W<'_, CMD_SPEC>
pub fn tx_req(&mut self) -> TX_REQ_W<'_, CMD_SPEC>
Bit 0 - 1: present, a message shall be transmitted. 0: absent
Sourcepub fn abort_tx(&mut self) -> ABORT_TX_W<'_, CMD_SPEC>
pub fn abort_tx(&mut self) -> ABORT_TX_W<'_, CMD_SPEC>
Bit 1 - 1: present, if not already in progress, a pending transmission request is cancelled. 0: absent
Sourcepub fn release_buf(&mut self) -> RELEASE_BUF_W<'_, CMD_SPEC>
pub fn release_buf(&mut self) -> RELEASE_BUF_W<'_, CMD_SPEC>
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<'_, CMD_SPEC>
pub fn clear_data_overrun(&mut self) -> CLEAR_DATA_OVERRUN_W<'_, CMD_SPEC>
Bit 3 - 1: clear, the data overrun status bit is cleared. 0: no action.
Sourcepub fn self_rx_req(&mut self) -> SELF_RX_REQ_W<'_, CMD_SPEC>
pub fn self_rx_req(&mut self) -> SELF_RX_REQ_W<'_, CMD_SPEC>
Bit 4 - 1: present, a message shall be transmitted and received simultaneously. 0: absent.