Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 45) sorted by relevance

12

/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_core.c177 nvicMask.a[0] &= enable->a[0];
178 nvicMask.a[0] = ~nvicMask.a[0] & enable->a[0];
180 if (nvicMask.a[0] != 0) {
182 nvicMask.a[0] &= enable->a[0];
183 nvicMask.a[1] &= enable->a[1];
184 nvicMask.a[0] = ~nvicMask.a[0] & enable->a[0];
185 nvicMask.a[1] = ~nvicMask.a[1] & enable->a[1];
187 if ((nvicMask.a[0] != 0U) || (nvicMask.a[1] != 0U)) {
189 nvicMask.a[0] &= enable->a[0];
190 nvicMask.a[1] &= enable->a[1];
[all …]
/hal_silabs-latest/gecko/emlib/src/
Dem_core.c614 nvicMask.a[0] &= enable->a[0];
615 nvicMask.a[0] = ~nvicMask.a[0] & enable->a[0];
617 if (nvicMask.a[0] != 0) {
619 nvicMask.a[0] &= enable->a[0];
620 nvicMask.a[1] &= enable->a[1];
621 nvicMask.a[0] = ~nvicMask.a[0] & enable->a[0];
622 nvicMask.a[1] = ~nvicMask.a[1] & enable->a[1];
624 if ((nvicMask.a[0] != 0U) || (nvicMask.a[1] != 0U)) {
626 nvicMask.a[0] &= enable->a[0];
627 nvicMask.a[1] &= enable->a[1];
[all …]
/hal_silabs-latest/gecko/common/inc/
Dsl_common.h49 #warning Please provide a macro for your compiler and architecture
93 #define SL_MIN(a, b) ((a) < (b) ? (a) : (b)) argument
96 #define SL_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
155 #define SL_MIN(a, b) __extension__({ __typeof__(a)_a = (a); __typeof__(b)_b = (b); _a < _b ? _a : _…
158 #define SL_MAX(a, b) __extension__({ __typeof__(a)_a = (a); __typeof__(b)_b = (b); _a > _b ? _a : _…
/hal_silabs-latest/simplicity_sdk/platform/common/inc/
Dsl_common.h49 #warning Please provide a macro for your compiler and architecture
100 #define SL_MIN(a, b) ((a) < (b) ? (a) : (b)) argument
103 #define SL_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
166 #define SL_MIN(a, b) __extension__({ __typeof__(a)_a = (a); __typeof__(b)_b = (b); _a < _b ? _a : _…
169 #define SL_MAX(a, b) __extension__({ __typeof__(a)_a = (a); __typeof__(b)_b = (b); _a > _b ? _a : _…
Dsl_string.h131 int sl_strcasecmp(char const *a, char const *b);
/hal_silabs-latest/zephyr/blobs/license/
DMSLA.txt16 “Application” means a product developed by Licensee, or for Licensee by a
20 packaged with, or functions with a Silicon Labs Device in Licensee’s
21 Application. This includes a Licensed Program embedded in a network
22 co-processor or host processor that operates in conjunction with a Silicon
25 “Authorized Subcontractor” means a third-party subcontractor that you engage
43 “Derivative Works” means a work based upon the Source Code version of the
44 Software, such as a revision, modification, translation, abridgment,
49 “Development Tool” means a software provided by Silicon Labs to enable
59 “End User” means a purchaser, sublicensee, recipient and/or user of an
62 “External Manufacturers” means a third-party manufacturer, including such
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/inc/
Drsi_utils.h38 #define BIT(a) ((uint32_t)1U << a) argument
84 uint32_t rsi_ntohl(uint32_t a);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/src/
Drsi_utils.c494 uint32_t rsi_ntohl(uint32_t a) in rsi_ntohl() argument
496 …return (((a & 0xff000000) >> 24) | ((a & 0x00ff0000) >> 8) | ((a & 0x0000ff00) << 8) | ((a & 0x000… in rsi_ntohl()
/hal_silabs-latest/gecko/emlib/
DReadMe_emlib.txt12 * Be usable as a starting point for developing richer, more target specific
15 * Ability to be used as a standalone software component, to be used by other
19 and size or covering a particular "narrow" purpose.
28 As a result of this, the library requires basic C99-support. You might have
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_rtcc.c57 __STATIC_INLINE uint32_t get_time_diff(uint32_t a,
267 __STATIC_INLINE uint32_t get_time_diff(uint32_t a, in get_time_diff() argument
270 return (a - b); in get_time_diff()
Dsl_sleeptimer_hal_burtc.c93 static uint32_t get_time_diff(uint32_t a, uint32_t b);
320 static uint32_t get_time_diff(uint32_t a, uint32_t b) in get_time_diff() argument
322 return (a - b); in get_time_diff()
Dsl_sleeptimer_hal_sysrtc.c72 __STATIC_INLINE uint32_t get_time_diff(uint32_t a,
368 __STATIC_INLINE uint32_t get_time_diff(uint32_t a, in get_time_diff() argument
371 return (a - b); in get_time_diff()
Dsl_sleeptimer_hal_prortc.c83 static uint32_t get_time_diff(uint32_t a, uint32_t b);
426 static uint32_t get_time_diff(uint32_t a, uint32_t b) in get_time_diff() argument
428 return (a - b); in get_time_diff()
Dsl_sleeptimer_hal_timer.c106 __STATIC_INLINE uint32_t get_time_diff(uint32_t a,
339 __STATIC_INLINE uint32_t get_time_diff(uint32_t a, in get_time_diff() argument
342 return (a - b); in get_time_diff()
/hal_silabs-latest/wiseconnect/components/common/inc/
Dsl_ip_types.h94 #define SL_IPV4_ADDRESS(a, b, c, d) \ argument
96 .ip.v4.bytes = { a, b, c, d }, .type = SL_IPV4 \
/hal_silabs-latest/simplicity_sdk/
DLicense.txt3 Source code in this SDK is licensed to you under the terms of a default license
23 Some code from third parties have been included in this SDK under a separate
40 in a product, an acknowledgment in the product documentation would be
/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/gecko/
DLicense.txt17 Some code from third parties have been included in this SDK under a separate
34 in a product, an acknowledgment in the product documentation would be
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32GG12B/Source/GCC/
Defm32gg12b.ld22 * in a product, an acknowledgment in the product documentation would be
103 * must be set, either with the command line option ‘--section-start’ or in a linker script,
158 * __etext is assumed by startup code to be the LMA of a section in RAM
/hal_silabs-latest/si32/
DREADME19 That SDK has a proprietary license, but we do have permission to relicense
43 in a product, an acknowledgment in the product documentation would be
/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/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/
Dlicense.md7 Some code from third parties has been included in this SDK under a separate license.
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_core.h138 uint32_t a[CORE_NVIC_REG_WORDS]; /*!< Array of NVIC mask words. */ member

12