Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
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()