Enum zinc_hal_lpc11xx::ioregs::C_CAN_canstat_txok
[−]
[src]
pub enum C_CAN_canstat_txok { NoSuccessfulTramsmission, SuccessfulTransmission, }
Variants
NoSuccessfulTramsmission | Since this bit was reset by the CPU, no message has been successfully transmitted. |
SuccessfulTransmission | Since this bit was last reset by the CPU, a message has been successfully transmitted (error free and acknowledged by at least one other node). |