Searched refs:y (Results 1 – 5 of 5) 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
|
/hal_stm32-3.5.0/ |
D | README.rst | 91 CONFIG_USE_STM32_ASSERT=y 92 CONFIG_ASSERT=y 109 default y
|
/hal_stm32-3.5.0/stm32cube/stm32l1xx/ |
D | README | 42 based SoCs for which CPU_CORTEX_M_HAS_BASEPRI=y. However stm32cube
|