|
STM32H735xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_RNG_SetHealthConfig (RNG_TypeDef *RNGx, uint32_t HTCFG) |
| Set RNG Health Test Control. | |
| __STATIC_INLINE uint32_t | LL_RNG_GetHealthConfig (RNG_TypeDef *RNGx) |
| Get RNG Health Test Control. | |
| __STATIC_INLINE uint32_t LL_RNG_GetHealthConfig | ( | RNG_TypeDef * | RNGx | ) |
Get RNG Health Test Control.
| RNGx | RNG Instance |
| Return | 32-bit RNG Health Test configuration |
Definition at line 639 of file stm32h7xx_ll_rng.h.
| __STATIC_INLINE void LL_RNG_SetHealthConfig | ( | RNG_TypeDef * | RNGx, |
| uint32_t | HTCFG | ||
| ) |
Set RNG Health Test Control.
| RNGx | RNG Instance |
| HTCFG | can be values of 32 bits |
| None |
Definition at line 628 of file stm32h7xx_ll_rng.h.
1.7.6.1