|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
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 739 of file stm32f4xx_hal_tim.h.
| #define TIM_CHANNEL_2 0x00000004U |
Capture/compare channel 2 identifier
Definition at line 740 of file stm32f4xx_hal_tim.h.
| #define TIM_CHANNEL_3 0x00000008U |
Capture/compare channel 3 identifier
Definition at line 741 of file stm32f4xx_hal_tim.h.
| #define TIM_CHANNEL_4 0x0000000CU |
Capture/compare channel 4 identifier
Definition at line 742 of file stm32f4xx_hal_tim.h.
| #define TIM_CHANNEL_ALL 0x0000003CU |
Global Capture/compare channel identifier
Definition at line 743 of file stm32f4xx_hal_tim.h.