Enum McoSource
#[repr(u8)]pub enum McoSource {
Show 16 variants
DISABLED = 0,
SYSCLKPRE = 1,
_RESERVED_2 = 2,
HSI = 3,
HSE = 4,
PLL1_R = 5,
LSI = 6,
LSE = 7,
PLL1_P = 8,
PLL1_Q = 9,
HCLK5 = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
DISABLED = 0
MCO output disabled, no clock on MCO
SYSCLKPRE = 1
sysclkpre system clock after PLL1RCLKPRE division selected
_RESERVED_2 = 2
HSI = 3
HSI clock selected
HSE = 4
HSE clock selected
PLL1_R = 5
pll1rclk clock selected
LSI = 6
LSI clock selected
LSE = 7
LSE clock selected
PLL1_P = 8
pll1pclk clock selected
PLL1_Q = 9
pll1qclk clock selected
HCLK5 = 10
hclk5 clock selected
_RESERVED_b = 11
_RESERVED_c = 12
_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
)