mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 23:35:34 +03:00
Add TIMUP pseudo resource
This commit is contained in:
parent
fd534037e4
commit
209be419cb
5 changed files with 74 additions and 2 deletions
|
@ -210,3 +210,5 @@ uint16_t timerDmaSource(uint8_t channel);
|
|||
uint16_t timerGetPrescalerByDesiredHertz(TIM_TypeDef *tim, uint32_t hz);
|
||||
uint16_t timerGetPrescalerByDesiredMhz(TIM_TypeDef *tim, uint16_t mhz);
|
||||
uint16_t timerGetPeriodByPrescaler(TIM_TypeDef *tim, uint16_t prescaler, uint32_t hz);
|
||||
|
||||
int8_t timerGetTIMNumber(const TIM_TypeDef *tim);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue