Searched refs:__LL_GPIO_GET_IT (Results 1 – 2 of 2) sorted by relevance
421 (__LL_GPIO_GET_IT(GPIOx, 0x01U << position)) != RESET) { in LL_GPIO_IRQHandler()
321 #define __LL_GPIO_GET_IT(__GPIO__, __PIN__) ((((__GPIO__)->PR & (__PIN__)) != 0… macro
Completed in 5 milliseconds