pub enum ASYNCHRONOUS_SCHEDULE_ENABLE_A {
DISABLE = 0,
ENABLE = 1,
}
Expand description
Asynchronous Schedule Enable
This bit controls whether the host controller skips processing the Asynchronous Schedule.
Value on reset: 0
Variants§
DISABLE = 0
0: Do not process the Asynchronous Schedule
ENABLE = 1
1: Use the ASYNLISTADDR register to access the Asynchronous Schedule
Trait Implementations§
source§impl Clone for ASYNCHRONOUS_SCHEDULE_ENABLE_A
impl Clone for ASYNCHRONOUS_SCHEDULE_ENABLE_A
source§fn clone(&self) -> ASYNCHRONOUS_SCHEDULE_ENABLE_A
fn clone(&self) -> ASYNCHRONOUS_SCHEDULE_ENABLE_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl From<ASYNCHRONOUS_SCHEDULE_ENABLE_A> for bool
impl From<ASYNCHRONOUS_SCHEDULE_ENABLE_A> for bool
source§fn from(variant: ASYNCHRONOUS_SCHEDULE_ENABLE_A) -> Self
fn from(variant: ASYNCHRONOUS_SCHEDULE_ENABLE_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for ASYNCHRONOUS_SCHEDULE_ENABLE_A
impl PartialEq for ASYNCHRONOUS_SCHEDULE_ENABLE_A
source§fn eq(&self, other: &ASYNCHRONOUS_SCHEDULE_ENABLE_A) -> bool
fn eq(&self, other: &ASYNCHRONOUS_SCHEDULE_ENABLE_A) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ASYNCHRONOUS_SCHEDULE_ENABLE_A
impl Eq for ASYNCHRONOUS_SCHEDULE_ENABLE_A
impl StructuralPartialEq for ASYNCHRONOUS_SCHEDULE_ENABLE_A
Auto Trait Implementations§
impl Freeze for ASYNCHRONOUS_SCHEDULE_ENABLE_A
impl RefUnwindSafe for ASYNCHRONOUS_SCHEDULE_ENABLE_A
impl Send for ASYNCHRONOUS_SCHEDULE_ENABLE_A
impl Sync for ASYNCHRONOUS_SCHEDULE_ENABLE_A
impl Unpin for ASYNCHRONOUS_SCHEDULE_ENABLE_A
impl UnwindSafe for ASYNCHRONOUS_SCHEDULE_ENABLE_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)