pub enum Divider {
Show 16 variants
_1 = 1,
_2 = 2,
_3 = 3,
_4 = 4,
_5 = 5,
_6 = 6,
_7 = 7,
_8 = 8,
_9 = 9,
_10 = 10,
_11 = 11,
_12 = 12,
_13 = 13,
_14 = 14,
_15 = 15,
_16 = 16,
}Expand description
Selects how much to divide the system oscillator down.
Variants§
_1 = 1
Divide by 1
_2 = 2
Divide by 2
_3 = 3
Divide by 3
_4 = 4
Divide by 4
_5 = 5
Divide by 5
_6 = 6
Divide by 6
_7 = 7
Divide by 7
_8 = 8
Divide by 8
_9 = 9
Divide by 9
_10 = 10
Divide by 10
_11 = 11
Divide by 11
_12 = 12
Divide by 12
_13 = 13
Divide by 13
_14 = 14
Divide by 14
_15 = 15
Divide by 15
_16 = 16
Divide by 16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Divider
impl RefUnwindSafe for Divider
impl Send for Divider
impl Sync for Divider
impl Unpin for Divider
impl UnwindSafe for Divider
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