Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/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-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_fdcan.h2095 #define IS_FDCAN_MIN_VALUE(VALUE, MIN) ((VALUE) >= (MIN)) argument
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fdcan.h2196 #define IS_FDCAN_MIN_VALUE(VALUE, MIN) ((VALUE) >= (MIN)) argument