pub enum PHYCCSEL {
Cc1 = 0,
Cc2 = 1,
}
Expand description
PHYCCSEL
Value on reset: 0
Variants§
Cc1 = 0
0: Use CC1 IO for Power Delivery communication
Cc2 = 1
1: Use CC2 IO for Power Delivery communication
Trait Implementations§
impl Copy for PHYCCSEL
impl Eq for PHYCCSEL
impl StructuralPartialEq for PHYCCSEL
Auto Trait Implementations§
impl Freeze for PHYCCSEL
impl RefUnwindSafe for PHYCCSEL
impl Send for PHYCCSEL
impl Sync for PHYCCSEL
impl Unpin for PHYCCSEL
impl UnwindSafe for PHYCCSEL
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