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.
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | STATUS | RNG_READY | +-------------------—+--------------------------------—+ \endrst
RNGx | RNG instance. |
None |
Definition at line 600 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 562 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.
\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | STATUS | RNG_READY | +-------------------—+--------------------------------—+ \endrst
RNGx | RNG instance. |
State | of bit (1 or 0). |
Definition at line 581 of file gr55xx_ll_rng.h.