Module esp32c3_hal::pac::twai::cmd
Expand description
Command Register
Structs
Type Definitions
Field
ABORT_TX
writer - Set the bit to 1 to cancel a pending transmission request.Field
CLR_OVERRUN
writer - Set the bit to 1 to clear the data overrun status bit.Field
RELEASE_BUF
writer - Set the bit to 1 to release the RX buffer.Field
SELF_RX_REQ
writer - Self reception request command. Set the bit to 1 to allow a message be transmitted and received simultaneously.Field
TX_REQ
writer - Set the bit to 1 to allow the driving nodes start transmission.