Enum Pllsel
#[repr(u8)]pub enum Pllsel {
HSI = 0,
MSI = 1,
HSE = 2,
I2S_CKIN = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
HSI = 0
hsi_ck selected as reference clock.
MSI = 1
msi_ck selected as reference clock.
HSE = 2
hse_ck selected as reference clock.
I2S_CKIN = 3
I2S_CKIN selected as reference clock.
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Pllsel
impl Ord for Pllsel
§impl PartialOrd for Pllsel
impl PartialOrd for Pllsel
impl Copy for Pllsel
impl Eq for Pllsel
impl StructuralPartialEq for Pllsel
Auto Trait Implementations§
impl Freeze for Pllsel
impl RefUnwindSafe for Pllsel
impl Send for Pllsel
impl Sync for Pllsel
impl Unpin for Pllsel
impl UnwindSafe for Pllsel
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