Searched defs:HAL_GPIO_CLZ (Results 1 – 1 of 1) sorted by relevance
26 #define HAL_GPIO_CLZ(x) __builtin_clz(x) macro28 #define HAL_GPIO_CLZ(x) __CLZ(x) macro30 #define HAL_GPIO_CLZ(x) __builtin_clz(x) macro