|
dRonin
adbada4
dRonin firmware
|
#include <pios_stm32.h>Go to the source code of this file.
Data Structures | |
| struct | pios_tim_clock_cfg |
| struct | pios_tim_channel |
| struct | pios_tim_callbacks |
Functions | |
| int32_t | PIOS_TIM_InitClock (const struct pios_tim_clock_cfg *cfg) |
| int32_t | PIOS_TIM_InitChannels (uintptr_t *tim_id, const struct pios_tim_channel *channels, uint8_t num_channels, const struct pios_tim_callbacks *callbacks, uintptr_t context) |
| void | PIOS_TIM_InitTimerPin (uintptr_t tim_id, int idx) |
| void | PIOS_TIM_InitAllTimerPins (uintptr_t tim_id) |
| void | PIOS_TIM_SetBankToGPOut (uintptr_t tim_id, TIM_TypeDef *timer) |