Home
last modified time | relevance | path

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

12

/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_dbg.c87 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()
Dem_gpio.c74 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()
Dem_acmp.c462 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()
Dem_prs.c396 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/
Dsl_se_manager_internal_keys.h49 .location = { \
64 .location = { \
82 .location = { \
98 .location = { \
112 .location = { \
125 .location = { \
138 .location = { \
Dsl_se_manager_types.h240 } location; member
/hal_silabs-latest/gecko/emlib/src/
Dem_dbg.c90 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()
Dem_gpio.c74 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()
Dem_acmp.c462 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()
Dem_prs.c396 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()
Dem_ebi.c291 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/
Dsl_crypto_s2.c49 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/
Dsl_se_manager_key_handling.c180 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 …]
Dsl_se_manager_key_derivation.c101 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/
Dsli_crypto_s2.h70 sli_crypto_key_location_t location; member
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_dbg.h88 void DBG_SWOEnable(unsigned int location);
Dem_acmp.h970 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, uint32_t location, bool enable, bool invert);
Dem_gpio.h698 void GPIO_DbgLocationSet(unsigned int location);
Dem_prs.h1149 unsigned int location);
/hal_silabs-latest/gecko/emlib/inc/
Dem_dbg.h88 void DBG_SWOEnable(unsigned int location);
Dem_ebi.h479 EBI_Location_TypeDef location; member
Dem_acmp.h966 void ACMP_GPIOSetup(ACMP_TypeDef *acmp, uint32_t location, bool enable, bool invert);
Dem_gpio.h613 void GPIO_DbgLocationSet(unsigned int location);
Dem_prs.h1143 unsigned int location);
/hal_silabs-latest/simplicity_sdk/platform/common/inc/
Dsli_code_classification.h67 …_Pragma(_SL_CC_XSTRINGIZE(_SL_CC_CONCAT4(location =, _SL_CC_XSTRINGIZE(section_name), _SL_CC_XSTRI…

12