| /hal_silabs-latest/gecko/common/inc/ |
| D | sl_common.h | 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 | 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/simplicity_sdk/platform/security/sl_component/se_manager/src/ |
| D | sl_se_manager_cipher.c | 627 uint8_t b[SL_SE_AES_BLOCK_SIZE] = { 0 }; in sl_se_ccm_multipart_starts() local 672 b[0] = 0; in sl_se_ccm_multipart_starts() 673 b[0] |= (aad_len > 0) << 6; in sl_se_ccm_multipart_starts() 674 b[0] |= ((tag_len - 2) / 2) << 3; in sl_se_ccm_multipart_starts() 675 b[0] |= q - 1; in sl_se_ccm_multipart_starts() 677 memcpy(b + 1, iv, iv_len); in sl_se_ccm_multipart_starts() 681 b[15 - i] = (unsigned char)(len_left & 0xFF); in sl_se_ccm_multipart_starts() 697 b, in sl_se_ccm_multipart_starts() 709 memset(b, 0, sizeof(b)); in sl_se_ccm_multipart_starts() 711 b[0] = (unsigned char)((aad_len >> 8) & 0xFF); in sl_se_ccm_multipart_starts() [all …]
|
| /hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/ |
| D | sl_sleeptimer_hal_rtcc.c | 58 uint32_t b); 268 uint32_t b) 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 | 73 uint32_t b); 369 uint32_t b) 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 | 107 uint32_t b); 340 uint32_t b) 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/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/gecko/Device/SiliconLabs/EFR32MG12P/Source/GCC/ |
| D | efr32mg12p.ld | 5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
|
| /hal_silabs-latest/gecko/Device/SiliconLabs/EFM32PG12B/Source/GCC/ |
| D | efm32pg12b.ld | 5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
|
| /hal_silabs-latest/gecko/Device/SiliconLabs/EFR32FG1P/Source/GCC/ |
| D | efr32fg1p.ld | 5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
|
| /hal_silabs-latest/gecko/Device/SiliconLabs/EFM32PG1B/Source/GCC/ |
| D | efm32pg1b.ld | 5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
|
| /hal_silabs-latest/gecko/Device/SiliconLabs/EFM32HG/Source/GCC/ |
| D | efm32hg.ld | 5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
|
| /hal_silabs-latest/gecko/Device/SiliconLabs/EFM32GG11B/Source/GCC/ |
| D | efm32gg11b.ld | 5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
|
| /hal_silabs-latest/gecko/Device/SiliconLabs/EFR32BG13P/Source/GCC/ |
| D | efr32bg13p.ld | 5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
|
| /hal_silabs-latest/gecko/Device/SiliconLabs/EFM32WG/Source/GCC/ |
| D | efm32wg.ld | 5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
|
| /hal_silabs-latest/gecko/Device/SiliconLabs/EFM32JG12B/Source/GCC/ |
| D | efm32jg12b.ld | 5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
|
| /hal_silabs-latest/gecko/Device/SiliconLabs/EFR32FG13P/Source/GCC/ |
| D | efr32fg13p.ld | 5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
|
| /hal_silabs-latest/gecko/Device/SiliconLabs/EFM32GG12B/Source/GCC/ |
| D | efm32gg12b.ld | 5 * <b>Copyright 2022 Silicon Laboratories Inc. www.silabs.com</b>
|
| /hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/inc/ |
| D | sl_se_manager_types.h | 285 const uint8_t* b; member
|
| /hal_silabs-latest/zephyr/blobs/license/ |
| D | MSLA.txt | 117 which is (a) delivered to Licensee in Source Code format, (b) is identified as 143 applications; (b) FDA Class III or other devices for which FDA premarket 276 otherwise made irreversibly inoperable; (b) if the Software is an SDK or a 310 maintaining the Licensed Programs; and (b) to enable Licensee to distribute 317 and maintaining the Licensed Programs; and (b) to enable Licensee to 426 and (b) Licensee must cause any modified files to carry prominent notices 515 exclusively with EFM 32-bit microcontrollers and EFR radios; (b) you may not 544 internal development, demonstration or testing purposes; (b) cannot be 677 Information described in the Documentation for the Silicon Labs Device; (b)
|