Go to the documentation of this file.
   32 #define TRACE_LEVEL CRYPTO_TRACE_LEVEL 
   37 #include "driverlib/sysctl.h" 
   59    SysCtlPeripheralEnable(SYSCTL_PERIPH_CCM0);
 
   60    SysCtlPeripheralReset(SYSCTL_PERIPH_CCM0);
 
   63    while(!SysCtlPeripheralReady(SYSCTL_PERIPH_CCM0))
 
  
bool_t osCreateMutex(OsMutex *mutex)
Create a mutex object.
Tiva TM4C129 hardware cryptographic accelerator.
error_t tm4c129CryptoInit(void)
Initialize hardware cryptographic accelerator.
General definitions for cryptographic algorithms.
OsMutex tm4c129CryptoMutex