L4 HAL Drivers

Embed: (wiki syntax)

« Back to documentation index

RNG_Exported_Functions_Group3

RNG_Exported_Functions_Group3
[RNG_Exported_Functions]

Peripheral State functions. More...

Functions

HAL_RNG_StateTypeDef HAL_RNG_GetState (RNG_HandleTypeDef *hrng)
 Return the RNG handle state.

Detailed Description

Peripheral State functions.

 ===============================================================================
                      ##### Peripheral State functions #####
 ===============================================================================  
    [..]
    This subsection permits to get in run-time the status of the peripheral.


Function Documentation

HAL_RNG_StateTypeDef HAL_RNG_GetState ( RNG_HandleTypeDef *  hrng )

Return the RNG handle state.

Parameters:
hrng,:pointer to a RNG_HandleTypeDef structure.
Return values:
HALstate

Definition at line 482 of file stm32l4xx_hal_rng.c.