STM32H735xx HAL User Manual
Defines
RNG Private Macros
RNG

Defines

#define IS_LL_RNG_CED(__MODE__)
#define IS_LL_RNG_CLOCK_DIVIDER(__CLOCK_DIV__)   ((__CLOCK_DIV__) <=0x0Fu)
#define IS_LL_RNG_NIST_COMPLIANCE(__NIST_COMPLIANCE__)
#define IS_LL_RNG_CONFIG1   (__CONFIG1__) ((__CONFIG1__) <= 0x3FUL)
#define IS_LL_RNG_CONFIG2   (__CONFIG2__) ((__CONFIG2__) <= 0x07UL)
#define IS_LL_RNG_CONFIG3   (__CONFIG3__) ((__CONFIG3__) <= 0xFUL)

Define Documentation

#define IS_LL_RNG_CED (   __MODE__)
Value:
(((__MODE__) == LL_RNG_CED_ENABLE) || \
                                 ((__MODE__) == LL_RNG_CED_DISABLE))

Definition at line 47 of file stm32h7xx_ll_rng.c.

Referenced by LL_RNG_Init().

#define IS_LL_RNG_CLOCK_DIVIDER (   __CLOCK_DIV__)    ((__CLOCK_DIV__) <=0x0Fu)

Definition at line 51 of file stm32h7xx_ll_rng.c.

#define IS_LL_RNG_CONFIG1   (__CONFIG1__) ((__CONFIG1__) <= 0x3FUL)

Definition at line 57 of file stm32h7xx_ll_rng.c.

#define IS_LL_RNG_CONFIG2   (__CONFIG2__) ((__CONFIG2__) <= 0x07UL)

Definition at line 59 of file stm32h7xx_ll_rng.c.

#define IS_LL_RNG_CONFIG3   (__CONFIG3__) ((__CONFIG3__) <= 0xFUL)

Definition at line 61 of file stm32h7xx_ll_rng.c.

#define IS_LL_RNG_NIST_COMPLIANCE (   __NIST_COMPLIANCE__)
Value:
(((__NIST_COMPLIANCE__) == LL_RNG_NIST_COMPLIANT) || \
                                                        ((__NIST_COMPLIANCE__) == LL_RNG_NOTNIST_COMPLIANT))

Definition at line 54 of file stm32h7xx_ll_rng.c.