#[repr(u8)]pub enum HsiDiv {
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div8 = 3,
}
Expand description
Clock divider for the HSI. See RCC_CR register, HSIDIV field.
Variants§
Implementations§
Trait Implementations§
impl Copy for HsiDiv
impl StructuralPartialEq for HsiDiv
Auto Trait Implementations§
impl Freeze for HsiDiv
impl RefUnwindSafe for HsiDiv
impl Send for HsiDiv
impl Sync for HsiDiv
impl Unpin for HsiDiv
impl UnwindSafe for HsiDiv
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