pub struct TRIGSRC_W<'a> { /* private fields */ }
Expand description
Field TRIGSRC
writer - Trigger Source
Implementations
sourceimpl<'a> TRIGSRC_W<'a>
impl<'a> TRIGSRC_W<'a>
sourcepub fn rtc_timestamp(self) -> &'a mut W
pub fn rtc_timestamp(self) -> &'a mut W
DMA RTC timestamp trigger
sourcepub fn sercom0_rx(self) -> &'a mut W
pub fn sercom0_rx(self) -> &'a mut W
Index of DMA RX trigger
sourcepub fn sercom0_tx(self) -> &'a mut W
pub fn sercom0_tx(self) -> &'a mut W
Index of DMA TX trigger
sourcepub fn sercom1_rx(self) -> &'a mut W
pub fn sercom1_rx(self) -> &'a mut W
Index of DMA RX trigger
sourcepub fn sercom1_tx(self) -> &'a mut W
pub fn sercom1_tx(self) -> &'a mut W
Index of DMA TX trigger
sourcepub fn sercom2_rx(self) -> &'a mut W
pub fn sercom2_rx(self) -> &'a mut W
Index of DMA RX trigger
sourcepub fn sercom2_tx(self) -> &'a mut W
pub fn sercom2_tx(self) -> &'a mut W
Index of DMA TX trigger
sourcepub fn sercom3_rx(self) -> &'a mut W
pub fn sercom3_rx(self) -> &'a mut W
Index of DMA RX trigger
sourcepub fn sercom3_tx(self) -> &'a mut W
pub fn sercom3_tx(self) -> &'a mut W
Index of DMA TX trigger
sourcepub fn sercom4_rx(self) -> &'a mut W
pub fn sercom4_rx(self) -> &'a mut W
Index of DMA RX trigger
sourcepub fn sercom4_tx(self) -> &'a mut W
pub fn sercom4_tx(self) -> &'a mut W
Index of DMA TX trigger
sourcepub fn sercom5_rx(self) -> &'a mut W
pub fn sercom5_rx(self) -> &'a mut W
Index of DMA RX trigger
sourcepub fn sercom5_tx(self) -> &'a mut W
pub fn sercom5_tx(self) -> &'a mut W
Index of DMA TX trigger
sourcepub fn sercom6_rx(self) -> &'a mut W
pub fn sercom6_rx(self) -> &'a mut W
Index of DMA RX trigger
sourcepub fn sercom6_tx(self) -> &'a mut W
pub fn sercom6_tx(self) -> &'a mut W
Index of DMA TX trigger
sourcepub fn sercom7_rx(self) -> &'a mut W
pub fn sercom7_rx(self) -> &'a mut W
Index of DMA RX trigger
sourcepub fn sercom7_tx(self) -> &'a mut W
pub fn sercom7_tx(self) -> &'a mut W
Index of DMA TX trigger
sourcepub fn can0_debug(self) -> &'a mut W
pub fn can0_debug(self) -> &'a mut W
DMA CAN Debug Req
sourcepub fn can1_debug(self) -> &'a mut W
pub fn can1_debug(self) -> &'a mut W
DMA CAN Debug Req
sourcepub fn adc0_resrdy(self) -> &'a mut W
pub fn adc0_resrdy(self) -> &'a mut W
index of DMA RESRDY trigger
sourcepub fn adc1_resrdy(self) -> &'a mut W
pub fn adc1_resrdy(self) -> &'a mut W
Index of DMA RESRDY trigger
sourcepub fn dac_empty_0(self) -> &'a mut W
pub fn dac_empty_0(self) -> &'a mut W
DMA DAC Empty Req
sourcepub fn dac_empty_1(self) -> &'a mut W
pub fn dac_empty_1(self) -> &'a mut W
DMA DAC Empty Req
sourcepub fn dac_resrdy_0(self) -> &'a mut W
pub fn dac_resrdy_0(self) -> &'a mut W
DMA DAC Result Ready Req
sourcepub fn dac_resrdy_1(self) -> &'a mut W
pub fn dac_resrdy_1(self) -> &'a mut W
DMA DAC Result Ready Req
Auto Trait Implementations
impl<'a> RefUnwindSafe for TRIGSRC_W<'a>
impl<'a> Send for TRIGSRC_W<'a>
impl<'a> Sync for TRIGSRC_W<'a>
impl<'a> Unpin for TRIGSRC_W<'a>
impl<'a> !UnwindSafe for TRIGSRC_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more