MajorelinkR

Type Alias MajorelinkR 

pub type MajorelinkR = BitReader<Majorelink>;
Expand description

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

Aliased Type§

pub struct MajorelinkR { /* private fields */ }

Implementations§

§

impl MajorelinkR

pub const fn variant(&self) -> Majorelink

Get enumerated values variant

pub fn is_0(&self) -> bool

The channel-to-channel linking is disabled.

pub fn is_1(&self) -> bool

The channel-to-channel linking is enabled.