Enum Divclp
#[repr(u8)]pub enum Divclp {
B_0X0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
B_0X0 = 0
Low power regulator clock not divided.
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Divclp
impl Ord for Divclp
§impl PartialOrd for Divclp
impl PartialOrd for Divclp
impl Copy for Divclp
impl Eq for Divclp
impl StructuralPartialEq for Divclp
Auto Trait Implementations§
impl Freeze for Divclp
impl RefUnwindSafe for Divclp
impl Send for Divclp
impl Sync for Divclp
impl Unpin for Divclp
impl UnwindSafe for Divclp
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