Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_aes.h492 #define AES_CTRL_INPUT_READY 0x00000002 // If ‘1’@@ this read-only status macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Daes.c674 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()