Type Alias xmc4300::can_node0::ncr::TrieW

source ·
pub type TrieW<'a, REG> = BitWriter<'a, REG, Trie>;
Expand description

Field TRIE writer - Transfer Interrupt Enable

Aliased Type§

struct TrieW<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> TrieW<'a, REG>
where REG: Writable + RegisterSpec,

source

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

Transfer interrupt is disabled.

source

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

Transfer interrupt is enabled.