|
TM STM32Fxxx HAL Libraries
v1.0.0
Libraries for STM32Fxxx (F0, F4 and F7 series) devices based on HAL drivers from ST from Tilen Majerle
|
Library Functions. More...
Functions | |
| void | TM_RNG_Init (void) |
| Initializes RNG peripheral and enables clock. More... | |
| void | TM_RNG_DeInit (void) |
| De initializes RNG peripheral and disables clock. More... | |
| uint32_t | TM_RNG_Get (void) |
| Gets 32-bit random number. More... | |
Library Functions.
| void TM_RNG_DeInit | ( | void | ) |
De initializes RNG peripheral and disables clock.
| None |
| None |
| uint32_t TM_RNG_Get | ( | void | ) |
Gets 32-bit random number.
| None |
| 32-bit | random number |
| void TM_RNG_Init | ( | void | ) |
Initializes RNG peripheral and enables clock.
| None |
| None |