Struct stm32f4xx_hal::rcc::APB2
source · [−]pub struct APB2 { /* private fields */ }
Expand description
Advanced Peripheral Bus 2 (APB2) registers
Trait Implementations
sourceimpl BusTimerClock for APB2
impl BusTimerClock for APB2
sourcefn timer_clock(clocks: &Clocks) -> Hertz
fn timer_clock(clocks: &Clocks) -> Hertz
Calculates base frequency of timer depending on
Clock
stateAuto Trait Implementations
impl RefUnwindSafe for APB2
impl Send for APB2
impl Sync for APB2
impl Unpin for APB2
impl UnwindSafe for APB2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more