| /hal_silabs-latest/wiseconnect/components/common/inc/ |
| D | sl_constants.h | 51 #define UNUSED_VARIABLE(x) (void)(x) argument 54 #define UNUSED_PARAMETER(x) (void)(x) argument 57 #define ARRAY_COUNT(x) (sizeof(x) / sizeof *(x)) argument 88 #define SL_CHECK_STATUS(x) \ argument 95 #define SL_CHECK_STATUS_AND_LOG(x, log) \ argument 128 #define SL_VERIFY_SUCCESS_OR_CONTINUE(x) \ argument 135 #define SL_VERIFY_SUCCESS_OR_EXIT(x) \ argument 142 #define SL_VERIFY_SUCCESS_OR_RETURN(x) \ argument
|
| /hal_silabs-latest/wiseconnect/components/service/network_manager/inc/ |
| D | sl_net_constants.h | 40 #define SL_NET_INTERFACE_TYPE(x) (x & NETWORK_INTERFACE_TYPE_MASK) argument 224 #define SL_NET_TLS_CLIENT_CREDENTIAL_ID(x) (SL_NET_TLS_CLIENT_CREDENTIAL_START + x) argument 239 #define SL_NET_TLS_SERVER_CREDENTIAL_ID(x) (SL_NET_TLS_SERVER_CREDENTIAL_START + x) argument 253 #define SL_NET_MQTT_SERVER_CREDENTIAL_ID(x) (SL_NET_MQTT_SERVER_CREDENTIAL_START + x) argument 267 #define SL_NET_MQTT_CLIENT_CREDENTIAL_ID(x) (SL_NET_MQTT_CLIENT_CREDENTIAL_START + x) argument 281 #define SL_NET_HTTP_SERVER_CREDENTIAL_ID(x) (SL_NET_HTTP_SERVER_CREDENTIAL_START + x) argument 295 #define SL_NET_HTTP_CLIENT_CREDENTIAL_ID(x) (SL_NET_HTTP_CLIENT_CREDENTIAL_START + x) argument
|
| /hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/plugin/rail_util_protocol/ |
| D | sl_rail_util_protocol_types.h | 71 #define SL_RAIL_UTIL_PROTOCOL_IS_BLE(x) \ argument 77 #define SL_RAIL_UTIL_PROTOCOL_IS_IEEE802154_2G4(x) \ argument 83 #define SL_RAIL_UTIL_PROTOCOL_IS_IEEE802154_GB868(x) \ argument 87 #define SL_RAIL_UTIL_PROTOCOL_IS_ZWAVE(x) \ argument 106 #define SL_RAIL_UTIL_PROTOCOL_IS_SIDEWALK(x) \ argument
|
| /hal_silabs-latest/gecko/platform/radio/rail_lib/plugin/rail_util_protocol/ |
| D | sl_rail_util_protocol_types.h | 67 #define SL_RAIL_UTIL_PROTOCOL_IS_BLE(x) \ argument 73 #define SL_RAIL_UTIL_PROTOCOL_IS_IEEE802154_2G4(x) \ argument 79 #define SL_RAIL_UTIL_PROTOCOL_IS_IEEE802154_GB868(x) \ argument 83 #define SL_RAIL_UTIL_PROTOCOL_IS_ZWAVE(x) \ argument
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/ |
| D | sl_si91x_driver.h | 51 #define SL_SI91X_TX_PENDING_FLAG(x) (1 << (x)) argument 52 #define SL_SI91X_RESPONSE_FLAG(x) (1 << (SI91X_CMD_MAX + x)) argument 53 #define SL_SI91X_EXTRA_EVENT_FLAG(x) (1 << (SI91X_CMD_MAX + SI91X_CMD_MAX + x)) argument
|
| /hal_silabs-latest/simplicity_sdk/platform/common/inc/ |
| D | sl_compiler.h | 48 #define __has_builtin(x) (0) argument 83 #define __ALIGNED(x) __attribute__((aligned(x))) argument
|
| D | sl_common.h | 96 #define SL_BRANCH_LIKELY(x) (x) argument 97 #define SL_BRANCH_UNLIKELY(x) (x) argument
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_core.h | 85 #define CORE_DECLARE_NVIC_MASK(x) CORE_nvicMask_t x argument 90 #define CORE_DECLARE_NVIC_ZEROMASK(x) CORE_nvicMask_t x = { { 0 } } argument
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_core.h | 133 #define CORE_DECLARE_NVIC_MASK(x) CORE_nvicMask_t x argument 138 #define CORE_DECLARE_NVIC_ZEROMASK(x) CORE_nvicMask_t x = { { 0 } } argument
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/rom_driver/inc/ |
| D | rsi_rom_power_save.h | 48 #define UNUSED_PARAMETER(x) (void)(x) argument 134 for (uint8_t x = 0; x < 10; x++) { in RSI_PS_PowerStateChangePs4toPs2() local
|
| /hal_silabs-latest/wiseconnect/components/common/src/ |
| D | sl_utility.c | 40 #define SPRINTF(x) strlen(sprintf /**/ x) argument 42 #define SPRINTF(x) ((size_t)sprintf x) argument
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/ |
| D | rsi_egpio.h | 116 #define PAD_CONFIG_REG(x) (*(volatile uint32_t *)(0x46004000 + 4 * x)) // REN enable bit(this shou… argument 133 #define ULP_SOC_GPIO_MODE(x) (*(volatile uint32_t *)(0x24041400 + 4 * x)) // x= 0 to 15 argument
|
| D | rsi_udma_wrapper.h | 50 #define UNUSED_PARAMETER(x) (void)(x) argument
|
| D | rsi_qspi_proto.h | 60 #define M4SS_PAD_CONFIG_REG(x) *(volatile uint32_t *)(0x46004000 + 4 * (x)) // REN enable bit(this … argument 61 #define M4_DDR_PAD_CONFIG(x) *(volatile uint32_t *)(0x46006000 + ((x)*4)) argument
|
| D | rsi_qspi.h | 239 #define XMAX(x, y) (((x) > (y)) ? (x) : (y)) argument 240 #define XMIN(x, y) (((x) < (y)) ? (x) : (y)) argument
|
| /hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/chip/efr32/efr32xg2x/ |
| D | rail_chip_specific.h | 756 #define RAIL_POWER_MODE_IS_ANY_DBM_POWERSETTING_MAPPING_TABLE(x) \ argument 761 #define RAIL_POWER_MODE_SUPPORTS_RAW_SETTING(x) \ argument
|
| /hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/chip/efr32/sixg3xx/ |
| D | rail_chip_specific.h | 320 #define RAIL_POWER_MODE_IS_ANY_DBM_POWERSETTING_MAPPING_TABLE(x) \ argument 325 #define RAIL_POWER_MODE_SUPPORTS_RAW_SETTING(x) \ argument
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/ |
| D | sl_si91x_driver.c | 74 #define htole16(x) (x) argument 75 #define htole32(x) (x) argument 81 #define SLI_SI91X_GET_TCP_IP_TOTAL_SELECTS_BITS(x) ((x & 0x0000F000) >> 12) argument
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/inc/ |
| D | rsi_utils.h | 42 #define RSI_MIN(x, y) ((int32_t)(x) > (int32_t)(y) ? (int32_t)(y) : (int32_t)(x)) argument
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/ |
| D | sl_si91x_gpio_common.h | 57 #define PAD_REG(x) ((PAD_CONFIG_Type *)(PAD_REG_BASE + (4 * x))) ///< PAD configuration re… argument 62 #define UULP_PAD_CONFIG_REG(x) \ argument
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/ |
| D | rsi_wwdt.h | 44 #define UNUSED_PARAMETER(x) (void)(x) argument
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/ |
| D | base_types.h | 69 #define BIT(x) ((uint32_t)1U << (x)) argument
|
| /hal_silabs-latest/gecko/platform/radio/rail_lib/plugin/pa-conversions/ |
| D | pa_conversions_efr32.c | 442 uint8_t x = 0; in RAIL_ConvertRawToDbm() local
|
| /hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/plugin/pa-conversions/ |
| D | pa_conversions_efr32.c | 514 uint8_t x = 0; in RAIL_ConvertRawToDbm() local
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ahb_interface/inc/ |
| D | rsi_m4.h | 101 #define BIT(x) (1 << (x)) argument
|