Home
last modified time | relevance | path

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/
Dstm32l1xx_ll_tim.h2074 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()
Dstm32l1xx_hal_tim.h678 #define TIM_TI1SELECTION_XORCOMBINATION (TIM_CR2_TI1S)
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_tim.h2075 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()
Dstm32l0xx_hal_tim.h865 #define TIM_TI1SELECTION_XORCOMBINATION (TIM_CR2_TI1S)
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_tim.h3043 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()
Dstm32l4xx_hal_tim.h1003 #define TIM_TI1SELECTION_XORCOMBINATION TIM_CR2_TI1S /*!< The TIMx_CH1, …
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c203 htim->Instance->CR2 |= TIM_CR2_TI1S; in HAL_TIMEx_HallSensor_Init()
Dstm32l4xx_ll_tim.c649 tmpcr2 |= TIM_CR2_TI1S; in LL_TIM_HALLSENSOR_Init()
Dstm32l4xx_hal_tim.c4661 tmpcr2 &= ~TIM_CR2_TI1S; in HAL_TIM_ConfigTI1Input()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_tim.c3985 tmpcr2 &= ~TIM_CR2_TI1S; in HAL_TIM_ConfigTI1Input()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tim.c3907 tmpcr2 &= ~TIM_CR2_TI1S; in HAL_TIM_ConfigTI1Input()
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h5432 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h5794 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h5953 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h5689 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h5689 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/
Dstm32l152xc.h6513 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h6815 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h14020 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ macro