Type Alias ACIS_R

Source
pub type ACIS_R = FieldReader<ACIS_A>;
Expand description

Field ACIS reader - Analog Comparator Interrupt Mode Select

Aliased Type§

struct ACIS_R { /* private fields */ }

Implementations§

Source§

impl ACIS_R

Source

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

Get enumerated values variant

Source

pub fn is_on_toggle(&self) -> bool

Interrupt on Toggle

Source

pub fn is_on_falling_edge(&self) -> bool

Interrupt on Falling Edge

Source

pub fn is_on_rising_edge(&self) -> bool

Interrupt on Rising Edge