思澈科技软件开发工具包  2.20
Initialization and de-initialization functions

Functions

HAL_StatusTypeDef HAL_RNG_Init (RNG_HandleTypeDef *hrng)
 Initialize the RNG peripheral and initialize the associated handle. More...
 
HAL_StatusTypeDef HAL_RNG_DeInit (RNG_HandleTypeDef *hrng)
 DeInitialize the RNG peripheral. More...
 
void HAL_RNG_MspInit (RNG_HandleTypeDef *hrng)
 Initialize the RNG MSP. More...
 
void HAL_RNG_MspDeInit (RNG_HandleTypeDef *hrng)
 DeInitialize the RNG MSP. More...
 

Detailed Description

Function Documentation

◆ HAL_RNG_DeInit()

HAL_StatusTypeDef HAL_RNG_DeInit ( RNG_HandleTypeDef hrng)

DeInitialize the RNG peripheral.

Parameters
hrngpointer to a RNG_HandleTypeDef structure.
Return values
HALstatus

◆ HAL_RNG_Init()

HAL_StatusTypeDef HAL_RNG_Init ( RNG_HandleTypeDef hrng)

Initialize the RNG peripheral and initialize the associated handle.

Parameters
hrngpointer to a RNG_HandleTypeDef structure.
Return values
HALstatus

◆ HAL_RNG_MspDeInit()

void HAL_RNG_MspDeInit ( RNG_HandleTypeDef hrng)

DeInitialize the RNG MSP.

Parameters
hrngpointer to a RNG_HandleTypeDef structure.
Return values
None

◆ HAL_RNG_MspInit()

void HAL_RNG_MspInit ( RNG_HandleTypeDef hrng)

Initialize the RNG MSP.

Parameters
hrngpointer to a RNG_HandleTypeDef structure.
Return values
None