Type Alias TrigsrcR

Source
pub type TrigsrcR = FieldReader<Trigsrcselect>;
Expand description

Field TRIGSRC reader - Trigger Source

Aliased Type§

struct TrigsrcR { /* private fields */ }

Implementations§

Source§

impl TrigsrcR

Source

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

Get enumerated values variant

Source

pub fn is_disable(&self) -> bool

Only software/event triggers

Source

pub fn is_sercom0_rx(&self) -> bool

SERCOM0 RX Trigger

Source

pub fn is_sercom0_tx(&self) -> bool

SERCOM0 TX Trigger

Source

pub fn is_sercom1_rx(&self) -> bool

SERCOM1 RX Trigger

Source

pub fn is_sercom1_tx(&self) -> bool

SERCOM1 TX Trigger

Source

pub fn is_sercom2_rx(&self) -> bool

SERCOM2 RX Trigger

Source

pub fn is_sercom2_tx(&self) -> bool

SERCOM2 TX Trigger

Source

pub fn is_tcc0_ovf(&self) -> bool

TCC0 Overflow Trigger

Source

pub fn is_tcc0_mc0(&self) -> bool

TCC0 Match/Compare 0 Trigger

Source

pub fn is_tcc0_mc1(&self) -> bool

TCC0 Match/Compare 1 Trigger

Source

pub fn is_tcc0_mc2(&self) -> bool

TCC0 Match/Compare 2 Trigger

Source

pub fn is_tcc0_mc3(&self) -> bool

TCC0 Match/Compare 3 Trigger

Source

pub fn is_tc1_ovf(&self) -> bool

TC1 Overflow Trigger

Source

pub fn is_tc1_mc0(&self) -> bool

TC1 Match/Compare 0 Trigger

Source

pub fn is_tc1_mc1(&self) -> bool

TC1 Match/Compare 1 Trigger

Source

pub fn is_tc2_ovf(&self) -> bool

TC2 Overflow Trigger

Source

pub fn is_tc2_mc0(&self) -> bool

TC2 Match/Compare 0 Trigger

Source

pub fn is_tc2_mc1(&self) -> bool

TC2 Match/Compare 1 Trigger

Source

pub fn is_adc_resrdy(&self) -> bool

ADC Result Ready Trigger

Source

pub fn is_dac_empty(&self) -> bool

DAC Empty Trigger