#[repr(u8)]pub enum Dcdsel {
CHRGDET_CTRL = 0,
USBHSDCD_CTRL = 1,
}Variants§
CHRGDET_CTRL = 0
Fields in USB1_CHRG_DETECT
USBHSDCD_CTRL = 1
Fields and state machines in the USBHSDCD module
Implementations§
Trait Implementations§
Source§impl Ord for Dcdsel
impl Ord for Dcdsel
Source§impl PartialOrd for Dcdsel
impl PartialOrd for Dcdsel
impl Copy for Dcdsel
impl Eq for Dcdsel
impl StructuralPartialEq for Dcdsel
Auto Trait Implementations§
impl Freeze for Dcdsel
impl RefUnwindSafe for Dcdsel
impl Send for Dcdsel
impl Sync for Dcdsel
impl Unpin for Dcdsel
impl UnwindSafe for Dcdsel
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