Searched refs:MAX (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-latest/lib/stm32wb/hci/ |
D | app_common.h | 65 #ifndef MAX 66 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
|
D | utilities_common.h | 73 #undef MAX 74 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
|
D | stm32_wpan_common.h | 86 #undef MAX 87 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
D | ble_bufsize.h | 82 ((pw) + MAX(BLE_MEM_BLOCK_X_MTU(mtu, n_link), \
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/ |
D | app_common.h | 68 #ifndef MAX 69 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
|
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ |
D | stm32_wpan_common.h | 72 #undef MAX 73 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/ |
D | app_common.h | 66 #ifndef MAX 67 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/ |
D | utilities_common.h | 74 #undef MAX 75 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/ |
D | ble_stack.h | 34 #ifndef MAX 35 #define MAX(a,b) (((a) > (b))? (a) : (b)) macro 110 #define BLE_STACK_MBLOCKS_CALC(mtu, n_link, n_eatt_ch) MAX(BLE_STACK_MEM_BLOCK_X_MTU(mtu, (n_link) …
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_radio_timer.c | 202 #define MAX(a,b) ((a) < (b) )? (b) : (a) macro 314 RADIO_TIMER_Context.hostMargin = MAX(HOST_MARGIN, RADIO_TIMER_InitStruct->XTAL_StartupTime); in HAL_RADIO_TIMER_Init() 1312 delay = MAX(32, delay); in VTIMER_SetWakeupTime() 1549 delay = MAX(32, delay); in TIMER_SetRadioHostWakeupTime()
|
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/ |
D | ble_bufsize.h | 81 ((pw) + MAX(BLE_MEM_BLOCK_X_MTU(mtu, n_link), \
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_fdcan.h | 2094 #define IS_FDCAN_MAX_VALUE(VALUE, MAX) ((VALUE) <= (MAX)) argument
|