LocR

Type Alias LocR 

pub type LocR = BitReader<Loc>;
Expand description

Field LOC reader - Loss-of-Clock Reset

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

Reset not caused by a loss of external clock.

pub fn is_1(&self) -> bool

Reset caused by a loss of external clock.