Enum Soscdiv1
#[repr(u8)]pub enum Soscdiv1 {
_000 = 0,
_001 = 1,
_010 = 2,
_011 = 3,
_100 = 4,
_101 = 5,
_110 = 6,
_111 = 7,
}Expand description
System OSC Clock Divide 1
Value on reset: 0
Variants§
_000 = 0
0: Output disabled
_001 = 1
1: Divide by 1
_010 = 2
2: Divide by 2
_011 = 3
3: Divide by 4
_100 = 4
4: Divide by 8
_101 = 5
5: Divide by 16
_110 = 6
6: Divide by 32
_111 = 7
7: Divide by 64
Trait Implementations§
impl Copy for Soscdiv1
impl Eq for Soscdiv1
impl IsEnum for Soscdiv1
impl StructuralPartialEq for Soscdiv1
Auto Trait Implementations§
impl Freeze for Soscdiv1
impl RefUnwindSafe for Soscdiv1
impl Send for Soscdiv1
impl Sync for Soscdiv1
impl Unpin for Soscdiv1
impl UnwindSafe for Soscdiv1
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