STM32L443xx HAL User Manual
|
Peripheral State functions. More...
Functions | |
HAL_RNG_StateTypeDef | HAL_RNG_GetState (RNG_HandleTypeDef *hrng) |
Returns the RNG state. | |
uint32_t | HAL_RNG_GetError (RNG_HandleTypeDef *hrng) |
Return the RNG handle error code. |
Peripheral State functions.
=============================================================================== ##### Peripheral State functions ##### =============================================================================== [..] This subsection permits to get in run-time the status of the peripheral and the data flow.
uint32_t HAL_RNG_GetError | ( | RNG_HandleTypeDef * | hrng | ) |
Return the RNG handle error code.
hrng | pointer to a RNG_HandleTypeDef structure. |
RNG | Error Code |
Definition at line 966 of file stm32l4xx_hal_rng.c.
References __RNG_HandleTypeDef::ErrorCode.
Returns the RNG state.
hrng | pointer to a RNG_HandleTypeDef structure that contains the configuration information for RNG. |
HAL | state |
Definition at line 956 of file stm32l4xx_hal_rng.c.
References __RNG_HandleTypeDef::State.