Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dgpio.c317 uint32_t wPortInt; in GPIO_registerInterrupt() local
319 wPortInt = GPIO_PORT_TO_INT[selectedPort]; in GPIO_registerInterrupt()
324 Interrupt_registerInterrupt(wPortInt, intHandler); in GPIO_registerInterrupt()
329 Interrupt_enableInterrupt(wPortInt); in GPIO_registerInterrupt()
335 uint32_t wPortInt; in GPIO_unregisterInterrupt() local
337 wPortInt = GPIO_PORT_TO_INT[selectedPort]; in GPIO_unregisterInterrupt()
342 Interrupt_disableInterrupt(wPortInt); in GPIO_unregisterInterrupt()
347 Interrupt_unregisterInterrupt(wPortInt); in GPIO_unregisterInterrupt()