60 #include "stm32f4xx.h"
63 #ifndef RNG_NVIC_PREEMPTION_PRIORITY
64 #define RNG_NVIC_PREEMPTION_PRIORITY 0x02
67 #ifndef RNG_NVIC_SUBPRIORITY
68 #define RNG_NVIC_SUBPRIORITY 0x00
void TM_RNG_DeInit(void)
De initializes RNG peripheral and disables clock.
uint32_t TM_RNG_Get(void)
Gets 32-bit random number.
void TM_RNG_Init(void)
Initializes RNG peripheral and enables clock.