Home
last modified time | relevance | path

Searched refs:TIM_CR1_CMS (Results 1 – 20 of 20) sorted by relevance

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_tim.h366 #define LL_TIM_COUNTERMODE_CENTER_UP_DOWN TIM_CR1_CMS /*!< The counter counts up a…
1058 MODIFY_REG(TIMx->CR1, TIM_CR1_DIR | TIM_CR1_CMS, CounterMode); in LL_TIM_SetCounterMode()
1078 return (uint32_t)(READ_BIT(TIMx->CR1, TIM_CR1_DIR | TIM_CR1_CMS)); in LL_TIM_GetCounterMode()
Dstm32l0xx_hal_tim.h384 #define TIM_COUNTERMODE_CENTERALIGNED3 TIM_CR1_CMS
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_tim.h363 #define LL_TIM_COUNTERMODE_CENTER_UP_DOWN TIM_CR1_CMS /*!< The counter counts up and …
1025 MODIFY_REG(TIMx->CR1, TIM_CR1_DIR | TIM_CR1_CMS, CounterMode); in LL_TIM_SetCounterMode()
1045 return (uint32_t)(READ_BIT(TIMx->CR1, TIM_CR1_DIR | TIM_CR1_CMS)); in LL_TIM_GetCounterMode()
Dstm32l1xx_hal_tim.h314 #define TIM_COUNTERMODE_CENTERALIGNED3 TIM_CR1_CMS
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_tim.h641 #define LL_TIM_COUNTERMODE_CENTER_UP_DOWN TIM_CR1_CMS /*!< The counter counts up and …
1600 MODIFY_REG(TIMx->CR1, (TIM_CR1_DIR | TIM_CR1_CMS), CounterMode); in LL_TIM_SetCounterMode()
1620 return (uint32_t)(READ_BIT(TIMx->CR1, TIM_CR1_DIR | TIM_CR1_CMS)); in LL_TIM_GetCounterMode()
Dstm32l4xx_hal_tim.h519 #define TIM_COUNTERMODE_CENTERALIGNED3 TIM_CR1_CMS /*!< Center-aligned…
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_tim.c252 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
Dstm32l0xx_hal_tim.c4394 tmpcr1 &= ~(TIM_CR1_DIR | TIM_CR1_CMS); in TIM_Base_SetConfig()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_tim.c275 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
Dstm32l1xx_hal_tim.c4464 tmpcr1 &= ~(TIM_CR1_DIR | TIM_CR1_CMS); in TIM_Base_SetConfig()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_tim.c353 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
Dstm32l4xx_hal_tim.c5607 tmpcr1 &= ~(TIM_CR1_DIR | TIM_CR1_CMS); in TIM_Base_SetConfig()
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h5404 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h5766 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h5925 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro
/loramac-node-3.7.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h5661 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro
/loramac-node-3.7.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h5661 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro
/loramac-node-3.7.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h6485 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro
/loramac-node-3.7.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h6787 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h13982 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro