Searched refs:c (Results 1 – 13 of 13) sorted by relevance
| /hal_silabs-latest/wiseconnect/components/common/src/ |
| D | sl_utility.c | 45 #define DIGIT_VAL(c) \ argument 46 (((c >= '0') && (c <= '9')) ? (c - '0') \ 47 : ((c >= 'a') && (c <= 'z')) ? (c - 'a' + 10) \ 48 : ((c >= 'A') && (c <= 'Z')) ? (c - 'A' + 10) \
|
| /hal_silabs-latest/simplicity_sdk/platform/common/inc/ |
| D | sl_stdio.h | 51 int sl_putchar_std_wrapper(int c); 62 sl_status_t sl_putchar(char c); 81 sl_status_t sl_getchar(char *c);
|
| D | sl_string.h | 147 void* sl_memrchr(void const *buff, char c, size_t buff_len);
|
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_system.c | 225 #error (em_system.c): Location of device unique number is not defined. in SYSTEM_GetUnique() 245 #error (em_system.c): Location of production revision is not defined. in SYSTEM_GetProdRev() 361 #error (em_system.c): Location of flash page size is not defined. in SYSTEM_GetFlashPageSize() 383 #error (em_system.c): Location of device part number is not defined. in SYSTEM_GetPartNumber() 403 #error (em_system.c): Location of calibration temperature is not defined. in SYSTEM_GetCalibrationTemperature()
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_system.c | 222 #error (em_system.c): Location of device unique number is not defined. in SYSTEM_GetUnique() 242 #error (em_system.c): Location of production revision is not defined. in SYSTEM_GetProdRev() 358 #error (em_system.c): Location of flash page size is not defined. in SYSTEM_GetFlashPageSize() 380 #error (em_system.c): Location of device part number is not defined. in SYSTEM_GetPartNumber() 400 #error (em_system.c): Location of calibration temperature is not defined. in SYSTEM_GetCalibrationTemperature()
|
| /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/platform/peripheral/src/ |
| D | sl_hal_system.c | 226 #error (sl_hal_system.c): Location of devinfo revision is not defined. in sl_hal_system_get_devinfo_rev() 401 #error (sl_hal_system.c): Location of production revision is not defined. in sl_hal_system_get_prod_rev() 425 #error (sl_hal_system.c): Location of SRAM Size is not defined. in sl_hal_system_get_sram_size() 493 #error (em_system.c): Location of device part number is not defined. in sl_hal_system_get_part_number()
|
| /hal_silabs-latest/scripts/ |
| D | patch_simplicity_sdk.sh | 16 …MAX(/_SL_MAX(/" simplicity_sdk/platform/radio/rail_lib/plugin/pa-conversions/pa_conversions_efr32.c
|
| /hal_silabs-latest/si32/si32Hal/sim3u1xx/ |
| D | myLinkerOptions.sct | 3 // Copyright 2011 (c) Silicon Laboratories Inc.
|
| /hal_silabs-latest/si32/si32Hal/sim3c1xx/ |
| D | myLinkerOptions.sct | 3 // Copyright 2011 (c) Silicon Laboratories Inc.
|
| /hal_silabs-latest/si32/si32Hal/sim3l1xx/ |
| D | myLinkerOptions.sct | 3 // Copyright 2011 (c) Silicon Laboratories Inc.
|
| /hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/src/ |
| D | sl_se_manager_cipher.c | 181 int c = input[processed]; in sl_se_aes_crypt_cfb128() local 182 output[processed] = (unsigned char)(c ^ iv[n]); in sl_se_aes_crypt_cfb128() 183 iv[n] = (unsigned char) c; in sl_se_aes_crypt_cfb128() 238 int c = input[processed]; in sl_se_aes_crypt_cfb128() local 239 output[processed] = (unsigned char)(c ^ iv[n]); in sl_se_aes_crypt_cfb128() 240 iv[n] = (unsigned char) c; in sl_se_aes_crypt_cfb128() 266 unsigned char c; in sl_se_aes_crypt_cfb8() local 286 c = *output++ = (unsigned char)(iv[0] ^ *input++); in sl_se_aes_crypt_cfb8() 289 ov[16] = c; in sl_se_aes_crypt_cfb8()
|
| /hal_silabs-latest/zephyr/blobs/license/ |
| D | MSLA.txt | 118 open source code and (c) states that use of the software is subject to the 144 approval is required; (c) implantable devices; (d) life support or life 427 stating that Licensee changed the files; and (c) Licensee must retain, in the 517 competitive with the emWin Library; and (c) you may not modify the 546 general release or high-volume production; and (c) cannot be used to support 680 eavesdropping, man-in-the-middle attacks or other intentional acts; or (c)
|