Type Alias ADTS_R

Source
pub type ADTS_R = FieldReader<ADTS_A>;
Expand description

Field ADTS reader - ADC Auto Trigger Sources

Aliased Type§

struct ADTS_R { /* private fields */ }

Implementations§

Source§

impl ADTS_R

Source

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

Get enumerated values variant

Source

pub fn is_free(&self) -> bool

Free Running mode

Source

pub fn is_ac(&self) -> bool

Analog Comparator

Source

pub fn is_int0(&self) -> bool

External Interrupt Request 0

Source

pub fn is_tc0_cma(&self) -> bool

Timer/Counter0 Compare Match A

Source

pub fn is_tc0_ovf(&self) -> bool

Timer/Counter0 Overflow

Source

pub fn is_tc0_cmb(&self) -> bool

Timer/Counter0 Compare Match B

Source

pub fn is_pcir(&self) -> bool

Pin Change Interrupt Request