IntmajorR

Type Alias IntmajorR 

pub type IntmajorR = BitReader<Intmajor>;
Expand description

Field INTMAJOR reader - Enable an interrupt when major iteration count completes.

Aliased Type§

pub struct IntmajorR { /* private fields */ }

Implementations§

§

impl IntmajorR

pub const fn variant(&self) -> Intmajor

Get enumerated values variant

pub fn is_0(&self) -> bool

The end-of-major loop interrupt is disabled.

pub fn is_1(&self) -> bool

The end-of-major loop interrupt is enabled.