Home
last modified time | relevance | path

Searched defs:MAX (Results 1 – 8 of 8) sorted by relevance

/btstack/chipset/sx128x/SMTC_Drivers/
H A Dutilities.h55 #define MAX( a, b ) ( ( ( a ) > ( b ) ) ? ( a ) : ( b ) ) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/template/
H A Dble_const.h109 #define MAX( a, b ) (((a) > (b)) ? (a) : (b)) macro
/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_lcd.h14 #define MAX(n,m) (((n) < (m)) ? (m) : (n)) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/
H A Dble_common.h65 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/
H A Dstm32_wpan_common.h88 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/
H A Dutilities_common.h75 #define MAX( x, y ) (((x)>(y))?(x):(y)) macro
/btstack/3rd-party/lc3-google/tools/
H A Ddlc3.c41 #define MAX(a, b) ( (a) > (b) ? (a) : (b) ) macro
/btstack/3rd-party/segger-rtt/
H A DSEGGER_RTT.c171 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro