pub type TrigsrcR = FieldReader<Trigsrcselect>;
Expand description
Field TRIGSRC
reader - Trigger Source
Aliased Type§
struct TrigsrcR { /* private fields */ }
Implementations§
Source§impl TrigsrcR
impl TrigsrcR
Sourcepub const fn variant(&self) -> Option<Trigsrcselect>
pub const fn variant(&self) -> Option<Trigsrcselect>
Get enumerated values variant
Sourcepub fn is_disable(&self) -> bool
pub fn is_disable(&self) -> bool
Only software/event triggers
Sourcepub fn is_sercom0_rx(&self) -> bool
pub fn is_sercom0_rx(&self) -> bool
SERCOM0 RX Trigger
Sourcepub fn is_sercom0_tx(&self) -> bool
pub fn is_sercom0_tx(&self) -> bool
SERCOM0 TX Trigger
Sourcepub fn is_sercom1_rx(&self) -> bool
pub fn is_sercom1_rx(&self) -> bool
SERCOM1 RX Trigger
Sourcepub fn is_sercom1_tx(&self) -> bool
pub fn is_sercom1_tx(&self) -> bool
SERCOM1 TX Trigger
Sourcepub fn is_sercom2_rx(&self) -> bool
pub fn is_sercom2_rx(&self) -> bool
SERCOM2 RX Trigger
Sourcepub fn is_sercom2_tx(&self) -> bool
pub fn is_sercom2_tx(&self) -> bool
SERCOM2 TX Trigger
Sourcepub fn is_tcc0_ovf(&self) -> bool
pub fn is_tcc0_ovf(&self) -> bool
TCC0 Overflow Trigger
Sourcepub fn is_tcc0_mc0(&self) -> bool
pub fn is_tcc0_mc0(&self) -> bool
TCC0 Match/Compare 0 Trigger
Sourcepub fn is_tcc0_mc1(&self) -> bool
pub fn is_tcc0_mc1(&self) -> bool
TCC0 Match/Compare 1 Trigger
Sourcepub fn is_tcc0_mc2(&self) -> bool
pub fn is_tcc0_mc2(&self) -> bool
TCC0 Match/Compare 2 Trigger
Sourcepub fn is_tcc0_mc3(&self) -> bool
pub fn is_tcc0_mc3(&self) -> bool
TCC0 Match/Compare 3 Trigger
Sourcepub fn is_tc1_ovf(&self) -> bool
pub fn is_tc1_ovf(&self) -> bool
TC1 Overflow Trigger
Sourcepub fn is_tc1_mc0(&self) -> bool
pub fn is_tc1_mc0(&self) -> bool
TC1 Match/Compare 0 Trigger
Sourcepub fn is_tc1_mc1(&self) -> bool
pub fn is_tc1_mc1(&self) -> bool
TC1 Match/Compare 1 Trigger
Sourcepub fn is_tc2_ovf(&self) -> bool
pub fn is_tc2_ovf(&self) -> bool
TC2 Overflow Trigger
Sourcepub fn is_tc2_mc0(&self) -> bool
pub fn is_tc2_mc0(&self) -> bool
TC2 Match/Compare 0 Trigger
Sourcepub fn is_tc2_mc1(&self) -> bool
pub fn is_tc2_mc1(&self) -> bool
TC2 Match/Compare 1 Trigger
Sourcepub fn is_adc_resrdy(&self) -> bool
pub fn is_adc_resrdy(&self) -> bool
ADC Result Ready Trigger
Sourcepub fn is_dac_empty(&self) -> bool
pub fn is_dac_empty(&self) -> bool
DAC Empty Trigger