DIY Logging Volt/Ampmeter
|
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 631 of file stm32f1xx_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 633 of file stm32f1xx_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 635 of file stm32f1xx_hal_tim.h.