| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_tim.h | 368 #define LL_TIM_COUNTERMODE_CENTER_UP_DOWN TIM_CR1_CMS /*!< The counter counts up and … 1034 MODIFY_REG(TIMx->CR1, (TIM_CR1_DIR | TIM_CR1_CMS), CounterMode); in LL_TIM_SetCounterMode() 1056 counter_mode = (uint32_t)(READ_BIT(TIMx->CR1, TIM_CR1_CMS)); in LL_TIM_GetCounterMode()
|
| A D | stm32l1xx_hal_tim.h | 450 #define TIM_COUNTERMODE_CENTERALIGNED3 TIM_CR1_CMS /*!< Center-aligned…
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_tim.c | 91 MODIFY_REG(tim->CR1, TIM_CR1_CMS | TIM_CR1_DIR, init_struct->TIM_CounterMode); in TIM_TimeBaseInit() 595 MODIFY_REG(tim->CR1, TIM_CR1_CMS | TIM_CR1_DIR, counter_mode); in TIM_CounterModeConfig()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_tim.h | 132 #define TIM_CR1_CMS (0x03U << TIM_CR1_CMS_Pos) ///< CMS[1:0] bits … macro
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_tim.c | 247 tmpcr1 &= (uint16_t)(~((uint16_t)(TIM_CR1_DIR | TIM_CR1_CMS))); in TIM_TimeBaseInit() 254 tmpcr1 &= (uint16_t)(~((uint16_t)(TIM_CR1_DIR | TIM_CR1_CMS))); in TIM_TimeBaseInit() 347 tmpcr1 &= (uint16_t)(~((uint16_t)(TIM_CR1_DIR | TIM_CR1_CMS))); in TIM_CounterModeConfig()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_ll_tim.c | 260 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
|
| A D | stm32l1xx_hal_tim.c | 6314 tmpcr1 &= ~(TIM_CR1_DIR | TIM_CR1_CMS); in TIM_Base_SetConfig()
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_tim.c | 242 tmpcr1 &= (uint16_t)(~((uint16_t)(TIM_CR1_DIR | TIM_CR1_CMS))); in TIM_TimeBaseInit() 328 tmpcr1 &= (uint16_t)(~((uint16_t)(TIM_CR1_DIR | TIM_CR1_CMS))); in TIM_CounterModeConfig()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_tim.c | 202 tmpcr1 &= (uint16_t)(~((uint16_t)(TIM_CR1_DIR | TIM_CR1_CMS))); in TIM_TimeBaseInit() 1167 tmpcr1 &= (uint16_t)(~((uint16_t)(TIM_CR1_DIR | TIM_CR1_CMS))); in TIM_CounterModeConfig()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_tim.c | 127 tmpcr1 &= (uint16_t)(~((uint16_t)(TIM_CR1_DIR | TIM_CR1_CMS))); in TIM_TimeBaseInit() 217 tmpcr1 &= (uint16_t)(~((uint16_t)(TIM_CR1_DIR | TIM_CR1_CMS))); in TIM_CounterModeConfig()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_tim.c | 250 tmpcr1 &= (uint16_t)(~((uint16_t)(TIM_CR1_DIR | TIM_CR1_CMS))); in TIM_TimeBaseInit() 336 tmpcr1 &= (uint16_t)(~((uint16_t)(TIM_CR1_DIR | TIM_CR1_CMS))); in TIM_CounterModeConfig()
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 3371 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
|
| A D | ft32f030x8.h | 3412 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
|
| A D | ft32f072x8.h | 3463 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
|
| A D | ft32f032x8.h | 3454 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
|
| A D | ft32f032x6.h | 3453 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
|
| A D | ft32f072xb.h | 3692 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/Include/ |
| A D | MM32L3xx.h | 2956 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
|
| /bsp/mm32f103x/Libraries/MM32F103/Include/ |
| A D | MM32F103.h | 2965 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
|
| /bsp/tkm32F499/Libraries/CMSIS_and_startup/ |
| A D | tk499.h | 3259 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
|
| /bsp/mm32l07x/Libraries/MM32L0xx/Include/ |
| A D | MM32L0xx.h | 3071 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/ |
| A D | hk32f030x4x6x8.h | 4229 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro
|
| A D | hk32f031x4x6.h | 4280 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro
|
| A D | hk32f04ax4x6x8.h | 4209 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x.h | 3434 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!< CMS[1:0] bits (Cent… macro
|