Type Alias gd32f1::gd32f130::exti::inten::Inten0W

source ·
pub type Inten0W<'a, REG> = BitWriter<'a, REG, Inten0>;
Expand description

Field INTEN0 writer - Interrupt mask on line 0

Aliased Type§

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

Implementations§

source§

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

source

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

Interrupt from line is disabled

source

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

Interrupt from line is enabled