HAL + 0/18 examples
CodeScope will show references to RNG_HandleTypeDef::Instance from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
Applications
mbedTLS
Examples
RNG
STM32F412G-Discovery
Demonstrations
Examples
RNG
STM32F413H-Discovery
Demonstrations
Examples
RNG
STM324x9I_EVAL
Applications
mbedTLS
Examples
RNG
STM324xG_EVAL
Applications
mbedTLS
Examples
RNG
STM32F412ZG-Nucleo
Examples
RNG
STM32F413ZH-Nucleo
Examples
RNG
STM32F429ZI-Nucleo
Applications
NetXDuo
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALRNG_HandleTypeDef::Instance

RNG_HandleTypeDef::Instance field

Register base address

Syntax

Examples

RNG_HandleTypeDef::Instance is referenced by 18 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_rng.h:81
RNG_TypeDef *Instance; /*!< Register base address */
stm32f4xx_hal_rng.c:198HAL_RNG_Init()
__HAL_RNG_ENABLE(hrng);
stm32f4xx_hal_rng.c:225HAL_RNG_DeInit()
CLEAR_BIT(hrng->Instance->CR, RNG_CR_IE | RNG_CR_RNGEN);
stm32f4xx_hal_rng.c:228HAL_RNG_DeInit()
CLEAR_BIT(hrng->Instance->SR, RNG_SR_CEIS | RNG_SR_SEIS);
stm32f4xx_hal_rng.c:554HAL_RNG_GenerateRandomNumber()
while (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_DRDY) == RESET)
stm32f4xx_hal_rng.c:559HAL_RNG_GenerateRandomNumber()
if (__HAL_RNG_GET_FLAG(hrng, RNG_FLAG_DRDY) == RESET)
stm32f4xx_hal_rng.c:571HAL_RNG_GenerateRandomNumber()
hrng->RandomNumber = hrng->Instance->DR;
stm32f4xx_hal_rng.c:608HAL_RNG_GenerateRandomNumber_IT()
__HAL_RNG_ENABLE_IT(hrng);
stm32f4xx_hal_rng.c:659HAL_RNG_GetRandomNumber_IT()
random32bit = hrng->Instance->DR;
stm32f4xx_hal_rng.c:662HAL_RNG_GetRandomNumber_IT()
__HAL_RNG_ENABLE_IT(hrng);
stm32f4xx_hal_rng.c:692HAL_RNG_IRQHandler()
uint32_t itflag = hrng->Instance->SR;
stm32f4xx_hal_rng.c:726HAL_RNG_IRQHandler()
__HAL_RNG_CLEAR_IT(hrng, RNG_IT_CEI | RNG_IT_SEI);
stm32f4xx_hal_rng.c:735HAL_RNG_IRQHandler()
__HAL_RNG_DISABLE_IT(hrng);
stm32f4xx_hal_rng.c:738HAL_RNG_IRQHandler()
hrng->RandomNumber = hrng->Instance->DR;

Data Use

Functions reading RNG_HandleTypeDef::Instance
RNG_HandleTypeDef::Instance
Type of RNG_HandleTypeDef::Instance
RNG_HandleTypeDef::Instance
all items filtered out