ElinkR

Type Alias ElinkR 

pub type ElinkR = BitReader<Elink>;
Expand description

Field ELINK reader - Enables channel-to-channel linking on minor loop complete

Aliased Type§

pub struct ElinkR { /* private fields */ }

Implementations§

§

impl ElinkR

pub const fn variant(&self) -> Elink

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