pub type IRQOVER_W<'a, REG> = FieldWriterSafe<'a, REG, 2, IRQOVER_A>;
Expand description

Field IRQOVER writer -

Aliased Type§

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

Implementations§

source§

impl<'a, REG> IRQOVER_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

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

don’t invert the interrupt

source

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

invert the interrupt

source

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

drive interrupt low

source

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

drive interrupt high