LockupW

Type Alias LockupW 

pub type LockupW<'a, REG> = BitWriter<'a, REG, Lockup>;
Expand description

Field LOCKUP writer - Core Lockup Interrupt

Aliased Type§

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

Implementations§

§

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

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

Interrupt disabled.

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

Interrupt enabled.