STM32H735xx HAL User Manual
Defines
TIM Extended Timer input selection
TIM Extended Exported Constants

Defines

#define TIM_TIM1_TI1_GPIO   0x00000000U /* !< TIM1_TI1 is connected to GPIO */
#define TIM_TIM1_TI1_COMP1   TIM_TISEL_TI1SEL_0 /* !< TIM1_TI1 is connected to COMP1 OUT */
#define TIM_TIM8_TI1_GPIO   0x00000000U /* !< TIM8_TI1 is connected to GPIO */
#define TIM_TIM8_TI1_COMP2   TIM_TISEL_TI1SEL_0 /* !< TIM8_TI1 is connected to COMP2 OUT */
#define TIM_TIM2_TI4_GPIO   0x00000000U /* !< TIM2_TI4 is connected to GPIO */
#define TIM_TIM2_TI4_COMP1   TIM_TISEL_TI4SEL_0 /* !< TIM2_TI4 is connected to COMP1 OUT */
#define TIM_TIM2_TI4_COMP2   TIM_TISEL_TI4SEL_1 /* !< TIM2_TI4 is connected to COMP2 OUT */
#define TIM_TIM2_TI4_COMP1_COMP2   (TIM_TISEL_TI4SEL_0 | TIM_TISEL_TI4SEL_1) /* !< TIM2_TI4 is connected to COMP2 OUT OR COMP2 OUT */
#define TIM_TIM3_TI1_GPIO   0x00000000U /* !< TIM3_TI1 is connected to GPIO */
#define TIM_TIM3_TI1_COMP1   TIM_TISEL_TI1SEL_0 /* !< TIM3_TI1 is connected to COMP1 OUT */
#define TIM_TIM3_TI1_COMP2   TIM_TISEL_TI1SEL_1 /* !< TIM3_TI1 is connected to COMP2 OUT */
#define TIM_TIM3_TI1_COMP1_COMP2   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM3_TI1 is connected to COMP1 OUT or COMP2 OUT */
#define TIM_TIM5_TI1_GPIO   0x00000000U /* !< TIM5_TI1 is connected to GPIO */
#define TIM_TIM5_TI1_CAN_TMP   TIM_TISEL_TI1SEL_0 /* !< TIM5_TI1 is connected to CAN TMP */
#define TIM_TIM5_TI1_CAN_RTP   TIM_TISEL_TI1SEL_1 /* !< TIM5_TI1 is connected to CAN RTP */
#define TIM_TIM12_TI1_GPIO   0x00000000U /* !< TIM12 TI1 is connected to GPIO */
#define TIM_TIM12_TI1_SPDIF_FS   TIM_TISEL_TI1SEL_0 /* !< TIM12 TI1 is connected to SPDIF FS */
#define TIM_TIM15_TI1_GPIO   0x00000000U /* !< TIM15_TI1 is connected to GPIO */
#define TIM_TIM15_TI1_TIM2_CH1   TIM_TISEL_TI1SEL_0 /* !< TIM15_TI1 is connected to TIM2 CH1 */
#define TIM_TIM15_TI1_TIM3_CH1   TIM_TISEL_TI1SEL_1 /* !< TIM15_TI1 is connected to TIM3 CH1 */
#define TIM_TIM15_TI1_TIM4_CH1   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM15_TI1 is connected to TIM4 CH1 */
#define TIM_TIM15_TI1_RCC_LSE   (TIM_TISEL_TI1SEL_2) /* !< TIM15_TI1 is connected to RCC LSE */
#define TIM_TIM15_TI1_RCC_CSI   (TIM_TISEL_TI1SEL_2 | TIM_TISEL_TI1SEL_0) /* !< TIM15_TI1 is connected to RCC CSI */
#define TIM_TIM15_TI1_RCC_MCO2   (TIM_TISEL_TI1SEL_2 | TIM_TISEL_TI1SEL_1) /* !< TIM15_TI1 is connected to RCC MCO2 */
#define TIM_TIM15_TI2_GPIO   0x00000000U /* !< TIM15_TI2 is connected to GPIO */
#define TIM_TIM15_TI2_TIM2_CH2   (TIM_TISEL_TI2SEL_0) /* !< TIM15_TI2 is connected to TIM2 CH2 */
#define TIM_TIM15_TI2_TIM3_CH2   (TIM_TISEL_TI2SEL_1) /* !< TIM15_TI2 is connected to TIM3 CH2 */
#define TIM_TIM15_TI2_TIM4_CH2   (TIM_TISEL_TI2SEL_0 | TIM_TISEL_TI2SEL_1) /* !< TIM15_TI2 is connected to TIM4 CH2 */
#define TIM_TIM16_TI1_GPIO   0x00000000U /* !< TIM16 TI1 is connected to GPIO */
#define TIM_TIM16_TI1_RCC_LSI   TIM_TISEL_TI1SEL_0 /* !< TIM16 TI1 is connected to RCC LSI */
#define TIM_TIM16_TI1_RCC_LSE   TIM_TISEL_TI1SEL_1 /* !< TIM16 TI1 is connected to RCC LSE */
#define TIM_TIM16_TI1_WKUP_IT   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM16 TI1 is connected to WKUP_IT */
#define TIM_TIM17_TI1_GPIO   0x00000000U /* !< TIM17 TI1 is connected to GPIO */
#define TIM_TIM17_TI1_SPDIF_FS   TIM_TISEL_TI1SEL_0 /* !< TIM17 TI1 is connected to SPDIF FS */
#define TIM_TIM17_TI1_RCC_HSE1MHZ   TIM_TISEL_TI1SEL_1 /* !< TIM17 TI1 is connected to RCC HSE 1Mhz */
#define TIM_TIM17_TI1_RCC_MCO1   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM17 TI1 is connected to RCC MCO1 */
#define TIM_TIM23_TI4_GPIO   0x00000000U /* !< TIM23_TI4 is connected to GPIO */
#define TIM_TIM23_TI4_COMP1   TIM_TISEL_TI4SEL_0 /* !< TIM23_TI4 is connected to COMP1 OUT */
#define TIM_TIM23_TI4_COMP2   TIM_TISEL_TI4SEL_1 /* !< TIM23_TI4 is connected to COMP2 OUT */
#define TIM_TIM23_TI4_COMP1_COMP2   (TIM_TISEL_TI4SEL_0 | TIM_TISEL_TI4SEL_1) /* !< TIM23_TI4 is connected to COMP1 OUT or COMP2 OUT */
#define TIM_TIM24_TI1_GPIO   0x00000000U /* !< TIM24_TI1 is connected to GPIO */
#define TIM_TIM24_TI1_CAN_TMP   TIM_TISEL_TI1SEL_0 /* !< TIM24_TI1 is connected to CAN TMP */
#define TIM_TIM24_TI1_CAN_RTP   TIM_TISEL_TI1SEL_1 /* !< TIM24_TI1 is connected to CAN RTP */
#define TIM_TIM24_TI1_CAN_SOC   (TIM_TISEL_TI4SEL_0 | TIM_TISEL_TI4SEL_1) /* !< TIM24_TI1 is connected to CAN SOC */

