Searched refs:MIN (Results 1 – 13 of 13) sorted by relevance
/hal_stm32-latest/lib/stm32wb/hci/ |
D | app_common.h | 69 #ifndef MIN 70 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
|
D | utilities_common.h | 76 #undef MIN 77 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
|
D | stm32_wpan_common.h | 89 #undef MIN 90 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/ |
D | app_common.h | 72 #ifndef MIN 73 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
|
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ |
D | stm32_wpan_common.h | 75 #undef MIN 76 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/ |
D | app_common.h | 70 #ifndef MIN 71 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/ |
D | utilities_common.h | 77 #undef MIN 78 #define MIN( x, y ) (((x)<(y))?(x):(y)) macro
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/ |
D | dm_alloc.c | 40 #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()
|
D | dtm_cmds.c | 32 #ifndef MIN 33 # define MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
|
D | aci_adv_nwk.c | 32 #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/ |
D | ble_stack.h | 31 #ifndef MIN 32 #define MIN(a,b) (((a) < (b))? (a) : (b)) macro
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_radio_timer.c | 203 #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/ |
D | stm32mp1xx_hal_fdcan.h | 2095 #define IS_FDCAN_MIN_VALUE(VALUE, MIN) ((VALUE) >= (MIN)) argument
|