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