Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/cc3200/hal/
H A Ddes.c377 if(!(DES_CTRL_INPUT_READY & (HWREG(ui32Base + DES_O_CTRL)))) in DESDataWriteNonBlocking()
437 while(((HWREG(ui32Base + DES_O_CTRL) & DES_CTRL_INPUT_READY)) == 0) in DESDataWrite()
508 while((DES_CTRL_INPUT_READY & (HWREG(ui32Base + DES_O_CTRL))) == 0) in DESDataProcess()
539 while((DES_CTRL_INPUT_READY & (HWREG(ui32Base + DES_O_CTRL))) == 0) in DESDataProcess()
/dports/lang/micropython/micropython-1.17/ports/cc3200/hal/inc/
H A Dhw_des.h165 #define DES_CTRL_INPUT_READY 0x00000002 // When '1' ready to macro