HAL_RNG_ReadyDataCallback
void HAL_RNG_ReadyDataCallback (RNG_HandleTypeDef *
hrng, uint32_t random32bit)
Data Ready callback in non-blocking mode.
hrng: pointer to a RNG_HandleTypeDef structure that
contains the configuration information for RNG.
random32bit: generated random number.
HAL_RNG_GetState
HAL_RNG_StateTypeDef HAL_RNG_GetState
(RNG_HandleTypeDef * hrng)
hrng: pointer to a RNG_HandleTypeDef structure that
contains the configuration information for RNG.
38.3 RNG Firmware driver defines
38.3.1 RNG
RNG Interrupt definition
RNG Flag definition
Clock error current status
Seed error current status
RNG Exported Macros
__HAL_RNG_RESET_HANDLE_STATE
Description:
Reset RNG handle state.
Parameters:
__HANDLE__: RNG Handle
Return value:
None
Description:
Enables the RNG peripheral.
Parameters:
__HANDLE__: RNG Handle