Home
last modified time | relevance | path

Searched defs:interrupts (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_cryptolite_trng.h479 __STATIC_INLINE void Cy_Cryptolite_Trng_SetInterruptMask(CRYPTOLITE_Type *base, uint32_t interrupts) in Cy_Cryptolite_Trng_SetInterruptMask()
551 __STATIC_INLINE void Cy_Cryptolite_Trng_SetInterrupt(CRYPTOLITE_Type *base, uint32_t interrupts) in Cy_Cryptolite_Trng_SetInterrupt()
569 __STATIC_INLINE void Cy_Cryptolite_Trng_ClearInterrupt(CRYPTOLITE_Type *base, uint32_t interrupts) in Cy_Cryptolite_Trng_ClearInterrupt()
589 …STATIC_INLINE void Cy_Cryptolite_Error_SetInterruptMask(CRYPTOLITE_Type *base, uint32_t interrupts) in Cy_Cryptolite_Error_SetInterruptMask()
661 __STATIC_INLINE void Cy_Cryptolite_Error_SetInterrupt(CRYPTOLITE_Type *base, uint32_t interrupts) in Cy_Cryptolite_Error_SetInterrupt()
679 __STATIC_INLINE void Cy_Cryptolite_Error_ClearInterrupt(CRYPTOLITE_Type *base, uint32_t interrupts) in Cy_Cryptolite_Error_ClearInterrupt()
Dcy_crypto_core_hw.h941 __STATIC_INLINE void Cy_Crypto_Core_SetInterruptMask(CRYPTO_Type *base, uint32_t interrupts) in Cy_Crypto_Core_SetInterruptMask()
1013 __STATIC_INLINE void Cy_Crypto_Core_SetInterrupt(CRYPTO_Type *base, uint32_t interrupts) in Cy_Crypto_Core_SetInterrupt()
1031 __STATIC_INLINE void Cy_Crypto_Core_ClearInterrupt(CRYPTO_Type *base, uint32_t interrupts) in Cy_Crypto_Core_ClearInterrupt()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_server.c383 uint32_t interrupts; in Cy_Crypto_Server_ErrorHandler() local