11 #ifndef __MG32F10x_RNG_H 12 #define __MG32F10x_RNG_H 35 void RNG_Cmd(FunctionalState NewState);
void RNG_DeInit(void)
Deinitializes the RNG peripheral registers to their default reset values.
Definition: mg32f10x_rng.c:37
void RNG_Cmd(FunctionalState NewState)
Enables or disables the RNG peripheral.
Definition: mg32f10x_rng.c:49
uint8_t RNG_RandByte(void)
Return a random byte.
Definition: mg32f10x_rng.c:63