Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_crypto_common.c60 static bool _cyhal_crypto_enabled(uint32_t instance_count) in _cyhal_crypto_enabled() argument
62 uint8_t reserved = (uint8_t)(_cyhal_crypto_features[instance_count][CYHAL_CRYPTO_CRC] | in _cyhal_crypto_enabled()
63 _cyhal_crypto_features[instance_count][CYHAL_CRYPTO_TRNG] | in _cyhal_crypto_enabled()
64 _cyhal_crypto_features[instance_count][CYHAL_CRYPTO_VU] | in _cyhal_crypto_enabled()
65 _cyhal_crypto_features[instance_count][CYHAL_CRYPTO_COMMON]); in _cyhal_crypto_enabled()