#[repr(transparent)]pub struct Shorts(pub u32);
Expand description
Shortcuts between local events and tasks
Tuple Fields§
§0: u32
Implementations§
Source§impl Shorts
impl Shorts
Sourcepub const fn seqend0_stop(&self) -> bool
pub const fn seqend0_stop(&self) -> bool
Shortcut between event SEQEND[n] and task STOP
Sourcepub fn set_seqend0_stop(&mut self, val: bool)
pub fn set_seqend0_stop(&mut self, val: bool)
Shortcut between event SEQEND[n] and task STOP
Sourcepub const fn seqend1_stop(&self) -> bool
pub const fn seqend1_stop(&self) -> bool
Shortcut between event SEQEND[n] and task STOP
Sourcepub fn set_seqend1_stop(&mut self, val: bool)
pub fn set_seqend1_stop(&mut self, val: bool)
Shortcut between event SEQEND[n] and task STOP
Sourcepub const fn loopsdone_dma_seq0_start(&self) -> bool
pub const fn loopsdone_dma_seq0_start(&self) -> bool
Shortcut between event LOOPSDONE and task DMA.SEQ[n].START
Sourcepub fn set_loopsdone_dma_seq0_start(&mut self, val: bool)
pub fn set_loopsdone_dma_seq0_start(&mut self, val: bool)
Shortcut between event LOOPSDONE and task DMA.SEQ[n].START
Sourcepub const fn loopsdone_dma_seq1_start(&self) -> bool
pub const fn loopsdone_dma_seq1_start(&self) -> bool
Shortcut between event LOOPSDONE and task DMA.SEQ[n].START
Sourcepub fn set_loopsdone_dma_seq1_start(&mut self, val: bool)
pub fn set_loopsdone_dma_seq1_start(&mut self, val: bool)
Shortcut between event LOOPSDONE and task DMA.SEQ[n].START
Sourcepub const fn loopsdone_stop(&self) -> bool
pub const fn loopsdone_stop(&self) -> bool
Shortcut between event LOOPSDONE and task STOP
Sourcepub fn set_loopsdone_stop(&mut self, val: bool)
pub fn set_loopsdone_stop(&mut self, val: bool)
Shortcut between event LOOPSDONE and task STOP
Sourcepub const fn ramunderflow_stop(&self) -> bool
pub const fn ramunderflow_stop(&self) -> bool
Shortcut between event RAMUNDERFLOW and task STOP
Sourcepub fn set_ramunderflow_stop(&mut self, val: bool)
pub fn set_ramunderflow_stop(&mut self, val: bool)
Shortcut between event RAMUNDERFLOW and task STOP
Sourcepub const fn dma_seq0_buserror_stop(&self) -> bool
pub const fn dma_seq0_buserror_stop(&self) -> bool
Shortcut between event DMA.SEQ[n].BUSERROR and task STOP
Sourcepub fn set_dma_seq0_buserror_stop(&mut self, val: bool)
pub fn set_dma_seq0_buserror_stop(&mut self, val: bool)
Shortcut between event DMA.SEQ[n].BUSERROR and task STOP
Sourcepub const fn dma_seq1_buserror_stop(&self) -> bool
pub const fn dma_seq1_buserror_stop(&self) -> bool
Shortcut between event DMA.SEQ[n].BUSERROR and task STOP
Sourcepub fn set_dma_seq1_buserror_stop(&mut self, val: bool)
pub fn set_dma_seq1_buserror_stop(&mut self, val: bool)
Shortcut between event DMA.SEQ[n].BUSERROR and task STOP