| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_core.c | 177 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/ |
| D | em_core.c | 614 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/ |
| D | sl_common.h | 49 #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/ |
| D | sl_common.h | 49 #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 : _…
|
| D | sl_string.h | 131 int sl_strcasecmp(char const *a, char const *b);
|
| /hal_silabs-latest/zephyr/blobs/license/ |
| D | MSLA.txt | 16 “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/ |
| D | rsi_utils.h | 38 #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/ |
| D | rsi_utils.c | 494 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/ |
| D | ReadMe_emlib.txt | 12 * 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/ |
| D | sl_sleeptimer_hal_rtcc.c | 57 __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()
|
| D | sl_sleeptimer_hal_burtc.c | 93 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()
|
| D | sl_sleeptimer_hal_sysrtc.c | 72 __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()
|
| D | sl_sleeptimer_hal_prortc.c | 83 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()
|
| D | sl_sleeptimer_hal_timer.c | 106 __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/ |
| D | sl_ip_types.h | 94 #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/ |
| D | License.txt | 3 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/ |
| D | sl_si91x_socket_constants.h | 36 #define BIT(a) ((uint32_t)1U << a) argument
|
| /hal_silabs-latest/gecko/ |
| D | License.txt | 17 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/ |
| D | efm32gg12b.ld | 22 * 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/ |
| D | README | 19 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/ |
| D | sli_protocol_crypto_radioaes.c | 57 #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/ |
| D | pa_conversions_efr32.c | 39 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
|
| /hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/plugin/pa-conversions/ |
| D | pa_conversions_efr32.c | 46 #define _SL_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
|
| /hal_silabs-latest/wiseconnect/ |
| D | license.md | 7 Some code from third parties has been included in this SDK under a separate license.
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_core.h | 138 uint32_t a[CORE_NVIC_REG_WORDS]; /*!< Array of NVIC mask words. */ member
|