Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 11 of 11) sorted by relevance

/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_crypto_common.c70 …crypto_reserve(CRYPTO_Type** base, cyhal_resource_inst_t *resource, cyhal_crypto_feature_t feature) in cyhal_crypto_reserve() argument
76 if (_cyhal_crypto_features[i][feature] < _cyhal_crypto_features_max_val[feature]) in cyhal_crypto_reserve()
101 ++_cyhal_crypto_features[i][feature]; in cyhal_crypto_reserve()
109 …hal_crypto_free(CRYPTO_Type* base, cyhal_resource_inst_t *resource, cyhal_crypto_feature_t feature) in cyhal_crypto_free() argument
111 if (_cyhal_crypto_features[resource->block_num][feature] != 0) in cyhal_crypto_free()
113 --_cyhal_crypto_features[resource->block_num][feature]; in cyhal_crypto_free()
/hal_infineon-3.6.0/mtb-hal-cat1/include_pvt/
Dcyhal_crypto_common.h72 …rypto_reserve(CRYPTO_Type** base, cyhal_resource_inst_t *resource, cyhal_crypto_feature_t feature);
80 …al_crypto_free(CRYPTO_Type* base, cyhal_resource_inst_t *resource, cyhal_crypto_feature_t feature);
/hal_infineon-3.6.0/mtb-template-cat1/files/cat1a/
Dcyreservedresources.p123 # The "reserved resources" feature is used to ensure that the device configurator reserves the list…
Dcyreservedresources.p23 # The "reserved resources" feature is used to ensure that the device configurator reserves the list…
Dcyreservedresources.p93 # The "reserved resources" feature is used to ensure that the device configurator reserves the list…
Dcyreservedresources.template3 # The "reserved resources" feature is used to ensure that the device configurator reserves the list…
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_chip.h125 whd_fwcap_id_t feature; member
/hal_infineon-3.6.0/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_ARM/
Dstartup_cm0plus.s126 …; because the ECC initialization feature uses this generic granularity that will cover any memory …
/hal_infineon-3.6.0/abstraction-rtos/
DREADME.md5 …ction layer provides access to all the standard RTOS resources listed in the feature section below.
/hal_infineon-3.6.0/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_IAR/
Dstartup_cm0plus.s189 ; because the ECC initialization feature uses this generic granularity that will cover any memory (…
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_chip.c932 id = whd_fwcap_map[i].feature; in whd_wifi_read_fw_capabilities()