Enum Mco1Source
#[repr(u8)]pub enum Mco1Source {
HSI = 0,
LSE = 1,
HSE = 2,
PLL1_Q = 3,
HSI48 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
HSI = 0
HSI selected for micro-controller clock output
LSE = 1
LSE selected for micro-controller clock output
HSE = 2
HSE selected for micro-controller clock output
PLL1_Q = 3
pll1_q selected for micro-controller clock output
HSI48 = 4
HSI48 selected for micro-controller clock output
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Mco1sel
impl Ord for Mco1sel
§impl PartialOrd for Mco1sel
impl PartialOrd for Mco1sel
impl Copy for Mco1sel
impl Eq for Mco1sel
impl StructuralPartialEq for Mco1sel
Auto Trait Implementations§
impl Freeze for Mco1sel
impl RefUnwindSafe for Mco1sel
impl Send for Mco1sel
impl Sync for Mco1sel
impl Unpin for Mco1sel
impl UnwindSafe for Mco1sel
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
)