Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/lib/stm32wb/hci/
Dapp_common.h66 #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
Dutilities_common.h74 #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
Dstm32_wpan_common.h117 #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