pub enum DIR_A {
TO = 0,
FROM = 1,
}
Expand description
Direction of transaction
Value on reset: 0
Variants§
TO = 0
0: data transmitted by the USB peripheral to the host PC
FROM = 1
1: data received by the USB peripheral from the host PC
Trait Implementations§
impl Copy for DIR_A
impl StructuralPartialEq for DIR_A
Auto Trait Implementations§
impl Freeze for DIR_A
impl RefUnwindSafe for DIR_A
impl Send for DIR_A
impl Sync for DIR_A
impl Unpin for DIR_A
impl UnwindSafe for DIR_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