Enum McoSource
#[repr(u8)]pub enum McoSource {
Show 16 variants
DISABLE = 0,
SYS = 1,
MSI = 2,
HSI = 3,
HSE = 4,
PLL_R = 5,
LSI1 = 6,
LSI2 = 7,
LSE = 8,
HSI48 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
HSE_UNSTABLE = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
DISABLE = 0
No clock
SYS = 1
SYSCLK clock selected
MSI = 2
MSI oscillator clock selected
HSI = 3
HSI oscillator clock selected
HSE = 4
HSE clock selected (after stabilization, after HSERDY = 1)
PLL_R = 5
PLL clock selected
LSI1 = 6
LSI1 oscillator clock selected
LSI2 = 7
LSI2 oscillator clock selected
LSE = 8
LSE oscillator clock selected
HSI48 = 9
HSI48 oscillator clock selected
_RESERVED_a = 10
_RESERVED_b = 11
HSE_UNSTABLE = 12
HSE clock selected (before stabilization, after HSEON = 1)
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
§impl Ord for Mcosel
impl Ord for Mcosel
§impl PartialOrd for Mcosel
impl PartialOrd for Mcosel
impl Copy for Mcosel
impl Eq for Mcosel
impl StructuralPartialEq for Mcosel
Auto Trait Implementations§
impl Freeze for Mcosel
impl RefUnwindSafe for Mcosel
impl Send for Mcosel
impl Sync for Mcosel
impl Unpin for Mcosel
impl UnwindSafe for Mcosel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)