Enum zinc_hal_lpc11xx::ioregs::C_CAN_canif1_mctrl_newdat
[−]
[src]
pub enum C_CAN_canif1_mctrl_newdat { NoNewData, NewDataWritten, }
Variants
NoNewData | No new data has been written into the data portion of this message object by the message handler since this flag was cleared last by the CPU. |
NewDataWritten | The message handler or the CPU has written new data into the data portion of this message object. |