|
TM STM32F4xx Libraries
v1.0.0
Libraries for STM32F4xx devices 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 |