Home
last modified time | relevance | path

Searched defs:a (Results 1 – 18 of 18) sorted by relevance

/hal_silabs-latest/gecko/common/inc/
Dsl_common.h93 #define SL_MIN(a, b) ((a) < (b) ? (a) : (b)) argument
96 #define SL_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/hal_silabs-latest/simplicity_sdk/platform/common/inc/
Dsl_common.h100 #define SL_MIN(a, b) ((a) < (b) ? (a) : (b)) argument
103 #define SL_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/sl_protocol_crypto/src/
Dsli_protocol_crypto_radioaes.c57 #define DMA_SG_TAG_SETCFGOFFSET(a) ((((a) & 0xFF) << 8)) argument
65 #define DMA_SG_TAG_SETINVALIDBYTES(a) ((((a) & 0x1F) << 8)) argument
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/inc/
Drsi_utils.h38 #define BIT(a) ((uint32_t)1U << a) argument
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_core.h138 uint32_t a[CORE_NVIC_REG_WORDS]; /*!< Array of NVIC mask words. */ member
/hal_silabs-latest/gecko/emlib/inc/
Dem_core.h186 uint32_t a[CORE_NVIC_REG_WORDS]; /*!< Array of NVIC mask words. */ member
/hal_silabs-latest/wiseconnect/components/common/inc/
Dsl_ip_types.h94 #define SL_IPV4_ADDRESS(a, b, c, d) \ argument
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_rtcc.c267 __STATIC_INLINE uint32_t get_time_diff(uint32_t a, in get_time_diff()
Dsl_sleeptimer_hal_prortc.c426 static uint32_t get_time_diff(uint32_t a, uint32_t b) in get_time_diff()
Dsl_sleeptimer_hal_sysrtc.c368 __STATIC_INLINE uint32_t get_time_diff(uint32_t a, in get_time_diff()
Dsl_sleeptimer_hal_burtc.c320 static uint32_t get_time_diff(uint32_t a, uint32_t b) in get_time_diff()
Dsl_sleeptimer_hal_timer.c339 __STATIC_INLINE uint32_t get_time_diff(uint32_t a, in get_time_diff()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/src/
Drsi_utils.c494 uint32_t rsi_ntohl(uint32_t a) in rsi_ntohl()
/hal_silabs-latest/gecko/platform/radio/rail_lib/plugin/pa-conversions/
Dpa_conversions_efr32.c39 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/plugin/pa-conversions/
Dpa_conversions_efr32.c46 #define _SL_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_constants.h36 #define BIT(a) ((uint32_t)1U << a) argument
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_wifi_device.h42 #define BIT(a) ((uint32_t)1U << a) argument
/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/inc/
Dsl_se_manager_types.h282 const uint8_t* a; member