Type Alias IntbgW

Source
pub type IntbgW<'a, REG> = BitWriter<'a, REG, Intbgselect>;
Expand description

Field INTBG writer - Interrupt at Block Gap

Aliased Type§

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

Implementations§

Source§

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

Source

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

Disabled

Source

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

Enabled