Home
last modified time | relevance | path

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

/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_tim.c858 assert_param(IS_TIM_PERIPH_IT((TIMx), (TIM_IT))); in TIM_ITConfig()
2625 assert_param(IS_TIM_PERIPH_IT(TIMx, TIM_IT)); in TIM_GetITStatus()
2661 assert_param(IS_TIM_PERIPH_IT(TIMx, TIM_IT)); in TIM_ClearITPendingBit()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_tim.c858 assert_param(IS_TIM_PERIPH_IT((TIMx), (TIM_IT))); in TIM_ITConfig()
2625 assert_param(IS_TIM_PERIPH_IT(TIMx, TIM_IT)); in TIM_GetITStatus()
2661 assert_param(IS_TIM_PERIPH_IT(TIMx, TIM_IT)); in TIM_ClearITPendingBit()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_tim.h437 #define IS_TIM_PERIPH_IT(PERIPH, TIM_IT) ((((((*(uint32_t*)&(PERIPH)) == TIM2_BASE) || (((*(uint32_… macro
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_tim.h437 #define IS_TIM_PERIPH_IT(PERIPH, TIM_IT) ((((((*(uint32_t*)&(PERIPH)) == TIM2_BASE) || (((*(uint32_… macro

Completed in 19 milliseconds