ra8_crypto_trng.c
RA8 true random number generator.
error_t trngGetRandomData(uint8_t *data, size_t length)
Get random data from the TRNG module.
Definition: ra8_crypto_trng.c:51
General definitions for cryptographic algorithms.
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
RA8 hardware cryptographic accelerator (RSIP7)
Debugging facilities.