Enum Clko
pub enum Clko {
_0 = 0,
_1 = 1,
}Expand description
Clock Output
Value on reset: 0
Variants§
_0 = 0
0: The 32 kHz clock is output to other peripherals.
_1 = 1
1: The 32 kHz clock is not output to other peripherals.
Trait Implementations§
impl Copy for Clko
impl Eq for Clko
impl StructuralPartialEq for Clko
Auto Trait Implementations§
impl Freeze for Clko
impl RefUnwindSafe for Clko
impl Send for Clko
impl Sync for Clko
impl Unpin for Clko
impl UnwindSafe for Clko
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