Type Alias gd32f1::gd32f130::syscfg::cfg2::LvdLockW

source ·
pub type LvdLockW<'a, REG> = BitWriter<'a, REG, LvdLock>;
Expand description

Field LVD_LOCK writer - LVD lock

Aliased Type§

struct LvdLockW<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> LvdLockW<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn unlocked(self) -> &'a mut W<REG>

The LVD interrupt is disconnected from the break input

source

pub fn locked(self) -> &'a mut W<REG>

The LVD interrupt is connected to the break input