Home
last modified time | relevance | path

Searched refs:TIM_DIER_COMIE (Results 1 – 3 of 3) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_tim.h609 #define LL_TIM_DIER_COMIE TIM_DIER_COMIE /*!< COM interrupt enable */
4556 SET_BIT(TIMx->DIER, TIM_DIER_COMIE); in LL_TIM_EnableIT_COM()
4567 CLEAR_BIT(TIMx->DIER, TIM_DIER_COMIE); in LL_TIM_DisableIT_COM()
4578 return ((READ_BIT(TIMx->DIER, TIM_DIER_COMIE) == (TIM_DIER_COMIE)) ? 1UL : 0UL); in LL_TIM_IsEnabledIT_COM()
Dstm32l4xx_hal_tim.h667 #define TIM_IT_COM TIM_DIER_COMIE /*!< Commutation in…
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h14120 #define TIM_DIER_COMIE TIM_DIER_COMIE_Msk /*!<COM interrupt en… macro