Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_crc_v2.c148 REG_CRYPTO_RESULT(base) = (uint32_t)(_VAL2FLD(CRYPTO_V2_RESULT_DATA, lfsrInitState)); in Cy_Crypto_Core_V2_Crc()
229 REG_CRYPTO_RESULT(base) = in Cy_Crypto_Core_V2_Crc_CalcInit()
259REG_CRYPTO_RESULT(base) = (uint32_t)(_VAL2FLD(CRYPTO_V2_RESULT_DATA, lfsrInitState << (CY_CRYPTO_H… in Cy_Crypto_Core_V2_Crc_CalcStart()
Dcy_crypto_core_mem_v2.c216 REG_CRYPTO_RESULT(base) = 0UL; in Cy_Crypto_Core_V2_MemCmp()
234 memResult = (uint32_t)(REG_CRYPTO_RESULT(base)); in Cy_Crypto_Core_V2_MemCmp()
Dcy_crypto_core_hw.c604 REG_CRYPTO_RESULT(base) = 0u; in Cy_Crypto_Core_Cleanup()
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_hw.h603 #define REG_CRYPTO_RESULT(base) (((CRYPTO_V2_Type*)(base))->RESULT) macro