DIY Logging Volt/Ampmeter
|
Macros | |
#define | TIM_CHANNEL_1 0x00000000U |
#define | TIM_CHANNEL_2 0x00000004U |
#define | TIM_CHANNEL_3 0x00000008U |
#define | TIM_CHANNEL_4 0x0000000CU |
#define | TIM_CHANNEL_ALL 0x0000003CU |
#define TIM_CHANNEL_1 0x00000000U |
Capture/compare channel 1 identifier
Definition at line 730 of file stm32f1xx_hal_tim.h.
#define TIM_CHANNEL_2 0x00000004U |
Capture/compare channel 2 identifier
Definition at line 731 of file stm32f1xx_hal_tim.h.
#define TIM_CHANNEL_3 0x00000008U |
Capture/compare channel 3 identifier
Definition at line 732 of file stm32f1xx_hal_tim.h.
#define TIM_CHANNEL_4 0x0000000CU |
Capture/compare channel 4 identifier
Definition at line 733 of file stm32f1xx_hal_tim.h.
#define TIM_CHANNEL_ALL 0x0000003CU |
Global Capture/compare channel identifier
Definition at line 734 of file stm32f1xx_hal_tim.h.