Home
last modified time | relevance | path

Searched refs:CounterMode (Results 1 – 25 of 165) sorted by relevance

1234567

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_tim.c208 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/
Dstm32l1xx_ll_tim.c231 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/
Dstm32f2xx_ll_tim.c289 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/
Dstm32f4xx_ll_tim.c289 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/
Dstm32f0xx_ll_tim.c268 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/
Dstm32f1xx_ll_tim.c309 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/
Dstm32h7rsxx_hal_gfxtim.c1127 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/
Dstm32wb0x_ll_tim.c278 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/
Dstm32n6xx_hal_gfxtim.c1127 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/
Dstm32u5xx_hal_gfxtim.c1127 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/
Dstm32f7xx_ll_tim.c335 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/
Dstm32u0xx_ll_tim.c288 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/
Dstm32wlxx_ll_tim.c267 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/
Dstm32wbaxx_ll_tim.c284 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/
Dstm32c0xx_ll_tim.c279 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/
Dstm32wbxx_ll_tim.c271 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/
Dstm32l5xx_ll_tim.c302 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/
Dstm32l4xx_ll_tim.c308 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/
Dstm32g0xx_ll_tim.c311 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/
Dstm32l0xx_ll_lptim.h495 __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/
Dstm32f7xx_ll_lptim.h491 __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/
Dstm32f4xx_ll_lptim.h500 __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/
Dstm32wbxx_ll_lptim.h579 __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/
Dstm32mp1xx_ll_lptim.h554 __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/
Dstm32g0xx_ll_lptim.h566 __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()

1234567