Home
last modified time | relevance | path

Searched refs:TISelection (Results 1 – 22 of 22) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_tim_ex.c2415 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/
Dstm32h5xx_hal_tim_ex.c2569 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/
Dstm32c0xx_hal_tim_ex.c2295 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/
Dstm32g0xx_hal_tim_ex.c2356 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/
Dstm32g4xx_hal_tim_ex.c2762 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/
Dstm32mp1xx_hal_tim_ex.c1988 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/
Dstm32u5xx_hal_tim_ex.c2577 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/
Dstm32wbaxx_hal_tim_ex.c2423 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/
Dstm32u0xx_hal_tim_ex.c2306 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/
Dstm32h7rsxx_hal_tim_ex.c2461 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/
Dstm32n6xx_hal_tim_ex.c2506 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/
Dstm32c0xx_hal_tim_ex.h307 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_tim_ex.h347 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_tim_ex.h382 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_tim_ex.h433 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_tim_ex.h470 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_tim_ex.h724 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_tim_ex.h1037 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_tim_ex.h1040 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_tim_ex.h1158 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_tim_ex.h1302 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_tim_ex.h2056 HAL_StatusTypeDef HAL_TIMEx_TISelection(TIM_HandleTypeDef *htim, uint32_t TISelection, uint32_t Ch…