Type Alias ISC0_R

Source
pub type ISC0_R = FieldReader<ISC0_A>;
Expand description

Field ISC0 reader - Interrupt Sense Control 0 bits

Aliased Type§

struct ISC0_R { /* private fields */ }

Implementations§

Source§

impl ISC0_R

Source

pub const fn variant(&self) -> ISC0_A

Get enumerated values variant

Source

pub fn is_low(&self) -> bool

The low level of INTx generates an interrupt request

Source

pub fn is_toggle(&self) -> bool

Any logical change on INTx generates an interrupt request

Source

pub fn is_falling(&self) -> bool

The falling edge of INTx generates an interrupt request

Source

pub fn is_rising(&self) -> bool

The rising edge of INTx generates an interrupt request