stm32h7rsxx_crypto_trng.c
error_t trngGetRandomData(uint8_t *data, size_t length)
Get random data from the TRNG module.
Definition: stm32h7rsxx_crypto_trng.c:85
STM32H7Rx/Sx 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
void osReleaseMutex(OsMutex *mutex)
Release ownership of the specified mutex object.
Definition: os_port_chibios.c:408
STM32H7Rx/Sx hardware cryptographic accelerator.
Debugging facilities.