/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_tim.c | 208 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 228 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 236 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_tim.c | 231 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 251 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 259 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_tim.c | 289 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 310 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 318 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_tim.c | 289 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 310 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 318 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_tim.c | 268 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 289 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 297 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_tim.c | 309 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 330 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 338 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_gfxtim.c | 1127 assert_param(IS_GFXTIM_RELATIVE_FRAME_VALUE(pRelativeTimerConfig->CounterMode)); in HAL_GFXTIM_RelativeTimer_Config() 1141 (pRelativeTimerConfig->CounterMode << GFXTIM_TCR_RFC1CM_Pos)); in HAL_GFXTIM_RelativeTimer_Config() 1155 (pRelativeTimerConfig->CounterMode << GFXTIM_TCR_RFC2CM_Pos)); in HAL_GFXTIM_RelativeTimer_Config()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_ll_tim.c | 278 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 299 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 307 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_gfxtim.c | 1127 assert_param(IS_GFXTIM_RELATIVE_FRAME_VALUE(pRelativeTimerConfig->CounterMode)); in HAL_GFXTIM_RelativeTimer_Config() 1141 (pRelativeTimerConfig->CounterMode << GFXTIM_TCR_RFC1CM_Pos)); in HAL_GFXTIM_RelativeTimer_Config() 1155 (pRelativeTimerConfig->CounterMode << GFXTIM_TCR_RFC2CM_Pos)); in HAL_GFXTIM_RelativeTimer_Config()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_gfxtim.c | 1127 assert_param(IS_GFXTIM_RELATIVE_FRAME_VALUE(pRelativeTimerConfig->CounterMode)); in HAL_GFXTIM_RelativeTimer_Config() 1141 (pRelativeTimerConfig->CounterMode << GFXTIM_TCR_RFC1CM_Pos)); in HAL_GFXTIM_RelativeTimer_Config() 1155 (pRelativeTimerConfig->CounterMode << GFXTIM_TCR_RFC2CM_Pos)); in HAL_GFXTIM_RelativeTimer_Config()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_tim.c | 335 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 356 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 364 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_tim.c | 288 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 309 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 317 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_tim.c | 267 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 288 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 296 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_tim.c | 284 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 305 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 313 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_tim.c | 279 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 300 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 308 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_tim.c | 271 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 292 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 300 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_tim.c | 302 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 323 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 331 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_tim.c | 308 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 329 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 337 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_tim.c | 311 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit() 332 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init() 340 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_lptim.h | 495 __STATIC_INLINE void LL_LPTIM_SetCounterMode(LPTIM_TypeDef *LPTIMx, uint32_t CounterMode) in LL_LPTIM_SetCounterMode() argument 497 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_COUNTMODE, CounterMode); in LL_LPTIM_SetCounterMode()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_lptim.h | 491 __STATIC_INLINE void LL_LPTIM_SetCounterMode(LPTIM_TypeDef *LPTIMx, uint32_t CounterMode) in LL_LPTIM_SetCounterMode() argument 493 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_COUNTMODE, CounterMode); in LL_LPTIM_SetCounterMode()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_lptim.h | 500 __STATIC_INLINE void LL_LPTIM_SetCounterMode(LPTIM_TypeDef *LPTIMx, uint32_t CounterMode) in LL_LPTIM_SetCounterMode() argument 502 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_COUNTMODE, CounterMode); in LL_LPTIM_SetCounterMode()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_lptim.h | 579 __STATIC_INLINE void LL_LPTIM_SetCounterMode(LPTIM_TypeDef *LPTIMx, uint32_t CounterMode) in LL_LPTIM_SetCounterMode() argument 581 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_COUNTMODE, CounterMode); in LL_LPTIM_SetCounterMode()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_lptim.h | 554 __STATIC_INLINE void LL_LPTIM_SetCounterMode(LPTIM_TypeDef *LPTIMx, uint32_t CounterMode) in LL_LPTIM_SetCounterMode() argument 556 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_COUNTMODE, CounterMode); in LL_LPTIM_SetCounterMode()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_lptim.h | 566 __STATIC_INLINE void LL_LPTIM_SetCounterMode(LPTIM_TypeDef *LPTIMx, uint32_t CounterMode) in LL_LPTIM_SetCounterMode() argument 568 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_COUNTMODE, CounterMode); in LL_LPTIM_SetCounterMode()
|