#[repr(u8)]pub enum ClkSel1 {
Clk32khz = 0,
Clk512hz = 1,
Clk128hz = 2,
Clk64hz = 3,
Clk16hz = 4,
Clk8hz = 5,
Clk4hz = 6,
Clk2hz = 7,
}Variants§
Clk32khz = 0
32/16 kHz clock.
Clk512hz = 1
512 Hz clock.
Clk128hz = 2
128 Hz clock.
Clk64hz = 3
64 Hz clock.
Clk16hz = 4
16 Hz clock.
Clk8hz = 5
8 Hz clock.
Clk4hz = 6
4 Hz clock.
Clk2hz = 7
2 Hz clock.
Implementations§
Trait Implementations§
Source§impl Ord for ClkSel1
impl Ord for ClkSel1
Source§impl PartialOrd for ClkSel1
impl PartialOrd for ClkSel1
impl Copy for ClkSel1
impl Eq for ClkSel1
impl StructuralPartialEq for ClkSel1
Auto Trait Implementations§
impl Freeze for ClkSel1
impl RefUnwindSafe for ClkSel1
impl Send for ClkSel1
impl Sync for ClkSel1
impl Unpin for ClkSel1
impl UnwindSafe for ClkSel1
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