Searched refs:TIM_CR2_TI1S (Results 1 – 19 of 19) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_tim.h | 2074 SET_BIT(TIMx->CR2, TIM_CR2_TI1S); in LL_TIM_IC_EnableXORCombination() 2087 CLEAR_BIT(TIMx->CR2, TIM_CR2_TI1S); in LL_TIM_IC_DisableXORCombination() 2100 return (READ_BIT(TIMx->CR2, TIM_CR2_TI1S) == (TIM_CR2_TI1S)); in LL_TIM_IC_IsEnabledXORCombination()
|
D | stm32l1xx_hal_tim.h | 678 #define TIM_TI1SELECTION_XORCOMBINATION (TIM_CR2_TI1S)
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_tim.h | 2075 SET_BIT(TIMx->CR2, TIM_CR2_TI1S); in LL_TIM_IC_EnableXORCombination() 2088 CLEAR_BIT(TIMx->CR2, TIM_CR2_TI1S); in LL_TIM_IC_DisableXORCombination() 2101 return (READ_BIT(TIMx->CR2, TIM_CR2_TI1S) == (TIM_CR2_TI1S)); in LL_TIM_IC_IsEnabledXORCombination()
|
D | stm32l0xx_hal_tim.h | 865 #define TIM_TI1SELECTION_XORCOMBINATION (TIM_CR2_TI1S)
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_tim.h | 3043 SET_BIT(TIMx->CR2, TIM_CR2_TI1S); in LL_TIM_IC_EnableXORCombination() 3056 CLEAR_BIT(TIMx->CR2, TIM_CR2_TI1S); in LL_TIM_IC_DisableXORCombination() 3069 return ((READ_BIT(TIMx->CR2, TIM_CR2_TI1S) == (TIM_CR2_TI1S)) ? 1UL : 0UL); in LL_TIM_IC_IsEnabledXORCombination()
|
D | stm32l4xx_hal_tim.h | 1003 #define TIM_TI1SELECTION_XORCOMBINATION TIM_CR2_TI1S /*!< The TIMx_CH1, …
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_tim_ex.c | 203 htim->Instance->CR2 |= TIM_CR2_TI1S; in HAL_TIMEx_HallSensor_Init()
|
D | stm32l4xx_ll_tim.c | 649 tmpcr2 |= TIM_CR2_TI1S; in LL_TIM_HALLSENSOR_Init()
|
D | stm32l4xx_hal_tim.c | 4661 tmpcr2 &= ~TIM_CR2_TI1S; in HAL_TIM_ConfigTI1Input()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_tim.c | 3985 tmpcr2 &= ~TIM_CR2_TI1S; in HAL_TIM_ConfigTI1Input()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_tim.c | 3907 tmpcr2 &= ~TIM_CR2_TI1S; in HAL_TIM_ConfigTI1Input()
|
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 5432 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
|
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 5794 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
|
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 5953 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
|
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 5689 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
|
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 5689 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
|
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 6513 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
|
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 6815 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
|
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 14020 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
|