#[repr(u8)]pub enum DOUBLE_BUFFER_ISO_OFFSET_A {
_128 = 0,
_256 = 1,
_512 = 2,
_1024 = 3,
}
Expand description
The number of bytes buffer 1 is offset from buffer 0 in Isochronous mode. Only valid in double buffered mode for an Isochronous endpoint.
For a non Isochronous endpoint the offset is always 64 bytes.
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for DOUBLE_BUFFER_ISO_OFFSET_A
impl Clone for DOUBLE_BUFFER_ISO_OFFSET_A
source§fn clone(&self) -> DOUBLE_BUFFER_ISO_OFFSET_A
fn clone(&self) -> DOUBLE_BUFFER_ISO_OFFSET_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 Debug for DOUBLE_BUFFER_ISO_OFFSET_A
impl Debug for DOUBLE_BUFFER_ISO_OFFSET_A
source§impl From<DOUBLE_BUFFER_ISO_OFFSET_A> for u8
impl From<DOUBLE_BUFFER_ISO_OFFSET_A> for u8
source§fn from(variant: DOUBLE_BUFFER_ISO_OFFSET_A) -> Self
fn from(variant: DOUBLE_BUFFER_ISO_OFFSET_A) -> Self
Converts to this type from the input type.
impl Copy for DOUBLE_BUFFER_ISO_OFFSET_A
impl Eq for DOUBLE_BUFFER_ISO_OFFSET_A
impl StructuralPartialEq for DOUBLE_BUFFER_ISO_OFFSET_A
Auto Trait Implementations§
impl Freeze for DOUBLE_BUFFER_ISO_OFFSET_A
impl RefUnwindSafe for DOUBLE_BUFFER_ISO_OFFSET_A
impl Send for DOUBLE_BUFFER_ISO_OFFSET_A
impl Sync for DOUBLE_BUFFER_ISO_OFFSET_A
impl Unpin for DOUBLE_BUFFER_ISO_OFFSET_A
impl UnwindSafe for DOUBLE_BUFFER_ISO_OFFSET_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§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
)