| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_dbg.c | 87 void DBG_SWOEnable(unsigned int location) in DBG_SWOEnable() argument 98 EFM_ASSERT(location < AFCHANLOC_MAX); in DBG_SWOEnable() 100 port = AF_DBG_SWO_PORT(location); in DBG_SWOEnable() 101 pin = AF_DBG_SWO_PIN(location); in DBG_SWOEnable() 103 port = AF_DBG_SWV_PORT(location); in DBG_SWOEnable() 104 pin = AF_DBG_SWV_PIN(location); in DBG_SWOEnable() 123 GPIO_DbgLocationSet(location); in DBG_SWOEnable()
|
| D | em_gpio.c | 74 void GPIO_DbgLocationSet(unsigned int location) in GPIO_DbgLocationSet() argument 77 EFM_ASSERT(location < AFCHANLOC_MAX); in GPIO_DbgLocationSet() 80 | (location << _GPIO_ROUTE_SWLOCATION_SHIFT); in GPIO_DbgLocationSet() 82 EFM_ASSERT(location < AFCHANLOC_MAX); in GPIO_DbgLocationSet() 85 | (location << _GPIO_ROUTELOC0_SWVLOC_SHIFT); in GPIO_DbgLocationSet() 87 (void)location; in GPIO_DbgLocationSet()
|
| D | em_acmp.c | 462 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, uint32_t location, bool enable, bool invert) in ACMP_GPIOSetup() argument 468 EFM_ASSERT(location <= _ACMP_ROUTE_LOCATION_MAX); in ACMP_GPIOSetup() 475 acmp->ROUTE = (location << _ACMP_ROUTE_LOCATION_SHIFT) in ACMP_GPIOSetup() 479 acmp->ROUTELOC0 = location << _ACMP_ROUTELOC0_OUTLOC_SHIFT; in ACMP_GPIOSetup()
|
| D | em_prs.c | 396 unsigned int location) in PRS_GpioOutputLocation() argument 401 PRS->ROUTE |= (location << _PRS_ROUTE_LOCATION_SHIFT) in PRS_GpioOutputLocation() 405 uint32_t mask = location << shift; in PRS_GpioOutputLocation()
|
| /hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/inc/ |
| D | sl_se_manager_internal_keys.h | 49 .location = { \ 64 .location = { \ 82 .location = { \ 98 .location = { \ 112 .location = { \ 125 .location = { \ 138 .location = { \
|
| D | sl_se_manager_types.h | 240 } location; member
|
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_dbg.c | 90 void DBG_SWOEnable(unsigned int location) in DBG_SWOEnable() argument 101 EFM_ASSERT(location < AFCHANLOC_MAX); in DBG_SWOEnable() 103 port = AF_DBG_SWO_PORT(location); in DBG_SWOEnable() 104 pin = AF_DBG_SWO_PIN(location); in DBG_SWOEnable() 106 port = AF_DBG_SWV_PORT(location); in DBG_SWOEnable() 107 pin = AF_DBG_SWV_PIN(location); in DBG_SWOEnable() 126 GPIO_DbgLocationSet(location); in DBG_SWOEnable()
|
| D | em_gpio.c | 74 void GPIO_DbgLocationSet(unsigned int location) in GPIO_DbgLocationSet() argument 77 EFM_ASSERT(location < AFCHANLOC_MAX); in GPIO_DbgLocationSet() 80 | (location << _GPIO_ROUTE_SWLOCATION_SHIFT); in GPIO_DbgLocationSet() 82 EFM_ASSERT(location < AFCHANLOC_MAX); in GPIO_DbgLocationSet() 85 | (location << _GPIO_ROUTELOC0_SWVLOC_SHIFT); in GPIO_DbgLocationSet() 87 (void)location; in GPIO_DbgLocationSet()
|
| D | em_acmp.c | 462 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, uint32_t location, bool enable, bool invert) in ACMP_GPIOSetup() argument 468 EFM_ASSERT(location <= _ACMP_ROUTE_LOCATION_MAX); in ACMP_GPIOSetup() 475 acmp->ROUTE = (location << _ACMP_ROUTE_LOCATION_SHIFT) in ACMP_GPIOSetup() 479 acmp->ROUTELOC0 = location << _ACMP_ROUTELOC0_OUTLOC_SHIFT; in ACMP_GPIOSetup()
|
| D | em_prs.c | 396 unsigned int location) in PRS_GpioOutputLocation() argument 401 PRS->ROUTE |= (location << _PRS_ROUTE_LOCATION_SHIFT) in PRS_GpioOutputLocation() 405 uint32_t mask = location << shift; in PRS_GpioOutputLocation()
|
| D | em_ebi.c | 291 EBI->ROUTE = (EBI->ROUTE & ~_EBI_ROUTE_LOCATION_MASK) | ebiInit->location; in EBI_Init()
|
| /hal_silabs-latest/simplicity_sdk/platform/security/sl_component/sli_crypto/src/ |
| D | sl_crypto_s2.c | 49 EFM_ASSERT(key_descriptor->location == SLI_CRYPTO_KEY_LOCATION_PLAINTEXT); in sli_crypto_ccm_auth_decrypt_ble() 74 EFM_ASSERT(key_descriptor->location == SLI_CRYPTO_KEY_LOCATION_PLAINTEXT); in sli_crypto_ccm_encrypt_and_tag_ble() 102 EFM_ASSERT(key_descriptor->location == SLI_CRYPTO_KEY_LOCATION_PLAINTEXT); in sli_crypto_ccm_zigbee() 130 EFM_ASSERT(key_descriptor->location == SLI_CRYPTO_KEY_LOCATION_PLAINTEXT); in sli_crypto_process_rpa() 161 EFM_ASSERT(key_descriptor->location == SLI_CRYPTO_KEY_LOCATION_PLAINTEXT); in sli_crypto_aes_ctr_radio() 186 EFM_ASSERT(key_descriptor->location == SLI_CRYPTO_KEY_LOCATION_PLAINTEXT); in sli_crypto_aes_ecb_radio() 211 EFM_ASSERT(key_descriptor->location == SLI_CRYPTO_KEY_LOCATION_PLAINTEXT); in sli_crypto_aes_cmac_radio()
|
| /hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/src/ |
| D | sl_se_manager_key_handling.c | 180 if (key_size > key->storage.location.buffer.size) { in clear_padding() 183 uint8_t *padding_ptr = key->storage.location.buffer.pointer + key_size; in clear_padding() 184 uint32_t padding_size = (key->storage.location.buffer.size - key_size) & 0x3; in clear_padding() 398 if (key->storage.location.slot > SL_SE_KEY_SLOT_VOLATILE_3) { in sli_se_key_to_keyspec() 402 | ((key->storage.location.slot << KEYSPEC_INDEX_OFFSET) in sli_se_key_to_keyspec() 408 if (key->storage.location.slot in sli_se_key_to_keyspec() 413 | ((key->storage.location.slot << KEYSPEC_INDEX_OFFSET) in sli_se_key_to_keyspec() 536 key->storage.location.slot = 0; in sli_se_keyspec_to_key() 570 key->storage.location.slot = key_index; in sli_se_keyspec_to_key() 737 if (total_storage_size > key->storage.location.buffer.size) { in sli_se_get_key_input_output() [all …]
|
| D | sl_se_manager_key_derivation.c | 101 if (key_pubkey_size > key_out->storage.location.buffer.size) { in sl_se_ecdh_compute_shared_secret() 105 if ((key_pubkey_size * 2) > key_out->storage.location.buffer.size) { in sl_se_ecdh_compute_shared_secret() 112 if (key_pubkey_size > key_out->storage.location.buffer.size) { in sl_se_ecdh_compute_shared_secret() 116 if ((key_pubkey_size * 2) > key_out->storage.location.buffer.size) { in sl_se_ecdh_compute_shared_secret() 169 pubkey_input_buffer.data = &key_in_pub->storage.location.buffer.pointer[domain_size * 6]; in sl_se_ecdh_compute_shared_secret()
|
| /hal_silabs-latest/simplicity_sdk/platform/security/sl_component/sli_crypto/inc/ |
| D | sli_crypto_s2.h | 70 sli_crypto_key_location_t location; member
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_dbg.h | 88 void DBG_SWOEnable(unsigned int location);
|
| D | em_acmp.h | 970 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, uint32_t location, bool enable, bool invert);
|
| D | em_gpio.h | 698 void GPIO_DbgLocationSet(unsigned int location);
|
| D | em_prs.h | 1149 unsigned int location);
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_dbg.h | 88 void DBG_SWOEnable(unsigned int location);
|
| D | em_ebi.h | 479 EBI_Location_TypeDef location; member
|
| D | em_acmp.h | 966 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, uint32_t location, bool enable, bool invert);
|
| D | em_gpio.h | 613 void GPIO_DbgLocationSet(unsigned int location);
|
| D | em_prs.h | 1143 unsigned int location);
|
| /hal_silabs-latest/simplicity_sdk/platform/common/inc/ |
| D | sli_code_classification.h | 67 …_Pragma(_SL_CC_XSTRINGIZE(_SL_CC_CONCAT4(location =, _SL_CC_XSTRINGIZE(section_name), _SL_CC_XSTRI…
|