mcxe247_crypto_trng.c
General definitions for cryptographic algorithms.
NXP MCX E247 hardware cryptographic accelerator (ELA_CSEC)
void osAcquireMutex(OsMutex *mutex)
Acquire ownership of the specified mutex object.
Definition: os_port_chibios.c:396
NXP MCX E247 true random number generator.
void osReleaseMutex(OsMutex *mutex)
Release ownership of the specified mutex object.
Definition: os_port_chibios.c:408
Debugging facilities.
error_t trngGetRandomData(uint8_t *data, size_t length)
Get random data from the TRNG module.
Definition: mcxe247_crypto_trng.c:91