Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_server.c311 context->cryptoErrorIntrConfig.intrSrc = config->cryptoErrorIntrConfig.intrSrc; in Cy_Crypto_Server_Start_Common()
343 (void)Cy_SysInt_Init(&config->cryptoErrorIntrConfig, isrHandler); in Cy_Crypto_Server_Start_Common()
345 NVIC_ClearPendingIRQ(config->cryptoErrorIntrConfig.intrSrc); in Cy_Crypto_Server_Start_Common()
346 NVIC_EnableIRQ(config->cryptoErrorIntrConfig.intrSrc); in Cy_Crypto_Server_Start_Common()
366 NVIC_DisableIRQ(cy_crypto_serverContext->cryptoErrorIntrConfig.intrSrc); in Cy_Crypto_Server_Stop()
367 NVIC_ClearPendingIRQ(cy_crypto_serverContext->cryptoErrorIntrConfig.intrSrc); in Cy_Crypto_Server_Stop()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_common.h251 cy_stc_sysint_t cryptoErrorIntrConfig; member
684 cy_stc_sysint_t cryptoErrorIntrConfig; member