NmipendsetW

Type Alias NmipendsetW 

pub type NmipendsetW<'a, REG> = BitWriter<'a, REG, Nmipendset>;
Expand description

Field NMIPENDSET writer - NMI set-pending bit

Aliased Type§

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

Implementations§

§

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

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

write: no effect; read: NMI exception is not pending

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

write: changes NMI exception state to pending; read: NMI exception is pending