Type Definition efm32gg11b_pac::efm32gg11b840::can0::test::TX_W

source ·
pub type TX_W<'a, const O: u8> = FieldWriterSafe<'a, u32, TEST_SPEC, u8, TX_A, 2, O>;
Expand description

Field TX writer - Control of CAN_TX Pin

Implementations§

source§

impl<'a, const O: u8> TX_W<'a, O>

source

pub fn core(self) -> &'a mut W

Reset value, CAN_TX is controlled by the CAN Core.

source

pub fn sampt(self) -> &'a mut W

Sample Point can be monitored at CAN_TX pin.

source

pub fn low(self) -> &'a mut W

CAN_TX pin drives a dominant bit (0) value.

source

pub fn high(self) -> &'a mut W

CAN_TX pin drives a recessive bit (1) value.