Define Documentation

#define TIM_TIM12_TI1_GPIO   0x00000000U /* !< TIM12 TI1 is connected to GPIO */

Definition at line 203 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM12_TI1_SPDIF_FS   TIM_TISEL_TI1SEL_0 /* !< TIM12 TI1 is connected to SPDIF FS */

Definition at line 204 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM15_TI1_GPIO   0x00000000U /* !< TIM15_TI1 is connected to GPIO */

Definition at line 206 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM15_TI1_RCC_CSI   (TIM_TISEL_TI1SEL_2 | TIM_TISEL_TI1SEL_0) /* !< TIM15_TI1 is connected to RCC CSI */

Definition at line 211 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM15_TI1_RCC_LSE   (TIM_TISEL_TI1SEL_2) /* !< TIM15_TI1 is connected to RCC LSE */

Definition at line 210 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM15_TI1_RCC_MCO2   (TIM_TISEL_TI1SEL_2 | TIM_TISEL_TI1SEL_1) /* !< TIM15_TI1 is connected to RCC MCO2 */

Definition at line 212 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM15_TI1_TIM2_CH1   TIM_TISEL_TI1SEL_0 /* !< TIM15_TI1 is connected to TIM2 CH1 */

Definition at line 207 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM15_TI1_TIM3_CH1   TIM_TISEL_TI1SEL_1 /* !< TIM15_TI1 is connected to TIM3 CH1 */

Definition at line 208 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM15_TI1_TIM4_CH1   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM15_TI1 is connected to TIM4 CH1 */

Definition at line 209 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM15_TI2_GPIO   0x00000000U /* !< TIM15_TI2 is connected to GPIO */

Definition at line 214 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM15_TI2_TIM2_CH2   (TIM_TISEL_TI2SEL_0) /* !< TIM15_TI2 is connected to TIM2 CH2 */

Definition at line 215 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM15_TI2_TIM3_CH2   (TIM_TISEL_TI2SEL_1) /* !< TIM15_TI2 is connected to TIM3 CH2 */

Definition at line 216 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM15_TI2_TIM4_CH2   (TIM_TISEL_TI2SEL_0 | TIM_TISEL_TI2SEL_1) /* !< TIM15_TI2 is connected to TIM4 CH2 */

Definition at line 217 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM16_TI1_GPIO   0x00000000U /* !< TIM16 TI1 is connected to GPIO */

Definition at line 219 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM16_TI1_RCC_LSE   TIM_TISEL_TI1SEL_1 /* !< TIM16 TI1 is connected to RCC LSE */

