#[repr(u8)]pub enum Arbcmdsrc {
VAL0 = 0,
VAL1 = 1,
VAL2 = 2,
VAL3 = 3,
}Variants§
VAL0 = 0
Trigger source is AHB read command.
VAL1 = 1
Trigger source is AHB write command.
VAL2 = 2
Trigger source is IP command (by writing 1 to IPCMD[TRG]).
VAL3 = 3
Trigger source is a suspended command that has resumed.
Implementations§
Trait Implementations§
Source§impl Ord for Arbcmdsrc
impl Ord for Arbcmdsrc
Source§impl PartialOrd for Arbcmdsrc
impl PartialOrd for Arbcmdsrc
impl Copy for Arbcmdsrc
impl Eq for Arbcmdsrc
impl StructuralPartialEq for Arbcmdsrc
Auto Trait Implementations§
impl Freeze for Arbcmdsrc
impl RefUnwindSafe for Arbcmdsrc
impl Send for Arbcmdsrc
impl Sync for Arbcmdsrc
impl Unpin for Arbcmdsrc
impl UnwindSafe for Arbcmdsrc
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more