Home
last modified time | relevance | path

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

123

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat_cntr.c269 void BLEPLAT_CNTR_ClearInterrupt(uint32_t x) in BLEPLAT_CNTR_ClearInterrupt() argument
271 LL_RADIO_BlueSetInterrupt1RegRegister(x); in BLEPLAT_CNTR_ClearInterrupt()
385 void BLEPLAT_CNTR_GlobSetDefaultAntennaid(uint8_t x) in BLEPLAT_CNTR_GlobSetDefaultAntennaid() argument
388 LL_RADIO_SetDefaultAntennaID((uint32_t)x); in BLEPLAT_CNTR_GlobSetDefaultAntennaid()
394 void BLEPLAT_CNTR_GlobSetInitRadioDelayTxCal(uint8_t x) in BLEPLAT_CNTR_GlobSetInitRadioDelayTxCal() argument
396 LL_RADIO_SetTransmitCalDelayChk((uint32_t) x); in BLEPLAT_CNTR_GlobSetInitRadioDelayTxCal()
399 void BLEPLAT_CNTR_GlobSetInitRadioDelayTxNocal(uint8_t x) in BLEPLAT_CNTR_GlobSetInitRadioDelayTxNocal() argument
401 LL_RADIO_SetTransmitNoCalDelayChk((uint32_t) x); in BLEPLAT_CNTR_GlobSetInitRadioDelayTxNocal()
404 void BLEPLAT_CNTR_GlobSetRadioConfigP(volatile uint32_t* x) in BLEPLAT_CNTR_GlobSetRadioConfigP() argument
406 LL_RADIO_SetRadioConfigurationAddressPointer(x[0]); in BLEPLAT_CNTR_GlobSetRadioConfigP()
[all …]
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/
Dapp_common.h67 #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
93 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
99 #define INT(x) ((int)(x)) argument
101 #define FRACTIONAL_1DIGIT(x) (x>0)? ((int) (((x) - INT(x)) * 10)) : ((int) ((INT(x) - (x)) * 10)) argument
103 #define FRACTIONAL_2DIGITS(x) (x>0)? ((int) (((x) - INT(x)) * 100)) : ((int) ((INT(x) - (x)) * 100… argument
105 #define FRACTIONAL_3DIGITS(x) (x>0)? ((int) (((x) - INT(x)) * 1000)) : ((int) ((INT(x) - (x)) * 10… argument
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dbleplat_cntr.h90 void BLEPLAT_CNTR_ClearInterrupt(uint32_t x);
111 void BLEPLAT_CNTR_GlobSetDefaultAntennaid(uint8_t x);
112 void BLEPLAT_CNTR_GlobSetInitRadioDelayTxCal(uint8_t x);
113 void BLEPLAT_CNTR_GlobSetInitRadioDelayTxNocal(uint8_t x);
114 void BLEPLAT_CNTR_GlobSetRadioConfigP(volatile uint32_t* x);
115 void BLEPLAT_CNTR_GlobSetWakeupinitdelay(uint8_t x);
116 void BLEPLAT_CNTR_GlobWriteConfigEnd(uint8_t x);
117 void BLEPLAT_CNTR_GlobWritePeriodslow(uint16_t x);
118 void BLEPLAT_CNTR_GlobWriteRcvdelay(uint8_t x);
119 void BLEPLAT_CNTR_GlobWriteRcvdelay1(uint8_t x);
[all …]
Dble_stack.h37 #define DIV_CEIL(x, y) (((x) + (y) - 1U) / (y)) argument
38 #define ALIGN_32(x) ((((x) - 1U) | 3U) + 1U) argument
/hal_stm32-latest/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-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/
Dapp_common.h69 #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
95 #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)
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/
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
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dapp_ble.h101 #define SCAN_WIN_MS(x) ((uint16_t)((x)/0.625f)) argument
102 #define SCAN_INT_MS(x) ((uint16_t)((x)/0.625f)) argument
103 #define CONN_INT_MS(x) ((uint16_t)((x)/1.25f)) argument
104 #define CONN_SUP_TIMEOUT_MS(x) ((uint16_t)((x)/10.0f)) argument
105 #define CONN_CE_LENGTH_MS(x) ((uint16_t)((x)/0.625f)) argument
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/
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
/hal_stm32-latest/stm32cube/
DCMakeLists.txt21 # - Found in subfolder "{SERIES_NAME}" or "{SERIES_NAME}x"
24 # - The SERIES_NAME **always** ends with a single `x`
31 string(REPLACE "X" "x" STM32CUBE_CPU ${_STM32CUBE_CPU})
105 # suffixed with a single `x` (i.e., `${series}x`).
116 set(cube_dir ${series}x)
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/
Dhw_pka.c189 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
947 HW_PKA_WriteOperand( PKA_POINT_CHECK_IN_INITIAL_POINT_X, 8, x ); in HW_PKA_P256_StartPointCheck()
966 HW_PKA_WriteOperand( 87, 8, x ); in HW_PKA_P256_StartPointCheck()
/hal_stm32-latest/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.py207 lines = (x for x in readme_prev.read().splitlines())
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_venc.h78 #define VENC_REG(x) (*(__IO uint32_t *) (VENC_BASE + (4UL*(x)))) argument
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Interfaces/
Dhw_pka_p256.c135 void HW_PKA_P256_StartPointCheck( const uint32_t* x, in HW_PKA_P256_StartPointCheck() argument
154 HW_PKA_WriteOperand( PKA_POINT_CHECK_IN_INITIAL_POINT_X, 8, x ); in HW_PKA_P256_StartPointCheck()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_def.h70 #define UNUSED(x) ((void)(x)) /* To avoid gcc/g++ warnings */ argument
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_def.h75 #define UNUSED(x) ((void)(x)) argument
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/
Dbsp.h99 #define LL_UNUSED(x) (void)(x) argument
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_util_i3c.c56 #define DIV_ROUND_CLOSEST(x, d) (((x) + ((d) / 2U)) / (d)) argument
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_util_i3c.c56 #define DIV_ROUND_CLOSEST(x, d) (((x) + ((d) / 2U)) / (d)) argument
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_util_i3c.c56 #define DIV_ROUND_CLOSEST(x, d) (((x) + ((d) / 2U)) / (d)) argument
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_adc.c267 #define UNUSED(x) ((void)(x)) argument

123