UlkR

Type Alias UlkR 

pub type UlkR = BitReader<Ulk>;
Expand description

Field ULK reader - Unlock status

Aliased Type§

pub struct UlkR { /* private fields */ }

Implementations§

§

impl UlkR

pub const fn variant(&self) -> Ulk

Get enumerated values variant

pub fn is_0(&self) -> bool

WDOG is locked.

pub fn is_1(&self) -> bool

WDOG is unlocked.