Enum Saisel
#[repr(u8)]pub enum Saisel {
PLL2_P = 0,
PLL3_P = 1,
PLL1_P = 2,
AUDIOCLK = 3,
HSI = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
PLL2_P = 0
PLL2 P (pll2_p_ck) selected
PLL3_P = 1
PLL3 P (pll3_p_ck) selected
PLL1_P = 2
PLL1 P (pll1_p_ck) selected
AUDIOCLK = 3
input pin AUDIOCLK selected
HSI = 4
HSI clock selected
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Saisel
impl Ord for Saisel
§impl PartialOrd for Saisel
impl PartialOrd for Saisel
impl Copy for Saisel
impl Eq for Saisel
impl StructuralPartialEq for Saisel
Auto Trait Implementations§
impl Freeze for Saisel
impl RefUnwindSafe for Saisel
impl Send for Saisel
impl Sync for Saisel
impl Unpin for Saisel
impl UnwindSafe for Saisel
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
)