Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 37) sorted by relevance

12

/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/plugin/rail_util_protocol/
Dsl_rail_util_protocol_types.h71 #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/
Dsl_rail_util_protocol_types.h67 #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/
Dsl_constants.h51 #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/
Dsl_net_constants.h40 #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/
Dsl_compiler.h48 #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)
Dsl_common.h96 #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/
Drail_chip_specific.h320 #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/
Drsi_power_save.h539 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()
Drsi_wwdt.h44 #define UNUSED_PARAMETER(x) (void)(x) argument
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/chip/efr32/efr32xg2x/
Drail_chip_specific.h756 #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/
Drsi_rom_power_save.h48 #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/
Dem_core.h85 #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/
Dem_core.h133 #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/
Dsl_si91x_driver.h51 #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
Dsl_si91x_constants.h289 #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/
Dpa_conversions_efr32.c442 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/
Drsi_utils.h42 #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/
Dpa_conversions_efr32.c514 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/
Drsi_qspi.h239 #define XMAX(x, y) (((x) > (y)) ? (x) : (y)) argument
240 #define XMIN(x, y) (((x) < (y)) ? (x) : (y)) argument
Drsi_egpio.h116 #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
Drsi_udma_wrapper.h50 #define UNUSED_PARAMETER(x) (void)(x) argument
/hal_silabs-latest/wiseconnect/components/common/src/
Dsl_utility.c40 #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/
Dsl_si91x_gpio_common.h57 #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/
Dbase_types.h69 #define BIT(x) ((uint32_t)1U << (x)) argument
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ahb_interface/inc/
Drsi_os.h134 void *rsi_virtual_to_physical_address(void *x);
135 void *rsi_physical_to_virtual_address(void *x);

12