Type Alias avr_device::attiny85::ac::acsr::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