Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/lib/stm32wb/hci/
Dapp_common.h65 #ifndef MAX
66 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
Dutilities_common.h73 #undef MAX
74 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
Dstm32_wpan_common.h86 #undef MAX
87 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
Dble_bufsize.h82 ((pw) + MAX(BLE_MEM_BLOCK_X_MTU(mtu, n_link), \
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/
Dapp_common.h68 #ifndef MAX
69 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/
Dstm32_wpan_common.h72 #undef MAX
73 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/
Dapp_common.h66 #ifndef MAX
67 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/
Dutilities_common.h74 #undef MAX
75 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_stack.h34 #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/
Dstm32wb0x_hal_radio_timer.c202 #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/
Dble_bufsize.h81 ((pw) + MAX(BLE_MEM_BLOCK_X_MTU(mtu, n_link), \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h2094 #define IS_FDCAN_MAX_VALUE(VALUE, MAX) ((VALUE) <= (MAX)) argument