Type Alias atsame70n21b::mcan0::test::TX_W

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

Field TX writer - Control of Transmit Pin (read/write)

Aliased Type§

struct TX_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

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

source

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

Reset value, CANTX controlled by the CAN Core, updated at the end of the CAN bit time.

source

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

Sample Point can be monitored at pin CANTX.

source

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

Dominant (‘0’) level at pin CANTX.

source

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

Recessive (‘1’) at pin CANTX.