pic32cm_ls_crypto_trng.c
PIC32CM LS00/LS60 true random number generator.
General definitions for cryptographic algorithms.
PIC32CM LS00/LS60 hardware cryptographic accelerator.
void osAcquireMutex(OsMutex *mutex)
Acquire ownership of the specified mutex object.
Definition: os_port_chibios.c:396
void osReleaseMutex(OsMutex *mutex)
Release ownership of the specified mutex object.
Definition: os_port_chibios.c:408
error_t trngGetRandomData(uint8_t *data, size_t length)
Get random data from the TRNG module.
Definition: pic32cm_ls_crypto_trng.c:68
Debugging facilities.