Searched refs:GPIO_PortEnableInterrupts (Results 1 – 4 of 4) sorted by relevance
253 static inline void GPIO_PortEnableInterrupts(GPIO_Type *base, uint32_t mask) in GPIO_PortEnableInterrupts() function266 GPIO_PortEnableInterrupts(base, mask); in GPIO_EnableInterrupts()
288 void GPIO_PortEnableInterrupts(GPIO_Type *base, uint32_t port, uint32_t index, uint32_t mask);
153 void GPIO_PortEnableInterrupts(GPIO_Type *base, uint32_t port, uint32_t index, uint32_t mask) in GPIO_PortEnableInterrupts() function
451 …GPIO_PortEnableInterrupts(gpioList[gpioStateHandle->pin.port], ((uint32_t)1 << gpioStateHandle->pi… in HAL_GpioSetTriggerMode()