Enum Divbus
#[repr(u8)]pub enum Divbus {
Show 16 variants
_0000 = 0,
_0001 = 1,
_0010 = 2,
_0011 = 3,
_0100 = 4,
_0101 = 5,
_0110 = 6,
_0111 = 7,
_1000 = 8,
_1001 = 9,
_1010 = 10,
_1011 = 11,
_1100 = 12,
_1101 = 13,
_1110 = 14,
_1111 = 15,
}Expand description
Bus Clock Divide Ratio
Value on reset: 0
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
_1000 = 8
8: Divide-by-9
_1001 = 9
9: Divide-by-10
_1010 = 10
10: Divide-by-11
_1011 = 11
11: Divide-by-12
_1100 = 12
12: Divide-by-13
_1101 = 13
13: Divide-by-14
_1110 = 14
14: Divide-by-15
_1111 = 15
15: Divide-by-16
Trait Implementations§
impl Copy for Divbus
impl Eq for Divbus
impl IsEnum for Divbus
impl StructuralPartialEq for Divbus
Auto Trait Implementations§
impl Freeze for Divbus
impl RefUnwindSafe for Divbus
impl Send for Divbus
impl Sync for Divbus
impl Unpin for Divbus
impl UnwindSafe for Divbus
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