GieW

Type Alias GieW 

pub type GieW<'a, REG> = BitWriter<'a, REG, Gie>;
Expand description

Field GIE writer - Global Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

All interrupt sources disabled.

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

All interrupt sources enabled. Note that the individual interrupt-enable bits still need to be set to generate interrupts.