pub enum HTACT_A {
_0 = 0,
_1 = 1,
}Expand description
USB Host Sequencer Status Monitor
Value on reset: 0
Variants§
_0 = 0
0: Host sequencer of the USB is completely stopped.
_1 = 1
1: Host sequencer of the USB is not completely stopped.
Trait Implementations§
impl Copy for HTACT_A
impl Eq for HTACT_A
impl StructuralPartialEq for HTACT_A
Auto Trait Implementations§
impl Freeze for HTACT_A
impl RefUnwindSafe for HTACT_A
impl Send for HTACT_A
impl Sync for HTACT_A
impl Unpin for HTACT_A
impl UnwindSafe for HTACT_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