Home
last modified time | relevance | path

Searched refs:TIM_CR1_CEN (Results 1 – 14 of 14) sorted by relevance

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_tim.h921 SET_BIT(TIMx->CR1, TIM_CR1_CEN); in LL_TIM_EnableCounter()
932 CLEAR_BIT(TIMx->CR1, TIM_CR1_CEN); in LL_TIM_DisableCounter()
943 return (READ_BIT(TIMx->CR1, TIM_CR1_CEN) == (TIM_CR1_CEN)); in LL_TIM_IsEnabledCounter()
Dstm32l0xx_hal_tim.h1006 #define __HAL_TIM_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1|=(TIM_CR1_CEN))
1021 (__HANDLE__)->Instance->CR1 &= ~(TIM_CR1_CEN); \
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_tim.h888 SET_BIT(TIMx->CR1, TIM_CR1_CEN); in LL_TIM_EnableCounter()
899 CLEAR_BIT(TIMx->CR1, TIM_CR1_CEN); in LL_TIM_DisableCounter()
910 return (READ_BIT(TIMx->CR1, TIM_CR1_CEN) == (TIM_CR1_CEN)); in LL_TIM_IsEnabledCounter()
Dstm32l1xx_hal_tim.h1048 #define __HAL_TIM_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1|=(TIM_CR1_CEN))
1059 (__HANDLE__)->Instance->CR1 &= ~(TIM_CR1_CEN); \
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_tim.h1460 SET_BIT(TIMx->CR1, TIM_CR1_CEN); in LL_TIM_EnableCounter()
1471 CLEAR_BIT(TIMx->CR1, TIM_CR1_CEN); in LL_TIM_DisableCounter()
1482 return ((READ_BIT(TIMx->CR1, TIM_CR1_CEN) == (TIM_CR1_CEN)) ? 1UL : 0UL); in LL_TIM_IsEnabledCounter()
Dstm32l4xx_hal_tim.h1110 #define __HAL_TIM_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR1|=(TIM_CR1_CEN))
1130 (__HANDLE__)->Instance->CR1 &= ~(TIM_CR1_CEN); \
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h5388 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ macro
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h5750 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ macro
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h5909 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ macro
/loramac-node-3.7.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h5645 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ macro
/loramac-node-3.7.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h5645 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ macro
/loramac-node-3.7.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h6469 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ macro
/loramac-node-3.7.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h6771 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ macro
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h13966 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ macro