IrqcR

Type Alias IrqcR 

pub type IrqcR = FieldReader<Irqc>;
Expand description

Field IRQC reader - Interrupt Configuration

Aliased Type§

pub struct IrqcR { /* private fields */ }

Implementations§

§

impl IrqcR

pub const fn variant(&self) -> Option<Irqc>

Get enumerated values variant

pub fn is_0000(&self) -> bool

Interrupt Status Flag (ISF) is disabled.

pub fn is_0001(&self) -> bool

ISF flag and DMA request on rising edge.

pub fn is_0010(&self) -> bool

ISF flag and DMA request on falling edge.

pub fn is_0011(&self) -> bool

ISF flag and DMA request on either edge.

pub fn is_1000(&self) -> bool

ISF flag and Interrupt when logic 0.

pub fn is_1001(&self) -> bool

ISF flag and Interrupt on rising-edge.

pub fn is_1010(&self) -> bool

ISF flag and Interrupt on falling-edge.

pub fn is_1011(&self) -> bool

ISF flag and Interrupt on either edge.

pub fn is_1100(&self) -> bool

ISF flag and Interrupt when logic 1.