Enum zinc_hal_lpc11xx::ioregs::C_CAN_cantest_tx [] [src]

pub enum C_CAN_cantest_tx {
    ControlledByCANController,
    TXD,
    Low,
    High,
}

Variants

ControlledByCANController

Level at the CAN_TXD pin is controlled by the CAN controller. This is the value at reset.

TXD

The sample point can be monitored at the CAN_TXD pin.

Low

CAN_TXD pin is driven LOW/dominant.

High

CAN_TXD pin is driven HIGH/recessive.

Trait Implementations

Derived Implementations

impl PartialEq for C_CAN_cantest_tx

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

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