Searched defs:UDELAY (Results 1 – 2 of 2) sorted by relevance
195 static void UDELAY(u_int32_t us) { DELAY(us); } in UDELAY() function
329 static void UDELAY(int us) { DELAY(us); } in UDELAY() function