Home
last modified time | relevance | path

Searched refs:TIM_CR2_CCUS (Results 1 – 4 of 4) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c1464 htim->Instance->CR2 &= ~TIM_CR2_CCUS; in HAL_TIMEx_ConfigCommutationEvent()
1513 htim->Instance->CR2 &= ~TIM_CR2_CCUS; in HAL_TIMEx_ConfigCommutationEvent_IT()
1566 htim->Instance->CR2 &= ~TIM_CR2_CCUS; in HAL_TIMEx_ConfigCommutationEvent_DMA()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_tim.h669 #define LL_TIM_CCUPDATESOURCE_COMG_AND_TRGI TIM_CR2_CCUS /*!< Capture/compare control bi…
1887 MODIFY_REG(TIMx->CR2, TIM_CR2_CCUS, CCUpdateSource); in LL_TIM_CC_SetUpdate()
Dstm32l4xx_hal_tim.h677 #define TIM_COMMUTATION_TRGI TIM_CR2_CCUS /*!< When Capture/c…
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h14006 #define TIM_CR2_CCUS TIM_CR2_CCUS_Msk /*!<Capture/Compare … macro