Home
last modified time | relevance | path

Searched defs:Y (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ahb_interface/inc/
Dsli_siwx917_soc.h59 #define RSI_WHILE_LOOP(X, Y) while ((X++) < (uint32_t)Y) argument
67 #define RSI_CHECK_LOOP_COUNTER(X, Y) \ argument
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/
Dbase_types.h59 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) argument
63 #define MAX(X, Y) ((X) > (Y) ? (X) : (Y)) argument
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_constants.h162 #define SL_SI91X_WHILE_LOOP(X, Y) while ((X++) < (int32_t)Y) argument
163 #define SL_SI91X_CHECK_LOOP_COUNTER(X, Y) \ argument