#include <BaseTimer.hpp>
| Enumerator |
|---|
| UPDATE |
|
| CAPTURE_COMPARE1 |
|
| CAPTURE_COMPARE2 |
|
| CAPTURE_COMPARE3 |
|
| CAPTURE_COMPARE4 |
|
| COMUTATE |
|
| TRIGGER |
|
| BREAK |
|
| void STM32LIB::BaseTimer::init |
( |
TIMERS |
TIM, |
|
|
uint32_t |
Period, |
|
|
uint32_t |
Prescaler, |
|
|
uint32_t |
RepetitionCounter |
|
) |
| |
|
inline |
| void STM32LIB::BaseTimer::start |
( |
| ) |
|
|
inline |
| void STM32LIB::BaseTimer::stop |
( |
| ) |
|
|
inline |
| uint32_t STM32LIB::BaseTimer::getCounter |
( |
| ) |
|
|
inline |
| void STM32LIB::BaseTimer::setCounter |
( |
uint32_t |
NewCounter | ) |
|
|
inline |
| void STM32LIB::BaseTimer::setPrescaler |
( |
uint32_t |
Prescaler | ) |
|
|
inline |
| void STM32LIB::BaseTimer::setAutoReload |
( |
uint32_t |
autoReload | ) |
|
|
inline |
| void STM32LIB::BaseTimer::onePulseMode |
( |
bool |
mode | ) |
|
|
inline |
| void STM32LIB::BaseTimer::autoReload |
( |
bool |
mode | ) |
|
|
inline |
| void STM32LIB::BaseTimer::setUpdadeRequestSource |
( |
| ) |
|
|
inline |
| void STM32LIB::BaseTimer::setUpdate |
( |
bool |
mode | ) |
|
|
inline |
| void STM32LIB::BaseTimer::setInterrupt |
( |
bool |
mode | ) |
|
|
inline |
| TIM_TypeDef* STM32LIB::BaseTimer::TIMx |
|
private |
| uint32_t STM32LIB::BaseTimer::counter |
|
private |
The documentation for this class was generated from the following file: