Home
last modified time | relevance | path

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

/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A 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()