Home
last modified time | relevance | path

Searched refs:MIN (Results 1 – 13 of 13) sorted by relevance

/hal_stm32-latest/lib/stm32wb/hci/
Dapp_common.h69 #ifndef MIN
70 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
Dutilities_common.h76 #undef MIN
77 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
Dstm32_wpan_common.h89 #undef MIN
90 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/
Dapp_common.h72 #ifndef MIN
73 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/
Dstm32_wpan_common.h75 #undef MIN
76 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/
Dapp_common.h70 #ifndef MIN
71 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/
Dutilities_common.h77 #undef MIN
78 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddm_alloc.c40 #define MIN(a,b) (((a) < (b))? (a) : (b)) macro
368 Osal_MemCpy(new_buffer_p, buffer_p, MIN(size, old_data_size)); in dm_realloc()
Ddtm_cmds.c32 #ifndef MIN
33 # define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
Daci_adv_nwk.c32 #define MAX_ADV_DATA_LENGTH MIN(CFG_BLE_GATT_ADV_NWK_BUFFER_SIZE - CFG_BLE_ATT_QUEUED_WRITE_SIZE - …
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_stack.h31 #ifndef MIN
32 #define MIN(a,b) (((a) < (b))? (a) : (b)) macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c203 #define MIN(a,b) ((a) < (b) )? (a) : (b) macro
339 …RADIO_TIMER_Context.calibrationSettings.periodicCalibrationInterval = MIN(RADIO_TIMER_Context.cali… in HAL_RADIO_TIMER_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h2095 #define IS_FDCAN_MIN_VALUE(VALUE, MIN) ((VALUE) >= (MIN)) argument