#[repr(u8)]pub enum Fsel {
CLOCK19200KHZ = 0,
CLOCK20000KHZ = 1,
CLOCK24000KHZ = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
CLOCK50000KHZ = 7,
}Variants§
CLOCK19200KHZ = 0
Reference clock is 19.2MHz.
CLOCK20000KHZ = 1
Reference clock is 20MHz.
CLOCK24000KHZ = 2
Reference clock is 24MHz.
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
CLOCK50000KHZ = 7
Reference clock is 50MHz.
Implementations§
Trait Implementations§
Source§impl Ord for Fsel
impl Ord for Fsel
Source§impl PartialOrd for Fsel
impl PartialOrd for Fsel
impl Copy for Fsel
impl Eq for Fsel
impl StructuralPartialEq for Fsel
Auto Trait Implementations§
impl Freeze for Fsel
impl RefUnwindSafe for Fsel
impl Send for Fsel
impl Sync for Fsel
impl Unpin for Fsel
impl UnwindSafe for Fsel
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)