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.
OsMutex msp432e4CryptoMutex
MSP432E4 hardware cryptographic accelerator.
General definitions for cryptographic algorithms.
error_t msp432e4CryptoInit(void)
Initialize hardware cryptographic accelerator.