#[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§
Source§impl Ord for Rfwkpsel
impl Ord for Rfwkpsel
Source§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