Type Alias xmc4800::can_mo::mo::mofcr::TxieR

source ·
pub type TxieR = BitReader<Txie>;
Expand description

Field TXIE reader - Transmit Interrupt Enable

Aliased Type§

struct TxieR { /* private fields */ }

Implementations§

source§

impl TxieR

source

pub const fn variant(&self) -> Txie

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Message transmit interrupt is disabled.

source

pub fn is_value2(&self) -> bool

Message transmit interrupt is enabled.