#[repr(u8)]pub enum RccrScs {
Show 16 variants
_RESERVED_0 = 0,
SOSC = 1,
SIRC = 2,
FIRC = 3,
ROSC = 4,
APLL = 5,
SPLL = 6,
UPLL = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
_RESERVED_0 = 0
SOSC = 1
SOSC
SIRC = 2
SIRC
FIRC = 3
FIRC
ROSC = 4
ROSC
APLL = 5
APLL
SPLL = 6
SPLL
UPLL = 7
UPLL
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for RccrScs
impl Ord for RccrScs
Source§impl PartialOrd for RccrScs
impl PartialOrd for RccrScs
impl Copy for RccrScs
impl Eq for RccrScs
impl StructuralPartialEq for RccrScs
Auto Trait Implementations§
impl Freeze for RccrScs
impl RefUnwindSafe for RccrScs
impl Send for RccrScs
impl Sync for RccrScs
impl Unpin for RccrScs
impl UnwindSafe for RccrScs
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