Enum stm32_metapac::rcc::vals::Rfwkpsel
#[repr(u8)]pub enum Rfwkpsel {
DISABLE = 0,
LSE = 1,
_RESERVED_2 = 2,
HSE_DIV_1024 = 3,
}
Variants§
DISABLE = 0
No clock selected
LSE = 1
LSE clock selected
_RESERVED_2 = 2
HSE_DIV_1024 = 3
HSE/1024 clock selected
Implementations§
Trait Implementations§
§impl Ord for Rfwkpsel
impl Ord for Rfwkpsel
§impl PartialOrd for Rfwkpsel
impl PartialOrd for Rfwkpsel
impl Copy for Rfwkpsel
impl Eq for Rfwkpsel
impl StructuralPartialEq for Rfwkpsel
Auto Trait Implementations§
impl Freeze for Rfwkpsel
impl RefUnwindSafe for Rfwkpsel
impl Send for Rfwkpsel
impl Sync for Rfwkpsel
impl Unpin for Rfwkpsel
impl UnwindSafe for Rfwkpsel
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
)