InthalfR

Type Alias InthalfR 

pub type InthalfR = BitReader<Inthalf>;
Expand description

Field INTHALF reader - Enable an interrupt when major counter is half complete.

Aliased Type§

pub struct InthalfR { /* private fields */ }

Implementations§

§

impl InthalfR

pub const fn variant(&self) -> Inthalf

Get enumerated values variant

pub fn is_0(&self) -> bool

The half-point interrupt is disabled.

pub fn is_1(&self) -> bool

The half-point interrupt is enabled.