SlocR

Type Alias SlocR 

pub type SlocR = BitReader<Sloc>;
Expand description

Field SLOC reader - Sticky Loss-of-Clock Reset

Aliased Type§

pub struct SlocR { /* private fields */ }

Implementations§

§

impl SlocR

pub const fn variant(&self) -> Sloc

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.