Home
last modified time | relevance | path

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

/btstack/port/max32630-fthr/board/
H A Dmax14690n.c134 static void VBUS_Interrupt(void *unused) in VBUS_Interrupt()
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/
H A Dcompiler.h102 #define unused(v) do { (void)(v); } while(0) macro