| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_tim.h | 894 SET_BIT(TIMx->CR1, TIM_CR1_CEN); in LL_TIM_EnableCounter() 905 CLEAR_BIT(TIMx->CR1, TIM_CR1_CEN); in LL_TIM_DisableCounter() 916 return ((READ_BIT(TIMx->CR1, TIM_CR1_CEN) == (TIM_CR1_CEN)) ? 1UL : 0UL); in LL_TIM_IsEnabledCounter()
|
| A D | stm32l1xx_hal_tim.h | 882 #define __HAL_TIM_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1|=(TIM_CR1_CEN)) 893 (__HANDLE__)->Instance->CR1 &= ~(TIM_CR1_CEN); \
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_tim.c | 340 (state) ? SET_BIT(tim->CR1, TIM_CR1_CEN) : CLEAR_BIT(tim->CR1, TIM_CR1_CEN); in TIM_Cmd()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_tim.h | 122 #define TIM_CR1_CEN (0x01U << TIM_CR1_CEN_Pos) ///< Counter enable macro
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_tim.c | 567 TIMx->CR1 |= TIM_CR1_CEN; in TIM_Cmd() 572 TIMx->CR1 &= (uint16_t)(~((uint16_t)TIM_CR1_CEN)); in TIM_Cmd()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_tim.c | 775 TIMx->CR1 |= TIM_CR1_CEN; in TIM_Cmd() 780 TIMx->CR1 &= (uint16_t)(~((uint16_t)TIM_CR1_CEN)); in TIM_Cmd()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_tim.c | 428 TIMx->CR1 |= TIM_CR1_CEN; in TIM_Cmd() 433 TIMx->CR1 &= (uint16_t)(~((uint16_t)TIM_CR1_CEN)); in TIM_Cmd()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_tim.c | 575 TIMx->CR1 |= TIM_CR1_CEN; in TIM_Cmd() 580 TIMx->CR1 &= (uint16_t)(~((uint16_t)TIM_CR1_CEN)); in TIM_Cmd()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_tim.c | 577 TIMx->CR1 |= TIM_CR1_CEN; in TIM_Cmd() 582 TIMx->CR1 &= (uint16_t)(~((uint16_t)TIM_CR1_CEN)); in TIM_Cmd()
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 3365 #define TIM_CR1_CEN ((uint16_t)0x0001) /*!<Counter enable */ macro
|
| A D | ft32f030x8.h | 3406 #define TIM_CR1_CEN ((uint16_t)0x0001) /*!<Counter enable */ macro
|
| A D | ft32f072x8.h | 3457 #define TIM_CR1_CEN ((uint16_t)0x0001) /*!<Counter enable */ macro
|
| A D | ft32f032x8.h | 3448 #define TIM_CR1_CEN ((uint16_t)0x0001) /*!<Counter enable */ macro
|
| A D | ft32f032x6.h | 3447 #define TIM_CR1_CEN ((uint16_t)0x0001) /*!<Counter enable */ macro
|
| A D | ft32f072xb.h | 3686 #define TIM_CR1_CEN ((uint16_t)0x0001) /*!<Counter enable */ macro
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/Include/ |
| A D | MM32L3xx.h | 2950 #define TIM_CR1_CEN ((uint16_t)0x0001) /*!<Counter enable */ macro
|
| /bsp/mm32f103x/Libraries/MM32F103/Include/ |
| A D | MM32F103.h | 2959 #define TIM_CR1_CEN ((uint16_t)0x0001) /*!<Counter enable */ macro
|
| /bsp/tkm32F499/Libraries/CMSIS_and_startup/ |
| A D | tk499.h | 3253 #define TIM_CR1_CEN ((uint16_t)0x0001) /*!<Counter enable */ macro
|
| /bsp/mm32l07x/Libraries/MM32L0xx/Include/ |
| A D | MM32L0xx.h | 3065 #define TIM_CR1_CEN ((uint16_t)0x0001) /*!<Counter enable */ macro
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Include/ |
| A D | hk32f030x4x6x8.h | 4213 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ macro
|
| A D | hk32f031x4x6.h | 4264 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ macro
|
| A D | hk32f04ax4x6x8.h | 4193 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ macro
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x.h | 3428 #define TIM_CR1_CEN ((uint16_t)0x0001) /*!< Counter enable */ macro
|
| /bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/ |
| A D | stm32l100xb.h | 5586 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ macro
|
| A D | stm32l100xba.h | 5734 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ macro
|