Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_timebase_tim_template.c133 TimHandle.Init.CounterMode = TIM_COUNTERMODE_UP; in HAL_InitTick()
Dstm32l4xx_ll_tim.c325 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit()
345 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init()
353 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
Dstm32l4xx_hal_tim.c272 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_Base_Init()
592 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_OC_Init()
1152 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_PWM_Init()
1714 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_IC_Init()
2236 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_OnePulse_Init()
2549 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_Encoder_Init()
2553 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_Encoder_Init()
5608 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
Dstm32l4xx_hal_tim_ex.c160 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIMEx_HallSensor_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_tim.c248 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit()
267 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init()
275 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
Dstm32l1xx_hal_tim.c217 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_Base_Init()
499 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_OC_Init()
974 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_PWM_Init()
1453 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_IC_Init()
1932 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_OnePulse_Init()
4465 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_tim.c225 TIM_InitStruct->CounterMode = LL_TIM_COUNTERMODE_UP; in LL_TIM_StructInit()
244 assert_param(IS_LL_TIM_COUNTERMODE(TIM_InitStruct->CounterMode)); in LL_TIM_Init()
252 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
Dstm32l0xx_hal_tim.c217 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_Base_Init()
496 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_OC_Init()
969 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_PWM_Init()
1445 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_IC_Init()
1922 assert_param(IS_TIM_COUNTER_MODE(htim->Init.CounterMode)); in HAL_TIM_OnePulse_Init()
4395 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lptim.h490 __STATIC_INLINE void LL_LPTIM_SetCounterMode(LPTIM_TypeDef *LPTIMx, uint32_t CounterMode) in LL_LPTIM_SetCounterMode() argument
492 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_COUNTMODE, CounterMode); in LL_LPTIM_SetCounterMode()
Dstm32l0xx_ll_tim.h172 uint32_t CounterMode; /*!< Specifies the counter mode. member
1056 __STATIC_INLINE void LL_TIM_SetCounterMode(TIM_TypeDef *TIMx, uint32_t CounterMode) in LL_TIM_SetCounterMode() argument
1058 MODIFY_REG(TIMx->CR1, TIM_CR1_DIR | TIM_CR1_CMS, CounterMode); in LL_TIM_SetCounterMode()
Dstm32l0xx_hal_tim.h72 uint32_t CounterMode; /*!< Specifies the counter mode. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_lptim.h596 __STATIC_INLINE void LL_LPTIM_SetCounterMode(LPTIM_TypeDef *LPTIMx, uint32_t CounterMode) in LL_LPTIM_SetCounterMode() argument
598 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_COUNTMODE, CounterMode); in LL_LPTIM_SetCounterMode()
Dstm32l4xx_ll_tim.h267 uint32_t CounterMode; /*!< Specifies the counter mode. member
1598 __STATIC_INLINE void LL_TIM_SetCounterMode(TIM_TypeDef *TIMx, uint32_t CounterMode) in LL_TIM_SetCounterMode() argument
1600 MODIFY_REG(TIMx->CR1, (TIM_CR1_DIR | TIM_CR1_CMS), CounterMode); in LL_TIM_SetCounterMode()
Dstm32l4xx_hal_tim.h68 uint32_t CounterMode; /*!< Specifies the counter mode. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_tim.h168 uint32_t CounterMode; /*!< Specifies the counter mode. member
1023 __STATIC_INLINE void LL_TIM_SetCounterMode(TIM_TypeDef *TIMx, uint32_t CounterMode) in LL_TIM_SetCounterMode() argument
1025 MODIFY_REG(TIMx->CR1, TIM_CR1_DIR | TIM_CR1_CMS, CounterMode); in LL_TIM_SetCounterMode()
Dstm32l1xx_hal_tim.h67 uint32_t CounterMode; /*!< Specifies the counter mode. member