![]() |
![]() |
Shared resources to arbitrate access to the AES engine.
============================================================================
#include <stdint.h>#include <stdbool.h>#include <ti/drivers/dpl/SemaphoreP.h>#include <ti/drivers/dpl/HwiP.h>

Go to the source code of this file.
Functions | |
| void | CryptoResourceXXF3_constructRTOSObjects (void) |
| void | CryptoResourceXXF3_destructRTOSObjects (void) |
| bool | CryptoResourceXXF3_acquireLock (uint32_t timeout) |
| void | CryptoResourceXXF3_releaseLock (void) |
Variables | |
| SemaphoreP_Struct | CryptoResourceXXF3_accessSemaphore |
| SemaphoreP_Struct | CryptoResourceXXF3_operationSemaphore |
| volatile bool | CryptoResourceXXF3_pollingFlag |
| HwiP_Struct | CryptoResourceXXF3_hwi |
| void CryptoResourceXXF3_constructRTOSObjects | ( | void | ) |
| void CryptoResourceXXF3_destructRTOSObjects | ( | void | ) |
| bool CryptoResourceXXF3_acquireLock | ( | uint32_t | timeout | ) |
| void CryptoResourceXXF3_releaseLock | ( | void | ) |
| SemaphoreP_Struct CryptoResourceXXF3_accessSemaphore |
| SemaphoreP_Struct CryptoResourceXXF3_operationSemaphore |
| volatile bool CryptoResourceXXF3_pollingFlag |
| HwiP_Struct CryptoResourceXXF3_hwi |