Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 57) sorted by relevance

123

/hal_stm32-3.7.0/lib/stm32wba/hci/
Dapp_common.h68 #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
Dutilities_common.h75 #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
Dstm32_wpan_common.h103 #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
Dutilities_conf.h129 #define UTILS_ENTER_LIMITED_CRITICAL_SECTION(x) uint32_t basepri_value= __get_BASEPRI();\ argument
130 __set_BASEPRI_MAX(x)
Dpka_p256.c137 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()
Dhw.h269 extern void HW_PKA_P256_StartPointCheck( const uint32_t* x,
/hal_stm32-3.7.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
92 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) 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
113 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) 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
126 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
/hal_stm32-3.7.0/stm32cube/
DCMakeLists.txt12 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/
Dserie_update.py227 self.version_tag = [x.decode("utf-8") for x in self.version_tag]
417 lines = (x for x in readme_prev.read().splitlines())
Dble_library.py204 lines = (x for x in readme_prev.read().splitlines())
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_def.h70 #define UNUSED(x) ((void)(x)) /* To avoid gcc/g++ warnings */ argument
Dstm32h7xx_ll_bdma.h68 #define UNUSED(x) ((void)(x)) argument
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_def.h75 #define UNUSED(x) ((void)(x)) argument
Dstm32h5xx_ll_rcc.h54 #define UNUSED(x) ((void)(x)) argument
/hal_stm32-3.7.0/lib/stm32wba/hci/ll/
Dbsp.h91 #define LL_UNUSED(x) (void)(x) argument
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_util_i3c.c53 #define DIV_ROUND_CLOSEST(x, d) (((x) + ((d) / 2U)) / (d)) argument
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_util_i3c.c53 #define DIV_ROUND_CLOSEST(x, d) (((x) + ((d) / 2U)) / (d)) argument
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_adc.c267 #define UNUSED(x) ((void)(x)) argument
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_i3c.h50 #define UNUSED(x) ((void)(x)) argument
Dstm32h7rsxx_ll_rcc.h77 #define UNUSED(x) ((void)(x)) argument
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rtc.h77 #define UNUSED(x) ((void)(x)) argument
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rtc.h77 #define UNUSED(x) ((void)(x)) argument
Dstm32mp1xx_ll_rcc.h101 #define UNUSED(x) ((void)(x)) argument

123