Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 26) sorted by relevance

12

/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
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.h100 #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/simplicity_sdk/platform/security/sl_component/se_manager/src/
Dsl_se_manager_cipher.c627 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/
Dsl_sleeptimer_hal_rtcc.c58 uint32_t b);
268 uint32_t b) 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.c73 uint32_t b);
369 uint32_t b) 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.c107 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/
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/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/gecko/Device/SiliconLabs/EFR32MG12P/Source/GCC/
Defr32mg12p.ld5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32PG12B/Source/GCC/
Defm32pg12b.ld5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
/hal_silabs-latest/gecko/Device/SiliconLabs/EFR32FG1P/Source/GCC/
Defr32fg1p.ld5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32PG1B/Source/GCC/
Defm32pg1b.ld5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32HG/Source/GCC/
Defm32hg.ld5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32GG11B/Source/GCC/
Defm32gg11b.ld5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
/hal_silabs-latest/gecko/Device/SiliconLabs/EFR32BG13P/Source/GCC/
Defr32bg13p.ld5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32WG/Source/GCC/
Defm32wg.ld5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32JG12B/Source/GCC/
Defm32jg12b.ld5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
/hal_silabs-latest/gecko/Device/SiliconLabs/EFR32FG13P/Source/GCC/
Defr32fg13p.ld5 * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32GG12B/Source/GCC/
Defm32gg12b.ld5 * <b>Copyright 2022 Silicon Laboratories Inc. www.silabs.com</b>
/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/inc/
Dsl_se_manager_types.h285 const uint8_t* b; member
/hal_silabs-latest/zephyr/blobs/license/
DMSLA.txt117 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)

12