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... | |
__STATIC_INLINE void ll_rng_clear_flag_sts | ( | rng_regs_t * | RNGx | ) |
Clear RNG Status flag.
Register|BitsName --------|-------- STATUS | RNG_READY
RNGx | RNG instance. |
None |
Definition at line 526 of file gr55xx_ll_rng.h.
__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
RNGx | RNG instance. |
State | of bit (1 or 0). |
Definition at line 496 of file gr55xx_ll_rng.h.
__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
RNGx | RNG instance. |
State | of bit (1 or 0). |
Definition at line 511 of file gr55xx_ll_rng.h.