CARME-M4 BSP  V1.5
Initialization and Configuration functions

Initialization and Configuration functions. More...

+ Collaboration diagram for Initialization and Configuration functions:

Functions

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...
 

Detailed Description

Initialization and Configuration functions.

 ===============================================================================
             ##### Initialization and Configuration functions #####
 ===============================================================================  
 [..] This section provides functions allowing to 
   (+) Initialize the RNG peripheral
   (+) Enable or disable the RNG peripheral

Function Documentation

void RNG_Cmd ( FunctionalState  NewState)

Enables or disables the RNG peripheral.

Parameters
NewStatenew state of the RNG peripheral. This parameter can be: ENABLE or DISABLE.
Return values
None

Definition at line 114 of file stm32f4xx_rng.c.

void RNG_DeInit ( void  )

De-initializes the RNG peripheral registers to their default reset values.

Parameters
None
Return values
None

Definition at line 99 of file stm32f4xx_rng.c.

+ Here is the call graph for this function: