Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/utils/include/
Dutils.h271 #define ctz(u) __builtin_ctz(u) macro
273 #define ctz(u) … macro