_rng_handle Struct Reference

RNG handle Structure definition. More...

#include <gr55xx_hal_rng.h>

Data Fields

rng_regs_t * p_instance
 
rng_init_t init
 
hal_lock_t lock
 
__IO hal_rng_state_t state
 
uint32_t random_number
 
uint32_t retention [1]
 

Detailed Description

RNG handle Structure definition.

Field Documentation

◆ init

rng_init_t _rng_handle::init

RNG required parameters

◆ lock

hal_lock_t _rng_handle::lock

RNG locking object

◆ p_instance

rng_regs_t* _rng_handle::p_instance

Register base address

◆ random_number

uint32_t _rng_handle::random_number

Last-generated RNG Data

◆ retention

uint32_t _rng_handle::retention[1]

RNG important register information.

◆ state

__IO hal_rng_state_t _rng_handle::state

RNG communication state


The documentation for this struct was generated from the following file: