#[repr(u8)]
pub enum EVACT_A {
NOACT,
TRIG,
CTRIG,
CBLOCK,
SUSPEND,
RESUME,
SSKIP,
INCPRI,
}
Expand description
Channel Event Input Action
Value on reset: 0
Variants
NOACT
0: No action
TRIG
1: Transfer and periodic transfer trigger
CTRIG
2: Conditional transfer trigger
CBLOCK
3: Conditional block transfer
SUSPEND
4: Channel suspend operation
RESUME
5: Channel resume operation
SSKIP
6: Skip next block suspend action
INCPRI
7: Increase priority
Trait Implementations
impl Copy for EVACT_A
impl StructuralPartialEq for EVACT_A
Auto Trait Implementations
impl RefUnwindSafe for EVACT_A
impl Send for EVACT_A
impl Sync for EVACT_A
impl Unpin for EVACT_A
impl UnwindSafe for EVACT_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