/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/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/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/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/stm32wb0/BLE_TransparentMode/System/Interfaces/ |
D | hw_pka.c | 189 void HW_PKA_P256_StartPointCheck( const uint32_t* x, const uint32_t* y ); 933 void HW_PKA_P256_StartPointCheck( const uint32_t* x, const uint32_t* y ) in HW_PKA_P256_StartPointCheck() argument 949 HW_PKA_WriteOperand( PKA_POINT_CHECK_IN_INITIAL_POINT_Y, 8, y ); in HW_PKA_P256_StartPointCheck() 968 HW_PKA_WriteOperand( 108, 8, y ); in HW_PKA_P256_StartPointCheck()
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Interfaces/ |
D | hw_pka_p256.c | 136 const uint32_t* y ) in HW_PKA_P256_StartPointCheck() argument 157 HW_PKA_WriteOperand( PKA_POINT_CHECK_IN_INITIAL_POINT_Y, 8, y ); in HW_PKA_P256_StartPointCheck()
|
D | hw.h | 300 const uint32_t* y );
|
/hal_stm32-latest/ |
D | README.rst | 91 CONFIG_USE_STM32_ASSERT=y 92 CONFIG_ASSERT=y 109 default y
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/ |
D | ble_stack.h | 37 #define DIV_CEIL(x, y) (((x) + (y) - 1U) / (y)) argument
|
D | bleplat_cntr.h | 240 uint32_t BLEPLAT_CNTR_TimeDiff(uint32_t x, uint32_t y);
|
/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() argument 1192 return (uint32_t)(x - y); in BLEPLAT_CNTR_TimeDiff()
|
/hal_stm32-latest/stm32cube/stm32l1xx/ |
D | README | 42 based SoCs for which CPU_CORTEX_M_HAS_BASEPRI=y. However stm32cube
|