Type Alias gd32f1::gd32f130::fmc::ctl::LkR

source ·
pub type LkR = BitReader<Lkr>;
Expand description

Field LK reader - FMC_CTL lock bit

Aliased Type§

struct LkR { /* private fields */ }

Implementations§

source§

impl LkR

source

pub const fn variant(&self) -> Lkr

Get enumerated values variant

source

pub fn is_unlocked(&self) -> bool

CTL register is unlocked

source

pub fn is_locked(&self) -> bool

CTL register is locked