#[repr(u8)]pub enum CCENABLE {
Disabled = 0,
Cc1enabled = 1,
Cc2enabled = 2,
BothEnabled = 3,
}
Expand description
CCENABLE
Value on reset: 0
Variants§
Disabled = 0
0: Both PHYs disabled
Cc1enabled = 1
1: CC1 PHY enabled
Cc2enabled = 2
2: CC2 PHY enabled
BothEnabled = 3
3: CC1 and CC2 PHYs enabled
Trait Implementations§
impl Copy for CCENABLE
impl Eq for CCENABLE
impl IsEnum for CCENABLE
impl StructuralPartialEq for CCENABLE
Auto Trait Implementations§
impl Freeze for CCENABLE
impl RefUnwindSafe for CCENABLE
impl Send for CCENABLE
impl Sync for CCENABLE
impl Unpin for CCENABLE
impl UnwindSafe for CCENABLE
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