/hal_stm32-3.7.0/lib/stm32wba/hci/ |
D | app_common.h | 68 #define MAX( x, y ) (((x)>(y))?(x):(y)) argument 72 #define MIN( x, y ) (((x)<(y))?(x):(y)) argument 88 #define DIVF( x, y ) ((x)/(y)) argument 90 #define DIVC( x, y ) (((x)+(y)-1)/(y)) argument 92 #define DIVR( x, y ) (((x)+((y)/2))/(y)) argument 94 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
|
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 114 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
|
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 112 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
|
D | utilities_conf.h | 129 #define UTILS_ENTER_LIMITED_CRITICAL_SECTION(x) uint32_t basepri_value= __get_BASEPRI();\ argument 130 __set_BASEPRI_MAX(x)
|
D | pka_p256.c | 137 void HW_PKA_P256_StartPointCheck( const uint32_t* x, in HW_PKA_P256_StartPointCheck() argument 156 HW_PKA_WriteOperand( PKA_POINT_CHECK_IN_INITIAL_POINT_X, 8, x ); in HW_PKA_P256_StartPointCheck()
|
D | hw.h | 269 extern void HW_PKA_P256_StartPointCheck( const uint32_t* x,
|
/hal_stm32-3.7.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 92 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) 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 113 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) 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 126 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
|
/hal_stm32-3.7.0/stm32cube/ |
D | CMakeLists.txt | 12 string(REPLACE "X" "x" STM32CUBE_CPU ${_STM32CUBE_CPU}) 67 ${stm_soc}x/soc 68 ${stm_soc}x/drivers/include 71 add_subdirectory(${stm_soc}x)
|
/hal_stm32-3.7.0/scripts/ |
D | serie_update.py | 227 self.version_tag = [x.decode("utf-8") for x in self.version_tag] 417 lines = (x for x in readme_prev.read().splitlines())
|
D | ble_library.py | 204 lines = (x for x in readme_prev.read().splitlines())
|
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_def.h | 70 #define UNUSED(x) ((void)(x)) /* To avoid gcc/g++ warnings */ argument
|
D | stm32h7xx_ll_bdma.h | 68 #define UNUSED(x) ((void)(x)) argument
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_def.h | 75 #define UNUSED(x) ((void)(x)) argument
|
D | stm32h5xx_ll_rcc.h | 54 #define UNUSED(x) ((void)(x)) argument
|
/hal_stm32-3.7.0/lib/stm32wba/hci/ll/ |
D | bsp.h | 91 #define LL_UNUSED(x) (void)(x) argument
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_util_i3c.c | 53 #define DIV_ROUND_CLOSEST(x, d) (((x) + ((d) / 2U)) / (d)) argument
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_util_i3c.c | 53 #define DIV_ROUND_CLOSEST(x, d) (((x) + ((d) / 2U)) / (d)) argument
|
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_adc.c | 267 #define UNUSED(x) ((void)(x)) argument
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_i3c.h | 50 #define UNUSED(x) ((void)(x)) argument
|
D | stm32h7rsxx_ll_rcc.h | 77 #define UNUSED(x) ((void)(x)) argument
|
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rtc.h | 77 #define UNUSED(x) ((void)(x)) argument
|
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rtc.h | 77 #define UNUSED(x) ((void)(x)) argument
|
D | stm32mp1xx_ll_rcc.h | 101 #define UNUSED(x) ((void)(x)) argument
|