Initialization and Configuration functions.
More...
|
void | RNG_DeInit (void) |
| De-initializes the RNG peripheral registers to their default reset values. More...
|
|
void | RNG_Cmd (FunctionalState NewState) |
| Enables or disables the RNG peripheral. More...
|
|
Initialization and Configuration functions.
===============================================================================
##### Initialization and Configuration functions #####
===============================================================================
[..] This section provides functions allowing to
(+) Initialize the RNG peripheral
(+) Enable or disable the RNG peripheral
void RNG_Cmd |
( |
FunctionalState |
NewState | ) |
|
Enables or disables the RNG peripheral.
- Parameters
-
NewState | new state of the RNG peripheral. This parameter can be: ENABLE or DISABLE. |
- Return values
-
Definition at line 114 of file stm32f4xx_rng.c.
De-initializes the RNG peripheral registers to their default reset values.
- Parameters
-
- Return values
-
Definition at line 99 of file stm32f4xx_rng.c.