GcieW

Type Alias GcieW 

pub type GcieW<'a, REG> = BitWriter<'a, REG, Gcie>;
Expand description

Field GCIE writer - General Call Interrupt Enable

Aliased Type§

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

Implementations§

§

impl<'a, REG> GcieW<'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.