libxr 1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
stm32_timebase.cpp
1#include "stm32_timebase.hpp"
2
3using namespace LibXR;
4
5#ifdef HAL_TIM_MODULE_ENABLED
6
8
9#endif
static TIM_HandleTypeDef * htim
硬件定时器句柄指针 / Static pointer to hardware timer handle
LibXR Color Control Library / LibXR终端颜色控制库
constexpr auto min(T1 a, T2 b) -> typename std::common_type< T1, T2 >::type
计算两个数的最小值