Searched refs:AES_CTRL_OUTPUT_READY (Results 1 – 8 of 8) sorted by relevance
314 #define AES_CTRL_OUTPUT_READY 0x00000001 // Output Ready Status macro
312 #define AES_CTRL_OUTPUT_READY 0x00000001 // Output Ready Status macro
601 if((AES_CTRL_OUTPUT_READY & (HWREG(ui32Base + AES_O_CTRL))) == 0) in AESDataReadNonBlocking()645 while((AES_CTRL_OUTPUT_READY & (HWREG(ui32Base + AES_O_CTRL))) == 0) in AESDataRead()
598 if ((AES_CTRL_OUTPUT_READY & (HWREG(ui32Base + AES_O_CTRL))) == 0) in AESDataReadNonBlocking()642 while ((AES_CTRL_OUTPUT_READY & (HWREG(ui32Base + AES_O_CTRL))) == 0) in AESDataRead()
14660 #define AES_CTRL_OUTPUT_READY 0x00000001 // Output Ready Status macro
15069 #define AES_CTRL_OUTPUT_READY 0x00000001 // Output Ready Status macro
Completed in 144 milliseconds