Home
last modified time | relevance | path

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

12

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_tim.h368 #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 Dstm32l1xx_hal_tim.h450 #define TIM_COUNTERMODE_CENTERALIGNED3 TIM_CR1_CMS /*!< Center-aligned…
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_tim.c91 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 Dreg_tim.h132 #define TIM_CR1_CMS (0x03U << TIM_CR1_CMS_Pos) ///< CMS[1:0] bits … macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_tim.c247 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 Dstm32l1xx_ll_tim.c260 MODIFY_REG(tmpcr1, (TIM_CR1_DIR | TIM_CR1_CMS), TIM_InitStruct->CounterMode); in LL_TIM_Init()
A Dstm32l1xx_hal_tim.c6314 tmpcr1 &= ~(TIM_CR1_DIR | TIM_CR1_CMS); in TIM_Base_SetConfig()
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_tim.c242 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 Dair32f10x_tim.c202 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 Dft32f0xx_tim.c127 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 DHAL_tim.c250 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 Dft32f030x6.h3371 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
A Dft32f030x8.h3412 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
A Dft32f072x8.h3463 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
A Dft32f032x8.h3454 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
A Dft32f032x6.h3453 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
A Dft32f072xb.h3692 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
/bsp/mm32l3xx/Libraries/MM32L3xx/Include/
A DMM32L3xx.h2956 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
/bsp/mm32f103x/Libraries/MM32F103/Include/
A DMM32F103.h2965 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
/bsp/tkm32F499/Libraries/CMSIS_and_startup/
A Dtk499.h3259 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
/bsp/mm32l07x/Libraries/MM32L0xx/Include/
A DMM32L0xx.h3071 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!<CMS[1:0] bits (Cente… macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/
A Dhk32f030x4x6x8.h4229 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro
A Dhk32f031x4x6.h4280 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro
A Dhk32f04ax4x6x8.h4209 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (C… macro
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x.h3434 #define TIM_CR1_CMS ((uint16_t)0x0060) /*!< CMS[1:0] bits (Cent… macro

Completed in 1130 milliseconds

12