Definition at line 221 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM16_TI1_RCC_LSI   TIM_TISEL_TI1SEL_0 /* !< TIM16 TI1 is connected to RCC LSI */

Definition at line 220 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM16_TI1_WKUP_IT   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM16 TI1 is connected to WKUP_IT */

Definition at line 222 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM17_TI1_GPIO   0x00000000U /* !< TIM17 TI1 is connected to GPIO */

Definition at line 224 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM17_TI1_RCC_HSE1MHZ   TIM_TISEL_TI1SEL_1 /* !< TIM17 TI1 is connected to RCC HSE 1Mhz */

Definition at line 226 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM17_TI1_RCC_MCO1   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM17 TI1 is connected to RCC MCO1 */

Definition at line 227 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM17_TI1_SPDIF_FS   TIM_TISEL_TI1SEL_0 /* !< TIM17 TI1 is connected to SPDIF FS */

Definition at line 225 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM1_TI1_COMP1   TIM_TISEL_TI1SEL_0 /* !< TIM1_TI1 is connected to COMP1 OUT */

Definition at line 184 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM1_TI1_GPIO   0x00000000U /* !< TIM1_TI1 is connected to GPIO */

Definition at line 183 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM23_TI4_COMP1   TIM_TISEL_TI4SEL_0 /* !< TIM23_TI4 is connected to COMP1 OUT */

Definition at line 230 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM23_TI4_COMP1_COMP2   (TIM_TISEL_TI4SEL_0 | TIM_TISEL_TI4SEL_1) /* !< TIM23_TI4 is connected to COMP1 OUT or COMP2 OUT */

Definition at line 232 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM23_TI4_COMP2   TIM_TISEL_TI4SEL_1 /* !< TIM23_TI4 is connected to COMP2 OUT */

Definition at line 231 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM23_TI4_GPIO   0x00000000U /* !< TIM23_TI4 is connected to GPIO */

Definition at line 229 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM24_TI1_CAN_RTP   TIM_TISEL_TI1SEL_1 /* !< TIM24_TI1 is connected to CAN RTP */

Definition at line 236 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM24_TI1_CAN_SOC   (TIM_TISEL_TI4SEL_0 | TIM_TISEL_TI4SEL_1) /* !< TIM24_TI1 is connected to CAN SOC */

Definition at line 237 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM24_TI1_CAN_TMP   TIM_TISEL_TI1SEL_0 /* !< TIM24_TI1 is connected to CAN TMP */

Definition at line 235 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM24_TI1_GPIO   0x00000000U /* !< TIM24_TI1 is connected to GPIO */

Definition at line 234 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM2_TI4_COMP1   TIM_TISEL_TI4SEL_0 /* !< TIM2_TI4 is connected to COMP1 OUT */

Definition at line 190 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM2_TI4_COMP1_COMP2   (TIM_TISEL_TI4SEL_0 | TIM_TISEL_TI4SEL_1) /* !< TIM2_TI4 is connected to COMP2 OUT OR COMP2 OUT */

Definition at line 192 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM2_TI4_COMP2   TIM_TISEL_TI4SEL_1 /* !< TIM2_TI4 is connected to COMP2 OUT */

Definition at line 191 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM2_TI4_GPIO   0x00000000U /* !< TIM2_TI4 is connected to GPIO */

Definition at line 189 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM3_TI1_COMP1   TIM_TISEL_TI1SEL_0 /* !< TIM3_TI1 is connected to COMP1 OUT */

Definition at line 195 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM3_TI1_COMP1_COMP2   (TIM_TISEL_TI1SEL_0 | TIM_TISEL_TI1SEL_1) /* !< TIM3_TI1 is connected to COMP1 OUT or COMP2 OUT */

Definition at line 197 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM3_TI1_COMP2   TIM_TISEL_TI1SEL_1 /* !< TIM3_TI1 is connected to COMP2 OUT */

Definition at line 196 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM3_TI1_GPIO   0x00000000U /* !< TIM3_TI1 is connected to GPIO */

Definition at line 194 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM5_TI1_CAN_RTP   TIM_TISEL_TI1SEL_1 /* !< TIM5_TI1 is connected to CAN RTP */

Definition at line 201 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM5_TI1_CAN_TMP   TIM_TISEL_TI1SEL_0 /* !< TIM5_TI1 is connected to CAN TMP */

Definition at line 200 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM5_TI1_GPIO   0x00000000U /* !< TIM5_TI1 is connected to GPIO */

Definition at line 199 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM8_TI1_COMP2   TIM_TISEL_TI1SEL_0 /* !< TIM8_TI1 is connected to COMP2 OUT */

Definition at line 187 of file stm32h7xx_hal_tim_ex.h.

#define TIM_TIM8_TI1_GPIO   0x00000000U /* !< TIM8_TI1 is connected to GPIO */

Definition at line 186 of file stm32h7xx_hal_tim_ex.h.