pub struct TIM7 { /* private fields */ }
Expand description
Basic timers
Implementations
impl TIM7
impl TIM7
pub const PTR: *const RegisterBlock = {0x40001400 as *const stm32f4xx_hal::pac::tim6::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40001400 as *const stm32f4xx_hal::pac::tim6::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl Enable for TIM7
impl Enable for TIM7
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
sourceimpl LPEnable for TIM7
impl LPEnable for TIM7
fn low_power_enable(rcc: &RegisterBlock)
fn low_power_disable(rcc: &RegisterBlock)
impl Instance for TIM7
impl Send for TIM7
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<TIM> TimerExt for TIM where
TIM: Instance,
impl<TIM> TimerExt for TIM where
TIM: Instance,
sourcefn counter<const FREQ: u32>(self, clocks: &Clocks) -> Counter<TIM, FREQ>
fn counter<const FREQ: u32>(self, clocks: &Clocks) -> Counter<TIM, FREQ>
Non-blocking Counter with custom fixed precision
sourcefn counter_hz(self, clocks: &Clocks) -> CounterHz<TIM>
fn counter_hz(self, clocks: &Clocks) -> CounterHz<TIM>
Non-blocking Counter with dynamic precision which uses Hertz
as Duration units
sourcefn delay<const FREQ: u32>(self, clocks: &Clocks) -> Delay<TIM, FREQ>
fn delay<const FREQ: u32>(self, clocks: &Clocks) -> Delay<TIM, FREQ>
Blocking Delay with custom fixed precision