Searched refs:AES_CTRL_INPUT_READY (Results 1 – 2 of 2) sorted by relevance
492 #define AES_CTRL_INPUT_READY 0x00000002 // If ‘1’@@ this read-only status macro
674 if(!(AES_CTRL_INPUT_READY & (HWREG(ui32Base + AES_O_CTRL)))) in AESDataWriteNonBlocking()736 while((AES_CTRL_INPUT_READY & (HWREG(ui32Base + AES_O_CTRL))) == 0) in AESDataWrite()