Enum Clk
#[repr(u8)]pub enum Clk {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Watchdog Clock
Value on reset: 1
Variants§
_00 = 0
0: Bus clock
_01 = 1
1: LPO clock
_10 = 2
2: INTCLK (internal clock)
_11 = 3
3: ERCLK (external reference clock)
Trait Implementations§
impl Copy for Clk
impl Eq for Clk
impl IsEnum for Clk
impl StructuralPartialEq for Clk
Auto Trait Implementations§
impl Freeze for Clk
impl RefUnwindSafe for Clk
impl Send for Clk
impl Sync for Clk
impl Unpin for Clk
impl UnwindSafe for Clk
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