Enum zinc_hal_lpc11xx::ioregs::C_CAN_canif2_arb2_dir [] [src]

pub enum C_CAN_canif2_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).

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_canif2_arb2_dir

fn eq(&self, __arg_0: &C_CAN_canif2_arb2_dir) -> bool

fn ne(&self, __arg_0: &C_CAN_canif2_arb2_dir) -> bool