Enum Divslow
#[repr(u8)]pub enum Divslow {
_0000 = 0,
_0001 = 1,
_0010 = 2,
_0011 = 3,
_0100 = 4,
_0101 = 5,
_0110 = 6,
_0111 = 7,
}Expand description
Slow Clock Divide Ratio
Value on reset: 1
Variants§
_0000 = 0
0: Divide-by-1
_0001 = 1
1: Divide-by-2
_0010 = 2
2: Divide-by-3
_0011 = 3
3: Divide-by-4
_0100 = 4
4: Divide-by-5
_0101 = 5
5: Divide-by-6
_0110 = 6
6: Divide-by-7
_0111 = 7
7: Divide-by-8
Trait Implementations§
impl Copy for Divslow
impl Eq for Divslow
impl IsEnum for Divslow
impl StructuralPartialEq for Divslow
Auto Trait Implementations§
impl Freeze for Divslow
impl RefUnwindSafe for Divslow
impl Send for Divslow
impl Sync for Divslow
impl Unpin for Divslow
impl UnwindSafe for Divslow
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