/hal_stm32-latest/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-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/ |
D | app_common.h | 69 #define MAX( x, y ) (((x)>(y))?(x):(y)) argument 73 #define MIN( x, y ) (((x)<(y))?(x):(y)) argument 89 #define DIVF( x, y ) ((x)/(y)) argument 91 #define DIVC( x, y ) (((x)+(y)-1)/(y)) argument 93 #define DIVR( x, y ) (((x)+((y)/2))/(y)) argument
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/ |
D | utilities_common.h | 75 #define MAX( x, y ) (((x)>(y))?(x):(y)) argument 78 #define MIN( x, y ) (((x)<(y))?(x):(y)) argument 105 #define DIVF( x, y ) ((x)/(y)) argument 108 #define DIVC( x, y ) (((x)+(y)-1)/(y)) argument 111 #define DIVR( x, y ) (((x)+((y)/2))/(y)) argument
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/ |
D | app_common.h | 67 #define MAX( x, y ) (((x)>(y))?(x):(y)) argument 71 #define MIN( x, y ) (((x)<(y))?(x):(y)) argument 87 #define DIVF( x, y ) ((x)/(y)) argument 89 #define DIVC( x, y ) (((x)+(y)-1)/(y)) argument 91 #define DIVR( x, y ) (((x)+((y)/2))/(y)) argument
|
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ |
D | stm32_wpan_common.h | 103 #define DIVF( x, y ) ((x)/(y)) argument 106 #define DIVC( x, y ) (((x)+(y)-1)/(y)) argument 109 #define DIVR( x, y ) (((x)+((y)/2))/(y)) argument
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Interfaces/ |
D | hw_pka_p256.c | 136 const uint32_t* y ) in HW_PKA_P256_StartPointCheck()
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/ |
D | hw_pka.c | 933 void HW_PKA_P256_StartPointCheck( const uint32_t* x, const uint32_t* y ) in HW_PKA_P256_StartPointCheck()
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/ |
D | bleplat_cntr.c | 1190 uint32_t BLEPLAT_CNTR_TimeDiff(uint32_t x, uint32_t y) in BLEPLAT_CNTR_TimeDiff()
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/ |
D | ble_stack.h | 37 #define DIV_CEIL(x, y) (((x) + (y) - 1U) / (y)) argument
|