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. |