LolR

Type Alias LolR 

pub type LolR = BitReader<Lol>;
Expand description

Field LOL reader - Loss-of-Lock Interrupt

Aliased Type§

pub struct LolR { /* private fields */ }

Implementations§

§

impl LolR

pub const fn variant(&self) -> Lol

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.