#[repr(u8)]pub enum LfsrClkSel {
Clk3216khz = 0,
Clk512hz = 1,
Clk128hz = 2,
Clk64hz = 3,
Clk16hz = 4,
Clk8hz = 5,
Clk4hz = 6,
Clk2hz = 7,
}Variants§
Clk3216khz = 0
32/16 KHz.
Clk512hz = 1
512 Hz.
Clk128hz = 2
128 Hz.
Clk64hz = 3
64 Hz.
Clk16hz = 4
16 Hz.
Clk8hz = 5
8 Hz.
Clk4hz = 6
4 Hz.
Clk2hz = 7
2 Hz.
Implementations§
Source§impl LfsrClkSel
impl LfsrClkSel
Trait Implementations§
Source§impl Clone for LfsrClkSel
impl Clone for LfsrClkSel
Source§fn clone(&self) -> LfsrClkSel
fn clone(&self) -> LfsrClkSel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LfsrClkSel
impl Debug for LfsrClkSel
Source§impl From<LfsrClkSel> for u8
impl From<LfsrClkSel> for u8
Source§fn from(val: LfsrClkSel) -> u8
fn from(val: LfsrClkSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LfsrClkSel
impl From<u8> for LfsrClkSel
Source§fn from(val: u8) -> LfsrClkSel
fn from(val: u8) -> LfsrClkSel
Converts to this type from the input type.
Source§impl Ord for LfsrClkSel
impl Ord for LfsrClkSel
Source§fn cmp(&self, other: &LfsrClkSel) -> Ordering
fn cmp(&self, other: &LfsrClkSel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LfsrClkSel
impl PartialEq for LfsrClkSel
Source§impl PartialOrd for LfsrClkSel
impl PartialOrd for LfsrClkSel
impl Copy for LfsrClkSel
impl Eq for LfsrClkSel
impl StructuralPartialEq for LfsrClkSel
Auto Trait Implementations§
impl Freeze for LfsrClkSel
impl RefUnwindSafe for LfsrClkSel
impl Send for LfsrClkSel
impl Sync for LfsrClkSel
impl Unpin for LfsrClkSel
impl UnwindSafe for LfsrClkSel
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