Home
last modified time | relevance | path

Searched defs:HAL_GPIO_CLZ (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_gpio.c26 #define HAL_GPIO_CLZ(x) __builtin_clz(x) macro
28 #define HAL_GPIO_CLZ(x) __CLZ(x) macro
30 #define HAL_GPIO_CLZ(x) __builtin_clz(x) macro