/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_tim_ex.c | 2415 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch… in HAL_TIMEx_TISelection() argument 2421 assert_param(IS_TIM_TISEL(TISelection)); in HAL_TIMEx_TISelection() 2428 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI1SEL, TISelection); in HAL_TIMEx_TISelection() 2431 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI2SEL, TISelection); in HAL_TIMEx_TISelection() 2434 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI3SEL, TISelection); in HAL_TIMEx_TISelection() 2437 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI4SEL, TISelection); in HAL_TIMEx_TISelection()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_tim_ex.c | 2569 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch… in HAL_TIMEx_TISelection() argument 2575 assert_param(IS_TIM_TISEL(TISelection)); in HAL_TIMEx_TISelection() 2582 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI1SEL, TISelection); in HAL_TIMEx_TISelection() 2586 if ((IS_TIM_RTCPREEN_INSTANCE(htim->Instance)) && (IS_TIM_RTCPREEN_SELECTION(TISelection))) in HAL_TIMEx_TISelection() 2597 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI2SEL, TISelection); in HAL_TIMEx_TISelection() 2600 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI4SEL, TISelection); in HAL_TIMEx_TISelection()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_tim_ex.c | 2295 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch… in HAL_TIMEx_TISelection() argument 2301 assert_param(IS_TIM_TISEL(TISelection)); in HAL_TIMEx_TISelection() 2308 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI1SEL, TISelection); in HAL_TIMEx_TISelection() 2311 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI2SEL, TISelection); in HAL_TIMEx_TISelection() 2314 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI3SEL, TISelection); in HAL_TIMEx_TISelection()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_tim_ex.c | 2356 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch… in HAL_TIMEx_TISelection() argument 2362 assert_param(IS_TIM_TISEL(TISelection)); in HAL_TIMEx_TISelection() 2369 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI1SEL, TISelection); in HAL_TIMEx_TISelection() 2372 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI2SEL, TISelection); in HAL_TIMEx_TISelection() 2375 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI3SEL, TISelection); in HAL_TIMEx_TISelection()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_tim_ex.c | 2762 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch… in HAL_TIMEx_TISelection() argument 2768 assert_param(IS_TIM_TISEL(TISelection)); in HAL_TIMEx_TISelection() 2775 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI1SEL, TISelection); in HAL_TIMEx_TISelection() 2788 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI2SEL, TISelection); in HAL_TIMEx_TISelection() 2791 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI3SEL, TISelection); in HAL_TIMEx_TISelection() 2794 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI4SEL, TISelection); in HAL_TIMEx_TISelection()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_tim_ex.c | 1988 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch… in HAL_TIMEx_TISelection() argument 1994 assert_param(IS_TIM_TISEL(TISelection)); in HAL_TIMEx_TISelection() 2001 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI1SEL, TISelection); in HAL_TIMEx_TISelection() 2004 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI2SEL, TISelection); in HAL_TIMEx_TISelection()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_tim_ex.c | 2577 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch… in HAL_TIMEx_TISelection() argument 2583 assert_param(IS_TIM_TISEL(TISelection)); in HAL_TIMEx_TISelection() 2590 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI1SEL, TISelection); in HAL_TIMEx_TISelection() 2593 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI2SEL, TISelection); in HAL_TIMEx_TISelection() 2596 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI4SEL, TISelection); in HAL_TIMEx_TISelection()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_tim_ex.c | 2423 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch… in HAL_TIMEx_TISelection() argument 2429 assert_param(IS_TIM_TISEL(TISelection)); in HAL_TIMEx_TISelection() 2436 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI1SEL, TISelection); in HAL_TIMEx_TISelection() 2449 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI2SEL, TISelection); in HAL_TIMEx_TISelection() 2452 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI4SEL, TISelection); in HAL_TIMEx_TISelection()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_tim_ex.c | 2306 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch… in HAL_TIMEx_TISelection() argument 2312 assert_param(IS_TIM_TISEL(TISelection)); in HAL_TIMEx_TISelection() 2319 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI1SEL, TISelection); in HAL_TIMEx_TISelection() 2322 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI2SEL, TISelection); in HAL_TIMEx_TISelection()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_tim_ex.c | 2461 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch… in HAL_TIMEx_TISelection() argument 2467 assert_param(IS_TIM_TISEL(TISelection)); in HAL_TIMEx_TISelection() 2474 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI1SEL, TISelection); in HAL_TIMEx_TISelection() 2477 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI2SEL, TISelection); in HAL_TIMEx_TISelection()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_tim_ex.c | 2506 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch… in HAL_TIMEx_TISelection() argument 2512 assert_param(IS_TIM_TISEL(TISelection)); in HAL_TIMEx_TISelection() 2519 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI1SEL, TISelection); in HAL_TIMEx_TISelection() 2522 MODIFY_REG(htim->Instance->TISEL, TIM_TISEL_TI2SEL, TISelection); in HAL_TIMEx_TISelection()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_tim_ex.h | 307 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_tim_ex.h | 347 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_tim_ex.h | 382 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_tim_ex.h | 433 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_tim_ex.h | 470 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_tim_ex.h | 724 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_tim_ex.h | 1037 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_tim_ex.h | 1040 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_tim_ex.h | 1158 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_tim_ex.h | 1302 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_tim_ex.h | 2056 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
|