Enum Soscdiv2
#[repr(u8)]pub enum Soscdiv2 {
_000 = 0,
_001 = 1,
_010 = 2,
_011 = 3,
_100 = 4,
_101 = 5,
_110 = 6,
_111 = 7,
}Expand description
System OSC Clock Divide 2
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 Soscdiv2
impl Eq for Soscdiv2
impl IsEnum for Soscdiv2
impl StructuralPartialEq for Soscdiv2
Auto Trait Implementations§
impl Freeze for Soscdiv2
impl RefUnwindSafe for Soscdiv2
impl Send for Soscdiv2
impl Sync for Soscdiv2
impl Unpin for Soscdiv2
impl UnwindSafe for Soscdiv2
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