Enum APBPrescaler
#[repr(u8)]pub enum APBPrescaler {
Div1 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
Div2 = 4,
Div4 = 5,
Div8 = 6,
Div16 = 7,
}Variants§
Div1 = 0
HCLK not divided
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
Div2 = 4
HCLK divided by 2
Div4 = 5
HCLK divided by 4
Div8 = 6
HCLK divided by 8
Div16 = 7
HCLK divided by 16
Implementations§
Trait Implementations§
§impl Ord for Ppre
impl Ord for Ppre
§impl PartialOrd for Ppre
impl PartialOrd for Ppre
impl Copy for Ppre
impl Eq for Ppre
impl StructuralPartialEq for Ppre
Auto Trait Implementations§
impl Freeze for Ppre
impl RefUnwindSafe for Ppre
impl Send for Ppre
impl Sync for Ppre
impl Unpin for Ppre
impl UnwindSafe for Ppre
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.