Enum zinc_hal_lpc11xx::ioregs::C_CAN_canif1_arb2_dir
[−]
[src]
pub enum C_CAN_canif1_arb2_dir { Receive, SuccessfulTransmission, }
Variants
Receive | Direction = receive. On TXRQST, a Remote Frame with the identifier of this Message Object is transmitted. On reception of a Data Frame with matching identifier, that message is stored in this Message Object. |
SuccessfulTransmission | Direction = transmit. On TXRQST, the respective Message Object is transmitted as a Data Frame. On reception of a Remote Frame with matching identifier, the TXRQST bit of this Message Object is set (if RMTEN = one). |