MG32F10x Standard Peripherals Firmware Library
|
Functions | |
void | RNG_DeInit (void) |
Deinitializes the RNG peripheral registers to their default reset values. More... | |
void | RNG_Cmd (FunctionalState NewState) |
Enables or disables the RNG peripheral. More... | |
uint8_t | RNG_RandByte (void) |
Return a random byte. More... | |
void RNG_Cmd | ( | FunctionalState | NewState | ) |
Enables or disables the RNG peripheral.
NewState | new state of the RNG peripheral. This parameter can be: ENABLE or DISABLE. |
void RNG_DeInit | ( | void | ) |
Deinitializes the RNG peripheral registers to their default reset values.
uint8_t RNG_RandByte | ( | void | ) |
Return a random byte.