![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
#define | TIM_ICSELECTION_DIRECTTI (TIM_CCMR1_CC1S_0) |
#define | TIM_ICSELECTION_INDIRECTTI (TIM_CCMR1_CC1S_1) |
#define | TIM_ICSELECTION_TRC (TIM_CCMR1_CC1S) |
#define TIM_ICSELECTION_DIRECTTI (TIM_CCMR1_CC1S_0) |
TIM Input 1, 2, 3 or 4 is selected to be connected to IC1, IC2, IC3 or IC4, respectively
Definition at line 437 of file stm32f7xx_hal_tim.h.
#define TIM_ICSELECTION_INDIRECTTI (TIM_CCMR1_CC1S_1) |
TIM Input 1, 2, 3 or 4 is selected to be connected to IC2, IC1, IC4 or IC3, respectively
Definition at line 440 of file stm32f7xx_hal_tim.h.
#define TIM_ICSELECTION_TRC (TIM_CCMR1_CC1S) |
TIM Input 1, 2, 3 or 4 is selected to be connected to TRC
Definition at line 443 of file stm32f7xx_hal_tim.h.