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 519 of file gr533x_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 489 of file gr533x_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 504 of file gr533x_ll_rng.h.