Type Alias gd32f1::gd32f130::syscfg::cfg2::LockupLockW

source ·
pub type LockupLockW<'a, REG> = BitWriter<'a, REG, LockupLock>;
Expand description

Field LOCKUP_LOCK writer - Cortex-M3 LOCKUP output lock

Aliased Type§

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

Implementations§

source§

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

source

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

The Cortex-M3 LOCKUP output is disconnected from the break input

source

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

The Cortex-M3 LOCKUP output is connected to the break input