pub enum PPRE2R {
DIV1,
DIV2,
DIV4,
DIV8,
DIV16,
_Reserved(u8),
}
Expand description
Possible values of the field PPRE2
Variants§
DIV1
HCLK not divided
DIV2
HCLK divided by 2
DIV4
HCLK divided by 4
DIV8
HCLK divided by 8
DIV16
HCLK divided by 16
_Reserved(u8)
Reserved
Implementations§
Trait Implementations§
impl Copy for PPRE2R
impl StructuralPartialEq for PPRE2R
Auto Trait Implementations§
impl Freeze for PPRE2R
impl RefUnwindSafe for PPRE2R
impl Send for PPRE2R
impl Sync for PPRE2R
impl Unpin for PPRE2R
impl UnwindSafe for PPRE2R
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