#[repr(u8)]pub enum CsrScs {
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 CsrScs
impl Ord for CsrScs
Source§impl PartialOrd for CsrScs
impl PartialOrd for CsrScs
impl Copy for CsrScs
impl Eq for CsrScs
impl StructuralPartialEq for CsrScs
Auto Trait Implementations§
impl Freeze for CsrScs
impl RefUnwindSafe for CsrScs
impl Send for CsrScs
impl Sync for CsrScs
impl Unpin for CsrScs
impl UnwindSafe for CsrScs
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