Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_gpio/
Dfsl_gpio.c21 static const clock_ip_name_t s_gpioClockName[] = GPIO_CLOCKS; variable
45 assert(port < ARRAY_SIZE(s_gpioClockName)); in GPIO_EnablePortClock()
48 CLOCK_EnableClock(s_gpioClockName[port]); in GPIO_EnablePortClock()