| /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 72 ((x == SL_RAIL_UTIL_PROTOCOL_BLE_1MBPS) \ 73 || (x == SL_RAIL_UTIL_PROTOCOL_BLE_2MBPS) \ 74 || (x == SL_RAIL_UTIL_PROTOCOL_BLE_CODED_125KBPS) \ 75 || (x == SL_RAIL_UTIL_PROTOCOL_BLE_CODED_500KBPS)) 77 #define SL_RAIL_UTIL_PROTOCOL_IS_IEEE802154_2G4(x) \ argument 78 ((x == SL_RAIL_UTIL_PROTOCOL_IEEE802154_2P4GHZ) \ 79 || (x == SL_RAIL_UTIL_PROTOCOL_IEEE802154_2P4GHZ_ANTDIV) \ 80 || (x == SL_RAIL_UTIL_PROTOCOL_IEEE802154_2P4GHZ_COEX) \ 81 || (x == SL_RAIL_UTIL_PROTOCOL_IEEE802154_2P4GHZ_ANTDIV_COEX)) [all …]
|
| /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 68 ((x == SL_RAIL_UTIL_PROTOCOL_BLE_1MBPS) \ 69 || (x == SL_RAIL_UTIL_PROTOCOL_BLE_2MBPS) \ 70 || (x == SL_RAIL_UTIL_PROTOCOL_BLE_CODED_125KBPS) \ 71 || (x == SL_RAIL_UTIL_PROTOCOL_BLE_CODED_500KBPS)) 73 #define SL_RAIL_UTIL_PROTOCOL_IS_IEEE802154_2G4(x) \ argument 74 ((x == SL_RAIL_UTIL_PROTOCOL_IEEE802154_2P4GHZ) \ 75 || (x == SL_RAIL_UTIL_PROTOCOL_IEEE802154_2P4GHZ_ANTDIV) \ 76 || (x == SL_RAIL_UTIL_PROTOCOL_IEEE802154_2P4GHZ_COEX) \ 77 || (x == SL_RAIL_UTIL_PROTOCOL_IEEE802154_2P4GHZ_ANTDIV_COEX)) [all …]
|
| /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 90 if (x != SL_SUCCESS) { \ 95 #define SL_CHECK_STATUS_AND_LOG(x, log) \ argument 97 if (x != SL_SUCCESS) { \ 128 #define SL_VERIFY_SUCCESS_OR_CONTINUE(x) \ argument 130 if (x != SL_STATUS_OK) { \ 135 #define SL_VERIFY_SUCCESS_OR_EXIT(x) \ argument [all …]
|
| /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/common/inc/ |
| D | sl_compiler.h | 48 #define __has_builtin(x) (0) argument 83 #define __ALIGNED(x) __attribute__((aligned(x))) argument 101 #define __ALIGNED(x) __attribute__((aligned(x))) 104 #define __ALIGNED(x) __attribute__((aligned(x))) 107 #define __ALIGNED(x)
|
| D | sl_common.h | 96 #define SL_BRANCH_LIKELY(x) (x) argument 97 #define SL_BRANCH_UNLIKELY(x) (x) argument 162 #define SL_BRANCH_LIKELY(x) __builtin_expect(!!(x), 1) 163 #define SL_BRANCH_UNLIKELY(x) __builtin_expect(!!(x), 0) 179 #define SL_PACK_START(x)
|
| /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 321 (((x) == RAIL_TX_POWER_MODE_2P4GIG_HP) \ 322 || ((x) == RAIL_TX_POWER_MODE_2P4GIG_LP)) 325 #define RAIL_POWER_MODE_SUPPORTS_RAW_SETTING(x) \ argument 326 (((x) == RAIL_TX_POWER_MODE_2P4GIG_HP) || ((x) == RAIL_TX_POWER_MODE_2P4GIG_LP))
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/ |
| D | rsi_power_save.h | 539 volatile int x = 0; in ps_power_state_change_ps4tops2() local 550 x = (int)ULPCLK->ULP_TA_CLK_GEN_REG; in ps_power_state_change_ps4tops2() 555 for (x = 0; x < 10; x++) { in ps_power_state_change_ps4tops2() 565 x++; in ps_power_state_change_ps4tops2() 627 x++; in ps_power_state_change_ps4tops2() 643 uint8_t x; in ps_power_state_change_ps2_to_Ps4() local 673 for (x = 0; x < 10; x++) { in ps_power_state_change_ps2_to_Ps4() 703 for (x = 0; x < 200; x++) { in ps_power_state_change_ps2_to_Ps4()
|
| D | rsi_wwdt.h | 44 #define UNUSED_PARAMETER(x) (void)(x) 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 757 (((x) == RAIL_TX_POWER_MODE_OFDM_PA_POWERSETTING_TABLE) \ 758 || ((x) == RAIL_TX_POWER_MODE_SUBGIG_POWERSETTING_TABLE)) 761 #define RAIL_POWER_MODE_SUPPORTS_RAW_SETTING(x) \ argument 762 (((x) != RAIL_TX_POWER_MODE_OFDM_PA_POWERSETTING_TABLE) \ 763 && ((x) != RAIL_TX_POWER_MODE_SUBGIG_POWERSETTING_TABLE))
|
| /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/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/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
|
| D | sl_si91x_constants.h | 289 #define SL_SI91X_WAIT_FOR(x) (sl_si91x_wait_period_t)(x) argument 290 #define SL_SI91X_WAIT_FOR_RESPONSE(x) (sl_si91x_wait_period_t)(SL_SI91X_WAIT_FOR_RESPONSE_BIT | (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 452 x = 1U; // skip over the first entry in RAIL_ConvertRawToDbm() 455 for (; x < upperBound; x++) { in RAIL_ConvertRawToDbm() 456 if (powerParams[x + 1U].maxPowerLevel < powerLevel) { in RAIL_ConvertRawToDbm() 461 power = ((1000 * (int32_t)(powerLevel)) - powerParams[x].intercept); in RAIL_ConvertRawToDbm() 462 power = ((power + ((int32_t)powerParams[x].slope / 2)) / (int32_t)powerParams[x].slope); in RAIL_ConvertRawToDbm()
|
| /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/simplicity_sdk/platform/radio/rail_lib/plugin/pa-conversions/ |
| D | pa_conversions_efr32.c | 514 uint8_t x = 0; in RAIL_ConvertRawToDbm() local 524 x = 1U; // skip over the first entry in RAIL_ConvertRawToDbm() 527 for (; x < upperBound; x++) { in RAIL_ConvertRawToDbm() 528 if (powerParams[x + 1U].maxPowerLevel < powerLevel) { in RAIL_ConvertRawToDbm() 533 power = ((1000 * (int32_t)(powerLevel)) - powerParams[x].intercept); in RAIL_ConvertRawToDbm() 534 power = ((power + ((int32_t)powerParams[x].slope / 2)) / (int32_t)powerParams[x].slope); in RAIL_ConvertRawToDbm()
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/ |
| D | rsi_qspi.h | 239 #define XMAX(x, y) (((x) > (y)) ? (x) : (y)) argument 240 #define XMIN(x, y) (((x) < (y)) ? (x) : (y)) argument
|
| 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
|
| /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/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 63 ((UULP_PAD_CONFIG_Type *)(0x2404861C + 4 * x)) ///< UULP V_bat PAD configuration base address
|
| /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/wiseconnect/components/device/silabs/si91x/wireless/ahb_interface/inc/ |
| D | rsi_os.h | 134 void *rsi_virtual_to_physical_address(void *x); 135 void *rsi_physical_to_virtual_address(void *x);
|