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