#[repr(u8)]pub enum ClkSel2 {
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 ClkSel2
impl Ord for ClkSel2
Source§impl PartialOrd for ClkSel2
impl PartialOrd for ClkSel2
impl Copy for ClkSel2
impl Eq for ClkSel2
impl StructuralPartialEq for ClkSel2
Auto Trait Implementations§
impl Freeze for ClkSel2
impl RefUnwindSafe for ClkSel2
impl Send for ClkSel2
impl Sync for ClkSel2
impl Unpin for ClkSel2
impl UnwindSafe for ClkSel2
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