Searched refs:IS_TIM_EVENT_SOURCE (Results 1 – 16 of 16) sorted by relevance
810 #define IS_TIM_EVENT_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0xFF00) == 0x0000) && ((SOURCE) != 0x00… macro
816 #define IS_TIM_EVENT_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0xFF00) == 0x0000) && ((SOURCE) != 0x00… macro
752 #define IS_TIM_EVENT_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0xFF00) == 0x0000) && ((SOURCE) != 0x00… macro
815 #define IS_TIM_EVENT_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0xFF00) == 0x0000) && ((SOURCE) != 0x00… macro
689 #define IS_TIM_EVENT_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0xFF00) == 0x0000) && ((SOURCE) != 0x00… macro
1340 #define IS_TIM_EVENT_SOURCE(__SOURCE__) ((((__SOURCE__) & 0xFFFFFFA0U) == 0x00000000U) && ((__SOURC… macro
2362 assert_param(IS_TIM_EVENT_SOURCE(TIM_EventSource)); in TIM_GenerateEvent()
892 assert_param(IS_TIM_EVENT_SOURCE(TIM_EventSource)); in TIM_GenerateEvent()
873 assert_param(IS_TIM_EVENT_SOURCE(TIM_EventSource)); in TIM_GenerateEvent()
2046 assert_param(IS_TIM_EVENT_SOURCE(TIM_EventSource)); in TIM_GenerateEvent()
2369 assert_param(IS_TIM_EVENT_SOURCE(TIM_EventSource)); in TIM_GenerateEvent()
2370 assert_param(IS_TIM_EVENT_SOURCE(TIM_EventSource)); in TIM_GenerateEvent()
4734 assert_param(IS_TIM_EVENT_SOURCE(EventSource)); in HAL_TIM_GenerateEvent()
Completed in 71 milliseconds