pub struct TIM1 { /* private fields */ }
Expand description
Advanced-timers
Implementations
impl TIM1
impl TIM1
pub const PTR: *const RegisterBlock = {0x40010000 as *const stm32f4xx_hal::pac::tim1::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40010000 as *const stm32f4xx_hal::pac::tim1::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
Methods from Deref<Target = RegisterBlock>
pub fn ccmr1_input(&self) -> &Reg<CCMR1_INPUT_SPEC>
pub fn ccmr1_input(&self) -> &Reg<CCMR1_INPUT_SPEC>
0x18 - capture/compare mode register 1 (input mode)
pub fn ccmr1_output(&self) -> &Reg<CCMR1_OUTPUT_SPEC>
pub fn ccmr1_output(&self) -> &Reg<CCMR1_OUTPUT_SPEC>
0x18 - capture/compare mode register 1 (output mode)
pub fn ccmr2_input(&self) -> &Reg<CCMR2_INPUT_SPEC>
pub fn ccmr2_input(&self) -> &Reg<CCMR2_INPUT_SPEC>
0x1c - capture/compare mode register 2 (input mode)
pub fn ccmr2_output(&self) -> &Reg<CCMR2_OUTPUT_SPEC>
pub fn ccmr2_output(&self) -> &Reg<CCMR2_OUTPUT_SPEC>
0x1c - capture/compare mode register 2 (output mode)
Trait Implementations
sourceimpl Enable for TIM1
impl Enable for TIM1
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
sourceimpl LPEnable for TIM1
impl LPEnable for TIM1
fn low_power_enable(rcc: &RegisterBlock)
fn low_power_disable(rcc: &RegisterBlock)
impl Instance for TIM1
impl Send for TIM1
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> PwmExt for TIM where
TIM: Instance + WithPwm,
impl<TIM> PwmExt for TIM where
TIM: Instance + WithPwm,
fn pwm<P, PINS, const FREQ: u32>(
self,
pins: PINS,
time: Duration<u32, 1, FREQ>,
clocks: &Clocks
) -> Pwm<TIM, P, PINS, FREQ> where
PINS: Pins<TIM, P>,
fn pwm_hz<P, PINS>(
self,
pins: PINS,
time: Rate<u32, 1, 1>,
clocks: &Clocks
) -> PwmHz<TIM, P, PINS> where
PINS: Pins<TIM, P>,
fn pwm_us<P, PINS>(
self,
pins: PINS,
time: Duration<u32, 1, 1000000>,
clocks: &Clocks
) -> Pwm<Self, P, PINS, 1000000> where
PINS: Pins<Self, P>,
sourceimpl<TIM> QeiExt for TIM where
TIM: Instance,
impl<TIM> QeiExt for TIM where
TIM: Instance,
fn qei<PC1, PC2>(self, pins: (PC1, PC2)) -> Qei<TIM, (PC1, PC2)> where
(PC1, PC2): Pins<TIM>,
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