STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
Initialization and Configuration functions

Initialization and Configuration functions. More...

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

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
NewState,:new state of the RNG peripheral. This parameter can be: ENABLE or DISABLE.
Return values
None
void RNG_DeInit ( void  )

Deinitializes the RNG peripheral registers to their default reset values.

Parameters
None
Return values
None