Type Alias ISC0_W

Source
pub type ISC0_W<'a, REG> = FieldWriter<'a, REG, 2, ISC0_A, Safe>;
Expand description

Field ISC0 writer - Interrupt Sense Control 0 bits

Aliased Type§

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

Implementations§

Source§

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

Source

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

The low level of INTx generates an interrupt request

Source

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

Any logical change on INTx generates an interrupt request

Source

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

The falling edge of INTx generates an interrupt request

Source

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

The rising edge of INTx generates an interrupt request