Searched refs:__LL_GPIO_CLEAR_IT (Results 1 – 2 of 2) sorted by relevance
423 __LL_GPIO_CLEAR_IT(GPIOx, 0x01U << position); in LL_GPIO_IRQHandler()
331 #define __LL_GPIO_CLEAR_IT(__GPIO__, __PIN__) ((__GPIO__)->PR = (__PIN__)) macro
Completed in 7 milliseconds