Enum nrf52840_pac::usbd::isosplit::SPLIT_A
source · #[repr(u16)]pub enum SPLIT_A {
ONE_DIR = 0,
HALF_IN = 128,
}
Expand description
Controls the split of ISO buffers
Value on reset: 0
Variants§
ONE_DIR = 0
0: Full buffer dedicated to either iso IN or OUT
HALF_IN = 128
128: Lower half for IN, upper half for OUT
Trait Implementations§
impl Copy for SPLIT_A
impl StructuralPartialEq for SPLIT_A
Auto Trait Implementations§
impl Freeze for SPLIT_A
impl RefUnwindSafe for SPLIT_A
impl Send for SPLIT_A
impl Sync for SPLIT_A
impl Unpin for SPLIT_A
impl UnwindSafe for SPLIT_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
)