Searched refs:cryptoErrorIntrConfig (Results 1 – 2 of 2) sorted by relevance
311 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()
251 cy_stc_sysint_t cryptoErrorIntrConfig; member684 cy_stc_sysint_t cryptoErrorIntrConfig; member