Functions

__STATIC_INLINE uint32_t ll_rng_is_active_flag_lr (rng_regs_t *RNGx)
 Indicate if the Flag of RNG long run test is set or not. More...
 
__STATIC_INLINE uint32_t ll_rng_is_active_flag_sts (rng_regs_t *RNGx)
 Indicate if the RNG Status Flag is set or not. More...
 
__STATIC_INLINE void ll_rng_clear_flag_sts (rng_regs_t *RNGx)
 Clear RNG Status flag. More...
 

Detailed Description

Function Documentation

◆ ll_rng_clear_flag_sts()

__STATIC_INLINE void ll_rng_clear_flag_sts ( rng_regs_t *  RNGx)

Clear RNG Status flag.

Register|BitsName --------|-------- STATUS | RNG_READY

Parameters
RNGxRNG instance.
Return values
None

Definition at line 526 of file gr55xx_ll_rng.h.

◆ ll_rng_is_active_flag_lr()

__STATIC_INLINE uint32_t ll_rng_is_active_flag_lr ( rng_regs_t *  RNGx)

Indicate if the Flag of RNG long run test is set or not.

Register |BitsName ---------|-------- LR_STATUS| RNG_LR_FLAG

Parameters
RNGxRNG instance.
Return values
Stateof bit (1 or 0).

Definition at line 496 of file gr55xx_ll_rng.h.

◆ ll_rng_is_active_flag_sts()

__STATIC_INLINE uint32_t ll_rng_is_active_flag_sts ( rng_regs_t *  RNGx)

Indicate if the RNG Status Flag is set or not.

Register|BitsName --------|-------- STATUS | RNG_READY

Parameters
RNGxRNG instance.
Return values
Stateof bit (1 or 0).

Definition at line 511 of file gr55xx_ll_rng.h.