mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
TIM_UP
This commit is contained in:
parent
df6b2dc1be
commit
f8469ae40e
7 changed files with 124 additions and 12 deletions
|
@ -104,6 +104,12 @@ typedef struct timerHardware_s {
|
|||
DMA_Channel_TypeDef *dmaRef;
|
||||
#endif
|
||||
uint8_t dmaIrqHandler;
|
||||
#if defined(STM32F7)
|
||||
// TIMUP
|
||||
DMA_Stream_TypeDef *dmaTimUPRef;
|
||||
uint32_t dmaTimUPChannel;
|
||||
uint8_t dmaTimUPIrqHandler;
|
||||
#endif
|
||||
#endif
|
||||
} timerHardware_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue