Expand description
Status register
Structs§
- STATUS_
SPEC - Status register
Type Aliases§
- BUS_
OFF_ ST_ R - Field
BUS_OFF_ST
reader - 1: In bus-off status, the TWAI Controller is no longer involved in bus activities. - ERR_
ST_ R - Field
ERR_ST
reader - 1: At least one of the RX/TX error counter has reached or exceeded the value set in register TWAI_ERR_WARNING_LIMIT_REG. - MISS_
ST_ R - Field
MISS_ST
reader - This bit reflects whether the data packet in the RX FIFO is complete. 1: The current packet is missing; 0: The current packet is complete - OVERRUN_
ST_ R - Field
OVERRUN_ST
reader - 1: The RX FIFO is full and data overrun has occurred. - R
- Register
STATUS
reader - RX_
BUF_ ST_ R - Field
RX_BUF_ST
reader - 1: The data in the RX buffer is not empty, with at least one received data packet. - RX_ST_R
- Field
RX_ST
reader - 1: The TWAI Controller is receiving a message from the bus. - TX_
BUF_ ST_ R - Field
TX_BUF_ST
reader - 1: The TX buffer is empty, the CPU may write a message into it. - TX_
COMPLETE_ R - Field
TX_COMPLETE
reader - 1: The TWAI controller has successfully received a packet from the bus. - TX_ST_R
- Field
TX_ST
reader - 1: The TWAI Controller is transmitting a message to the bus.