gd32h7xx_crypto_trng.c
GD32H7 hardware cryptographic accelerator.
General definitions for cryptographic algorithms.
GD32H7 true random number generator.
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: gd32h7xx_crypto_trng.c:71
Debugging facilities.