Searched refs:feature (Results 1 – 11 of 11) sorted by relevance
70 …crypto_reserve(CRYPTO_Type** base, cyhal_resource_inst_t *resource, cyhal_crypto_feature_t feature) in cyhal_crypto_reserve() argument76 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() argument111 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()
72 …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);
3 # The "reserved resources" feature is used to ensure that the device configurator reserves the list…
125 whd_fwcap_id_t feature; member
126 …; because the ECC initialization feature uses this generic granularity that will cover any memory …
5 …ction layer provides access to all the standard RTOS resources listed in the feature section below.
189 ; because the ECC initialization feature uses this generic granularity that will cover any memory (…
932 id = whd_fwcap_map[i].feature; in whd_wifi_read_fw_capabilities()