LocR

Type Alias LocR 

pub type LocR = BitReader<Loc>;
Expand description

Field LOC reader - Loss-of-Clock Interrupt

Aliased Type§

pub struct LocR { /* private fields */ }

Implementations§

§

impl LocR

pub const fn variant(&self) -> Loc

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.