HAL
HAL_RNG_ReadyDataCallback()
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_RNG_ReadyDataCallback()
HAL_RNG_ReadyDataCallback() function
Data Ready callback in non-blocking mode.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_rng.h:311
void
HAL_RNG_ReadyDataCallback
(
RNG_HandleTypeDef
*
hrng
,
uint32_t
random32bit
)
;
Implemented in
stm32f4xx_hal_rng.c:776
Arguments
Argument
Description
hrng
pointer to a RNG_HandleTypeDef structure that contains the configuration information for RNG.
random32bit
generated random number.
Return value
None
Related Functions
Found 13 other functions taking a
RNG_HandleTypeDef
argument:
Function
Description
HAL_RNG_Init()
Initializes the RNG peripheral and creates the associated handle.
HAL_RNG_GenerateRandomNumber()
Generates a 32-bit random number.
HAL_RNG_DeInit()
DeInitializes the RNG peripheral.
HAL_RNG_MspInit()
Initializes the RNG MSP.
HAL_RNG_MspDeInit()
DeInitializes the RNG MSP.
HAL_RNG_GetRandomNumber()
Returns generated random number in polling mode (Obsolete) Use HAL_RNG_GenerateRandomNumber() API instead.
HAL_RNG_ErrorCallback()
RNG error callbacks.
HAL_RNG_GetRandomNumber_IT()
Returns a 32-bit random number with interrupt enabled (Obsolete), Use HAL_RNG_GenerateRandomNumber_IT() API instead.
HAL_RNG_GenerateRandomNumber_IT()
Generates a 32-bit random number in interrupt mode.
HAL_RNG_ReadLastRandomNumber()
Read latest generated random number.
HAL_RNG_IRQHandler()
Handles RNG interrupt request.
HAL_RNG_GetState()
Returns the RNG state.
HAL_RNG_GetError()
Return the RNG handle error code.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out