STM32F4xx_HAL_Driver  1.8.3
Peripheral State functions

Peripheral State functions. More...

+ Collaboration diagram for Peripheral State functions:

Functions

HAL_RNG_StateTypeDef HAL_RNG_GetState (const RNG_HandleTypeDef *hrng)
 Returns the RNG state. More...
 
uint32_t HAL_RNG_GetError (const RNG_HandleTypeDef *hrng)
 Return the RNG handle error code. More...
 

Detailed Description

Peripheral State functions.

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

Function Documentation

◆ HAL_RNG_GetError()

uint32_t HAL_RNG_GetError ( const RNG_HandleTypeDef *  hrng)

Return the RNG handle error code.

Parameters
hrngpointer to a RNG_HandleTypeDef structure.
Return values
RNGError Code

Definition at line 836 of file stm32f4xx_hal_rng.c.

◆ HAL_RNG_GetState()

HAL_RNG_StateTypeDef HAL_RNG_GetState ( const RNG_HandleTypeDef *  hrng)

Returns the RNG state.

Parameters
hrngpointer to a RNG_HandleTypeDef structure that contains the configuration information for RNG.
Return values
HALstate

Definition at line 826 of file stm32f4xx_hal_rng.c.