#[repr(u8)]
pub enum ApbPrescaler {
Div1,
Div2,
Div4,
Div8,
Div16,
}
Expand description
For use with RCC_APBPPRE1
, and RCC_APBPPRE2
. Ie, low-speed and high-speed prescalers respectively.
pub fn value(&self) -> u8
Performs copy-assignment from source
. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.