Type Alias ACIS_R

Source
pub type ACIS_R = FieldReader<u8, 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 fn variant(&self) -> Option<ACIS_A>

Get enumerated values variant

Source

pub fn is_on_toggle(&self) -> bool

Checks if the value of the field is ON_TOGGLE

Source

pub fn is_on_falling_edge(&self) -> bool

Checks if the value of the field is ON_FALLING_EDGE

Source

pub fn is_on_rising_edge(&self) -> bool

Checks if the value of the field is ON_RISING_EDGE