MajorelinkW

Type Alias MajorelinkW 

pub type MajorelinkW<'a, REG> = BitWriter<'a, REG, Majorelink>;
Expand description

Field MAJORELINK writer - Enable channel-to-channel linking on major loop complete

Aliased Type§

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

Implementations§

§

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

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

The channel-to-channel linking is disabled.

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

The channel-to-channel linking is enabled.