Home
last modified time | relevance | path

Searched refs:TIM_SMCR_TS (Results 1 – 18 of 18) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c206 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIMEx_HallSensor_Init()
1457 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIMEx_ConfigCommutationEvent()
1506 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIMEx_ConfigCommutationEvent_IT()
1559 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIMEx_ConfigCommutationEvent_DMA()
Dstm32l4xx_hal_tim.c3731 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIM_OnePulse_ConfigChannel()
3750 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIM_OnePulse_ConfigChannel()
4507 tmpsmcr &= ~(TIM_SMCR_SMS | TIM_SMCR_TS); in HAL_TIM_ConfigClockSource()
4539 tmpsmcr &= ~(TIM_SMCR_SMS | TIM_SMCR_TS); in HAL_TIM_ConfigClockSource()
6049 tmpsmcr &= ~TIM_SMCR_TS; in TIM_SlaveTimer_SetConfig()
6434 tmpsmcr &= ~TIM_SMCR_TS; in TIM_ITRx_SetConfig()
Dstm32l4xx_ll_tim.c655 tmpsmcr &= (uint32_t)~(TIM_SMCR_TS | TIM_SMCR_SMS); in LL_TIM_HALLSENSOR_Init()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_tim.c3155 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIM_OnePulse_ConfigChannel()
3174 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIM_OnePulse_ConfigChannel()
3813 tmpsmcr &= ~(TIM_SMCR_SMS | TIM_SMCR_TS); in HAL_TIM_ConfigClockSource()
3845 tmpsmcr &= ~(TIM_SMCR_SMS | TIM_SMCR_TS); in HAL_TIM_ConfigClockSource()
4696 tmpsmcr &= ~TIM_SMCR_TS; in TIM_SlaveTimer_SetConfig()
5100 tmpsmcr &= ~TIM_SMCR_TS; in TIM_ITRx_SetConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tim.c3142 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIM_OnePulse_ConfigChannel()
3161 htim->Instance->SMCR &= ~TIM_SMCR_TS; in HAL_TIM_OnePulse_ConfigChannel()
3763 tmpsmcr &= ~(TIM_SMCR_SMS | TIM_SMCR_TS); in HAL_TIM_ConfigClockSource()
3791 tmpsmcr &= ~(TIM_SMCR_SMS | TIM_SMCR_TS); in HAL_TIM_ConfigClockSource()
4887 tmpsmcr &= ~TIM_SMCR_TS; in TIM_ITRx_SetConfig()
4975 tmpsmcr &= ~TIM_SMCR_TS; in TIM_SlaveTimer_SetConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h503 #define TIM_CLOCKSOURCE_ETRMODE1 (TIM_SMCR_TS)
Dstm32l1xx_ll_tim.h2321 MODIFY_REG(TIMx->SMCR, TIM_SMCR_TS, TriggerInput); in LL_TIM_SetTriggerInput()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h641 #define TIM_CLOCKSOURCE_ETRMODE1 (TIM_SMCR_TS)
Dstm32l0xx_ll_tim.h2310 MODIFY_REG(TIMx->SMCR, TIM_SMCR_TS, TriggerInput); in LL_TIM_SetTriggerInput()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_tim.h3321 MODIFY_REG(TIMx->SMCR, TIM_SMCR_TS, TriggerInput); in LL_TIM_SetTriggerInput()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h5448 #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Tr… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h5969 #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Tr… macro
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h5705 #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Tr… macro
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h5705 #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Tr… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h5810 #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Tr… macro
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h6529 #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Tr… macro
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h6831 #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Tr… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h14072 #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Tr… macro