no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
stm32_timer.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef STM32_TIMER_H_
34#define STM32_TIMER_H_
35
36#include <stdint.h>
37#include "no_os_timer.h"
38#include "stm32_hal.h"
39
46 TIM_HandleTypeDef *htimer;
47};
48
55 TIM_HandleTypeDef *htimer;
56};
57
62
63#endif // STM32_TIMER_H_
Timer control module header.
const struct no_os_timer_platform_ops stm32_timer_ops
stm32 platform specific timer platform ops structure
Definition stm32_timer.c:341
Structure holding timer function pointers that point to the platform specific function.
Definition no_os_timer.h:89
stm32 platform specific timer descriptor
Definition stm32_timer.h:53
TIM_HandleTypeDef * htimer
Definition stm32_timer.h:55
Structure holding the initialization parameters for stm32 platform specific timer parameters.
Definition stm32_timer.h:45
TIM_HandleTypeDef * htimer
Definition stm32_timer.h:46