#[repr(u8)]pub enum Ase {
DONT_PROCESS_ASYNC = 0,
ACCESS_ASYNC = 1,
}Variants§
DONT_PROCESS_ASYNC = 0
Do not process the Asynchronous Schedule
ACCESS_ASYNC = 1
Use the ASYNCLISTADDR register to access the Asynchronous Schedule
Implementations§
Trait Implementations§
Source§impl Ord for Ase
impl Ord for Ase
Source§impl PartialOrd for Ase
impl PartialOrd for Ase
impl Copy for Ase
impl Eq for Ase
impl StructuralPartialEq for Ase
Auto Trait Implementations§
impl Freeze for Ase
impl RefUnwindSafe for Ase
impl Send for Ase
impl Sync for Ase
impl Unpin for Ase
impl UnwindSafe for Ase
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