Enum Clks
#[repr(u8)]pub enum Clks {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Clock Source Selection
Value on reset: 0
Variants§
_00 = 0
0: No clock selected. This in effect disables the FTM counter.
_01 = 1
1: FTM input clock
_10 = 2
2: Fixed frequency clock
_11 = 3
3: External clock
Trait Implementations§
impl Copy for Clks
impl Eq for Clks
impl IsEnum for Clks
impl StructuralPartialEq for Clks
Auto Trait Implementations§
impl Freeze for Clks
impl RefUnwindSafe for Clks
impl Send for Clks
impl Sync for Clks
impl Unpin for Clks
impl UnwindSafe for Clks
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