#[repr(u8)]pub enum CKD {
Div1 = 0,
Div2 = 1,
Div4 = 2,
}
Expand description
Clock division
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CKD
impl Eq for CKD
impl IsEnum for CKD
impl StructuralPartialEq for CKD
Auto Trait Implementations§
impl Freeze for CKD
impl RefUnwindSafe for CKD
impl Send for CKD
impl Sync for CKD
impl Unpin for CKD
impl UnwindSafe for CKD
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