Enum Mco2sel
#[repr(u8)]pub enum Mco2sel {
Show 16 variants
DISABLE = 0,
SYS = 1,
MSIS = 2,
HSI16 = 3,
HSE = 4,
_RESERVED_5 = 5,
LSE = 6,
HSI48 = 7,
MSIK = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
DISABLE = 0
MCO2 output disabled, no clock on MCO2.
SYS = 1
SYSCLK system clock selected.
MSIS = 2
MSIS clock selected.
HSI16 = 3
HSI16 clock selected.
HSE = 4
HSE clock selected 0101: LSI clock selected.
_RESERVED_5 = 5
LSE = 6
LSE clock selected.
HSI48 = 7
HSI48 clock selected.
MSIK = 8
MSIK clock selected.
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
§impl Ord for Mco2sel
impl Ord for Mco2sel
§impl PartialOrd for Mco2sel
impl PartialOrd for Mco2sel
impl Copy for Mco2sel
impl Eq for Mco2sel
impl StructuralPartialEq for Mco2sel
Auto Trait Implementations§
impl Freeze for Mco2sel
impl RefUnwindSafe for Mco2sel
impl Send for Mco2sel
impl Sync for Mco2sel
impl Unpin for Mco2sel
impl UnwindSafe for Mco2sel
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