Type Alias atsame54n::can0::test::TX_W

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

Field TX writer - Control of Transmit Pin

Aliased Type§

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

Implementations§

source§

impl<'a, REG, const O: u8> TX_W<'a, REG, O>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

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

TX controlled by CAN core

source

pub fn sample(self) -> &'a mut W<REG>

TX monitoring sample point

source

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

Dominant (0) level at pin CAN_TX

source

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

Recessive (1) level at pin CAN_TX