Home
last modified time | relevance | path

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

/external/platform/cc13xx/cc13xxware/driverlib/
A Dcrypto.h113 #define CRYPTO_RESULT_RDY 0x00000001 // Result ready interrupt mask macro
537 (ui32IntFlags & CRYPTO_RESULT_RDY)); in CRYPTOIntEnable()
572 (ui32IntFlags & CRYPTO_RESULT_RDY)); in CRYPTOIntDisable()
654 (ui32IntFlags & CRYPTO_RESULT_RDY)); in CRYPTOIntClear()
A Dcrypto.c540 HWREG(CRYPTO_BASE + CRYPTO_O_IRQEN) = CRYPTO_RESULT_RDY; in CRYPTOCcmAuthEncrypt()

Completed in 6 milliseconds