HAL
__HAL_RNG_GET_IT
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
__HAL_RNG_GET_IT
__HAL_RNG_GET_IT macro
Checks whether the specified RNG interrupt has occurred or not.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_rng.h:253
#define
__HAL_RNG_GET_IT
(
__HANDLE__
,
__INTERRUPT__
)
(
(
(
__HANDLE__
)
->
Instance
->
SR
&
(
__INTERRUPT__
)
)
==
(
__INTERRUPT__
)
)
Arguments
Argument
Description
__HANDLE__
RNG Handle
__INTERRUPT__
specifies the RNG interrupt status flag to check. This parameter can be one of the following values: @arg RNG_IT_DRDY: Data ready interrupt @arg RNG_IT_CEI: Clock error interrupt @arg RNG_IT_SEI: Seed error interrupt
Return value
The new state of __INTERRUPT__ (SET or RESET).
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