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