IrqcW

Type Alias IrqcW 

pub type IrqcW<'a, REG> = FieldWriter<'a, REG, 4, Irqc>;
Expand description

Field IRQC writer - Interrupt Configuration

Aliased Type§

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

Implementations§

§

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

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

Interrupt Status Flag (ISF) is disabled.

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

ISF flag and DMA request on rising edge.

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

ISF flag and DMA request on falling edge.

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

ISF flag and DMA request on either edge.

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

ISF flag and Interrupt when logic 0.

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

ISF flag and Interrupt on rising-edge.

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

ISF flag and Interrupt on falling-edge.

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

ISF flag and Interrupt on either edge.

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

ISF flag and Interrupt when logic 1.