Searched defs:y (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-3.5.0/lib/stm32wb/hci/ |
D | app_common.h | 66 #define MAX( x, y ) (((x)>(y))?(x):(y)) argument 70 #define MIN( x, y ) (((x)<(y))?(x):(y)) argument 86 #define DIVF( x, y ) ((x)/(y)) argument 88 #define DIVC( x, y ) (((x)+(y)-1)/(y)) argument 90 #define DIVR( x, y ) (((x)+((y)/2))/(y)) argument
|
D | utilities_common.h | 74 #define MAX( x, y ) (((x)>(y))?(x):(y)) argument 77 #define MIN( x, y ) (((x)<(y))?(x):(y)) argument 104 #define DIVF( x, y ) ((x)/(y)) argument 107 #define DIVC( x, y ) (((x)+(y)-1)/(y)) argument 110 #define DIVR( x, y ) (((x)+((y)/2))/(y)) argument
|
D | stm32_wpan_common.h | 117 #define DIVF( x, y ) ((x)/(y)) argument 120 #define DIVC( x, y ) (((x)+(y)-1)/(y)) argument 123 #define DIVR( x, y ) (((x)+((y)/2))/(y)) argument
|