Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Ddes.c378 if(!(DES_CTRL_INPUT_READY & (HWREG(ui32Base + DES_O_CTRL)))) in DESDataWriteNonBlocking()
438 while(((HWREG(ui32Base + DES_O_CTRL) & DES_CTRL_INPUT_READY)) == 0) in DESDataWrite()
509 while((DES_CTRL_INPUT_READY & (HWREG(ui32Base + DES_O_CTRL))) == 0) in DESDataProcess()
540 while((DES_CTRL_INPUT_READY & (HWREG(ui32Base + DES_O_CTRL))) == 0) in DESDataProcess()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_des.h163 #define DES_CTRL_INPUT_READY 0x00000002 // When '1' ready to macro