#[repr(u8)]
pub enum TRIGACT_A {
BLOCK,
BURST,
TRANSACTION,
}
Expand description
Trigger Action
Value on reset: 0
Variants
BLOCK
0: One trigger required for each block transfer
BURST
2: One trigger required for each burst transfer
TRANSACTION
3: One trigger required for each transaction
Trait Implementations
impl Copy for TRIGACT_A
impl StructuralPartialEq for TRIGACT_A
Auto Trait Implementations
impl RefUnwindSafe for TRIGACT_A
impl Send for TRIGACT_A
impl Sync for TRIGACT_A
impl Unpin for TRIGACT_A
impl UnwindSafe for TRIGACT_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