RNG hardware interrupt enable.

Macros

#define LL_RNG_IT_DISABLE   (0x00000000UL)
 
#define LL_RNG_IT_ENABLE   (1UL << RNG_CONFIG_IRQ_EN_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_RNG_IT_DISABLE

#define LL_RNG_IT_DISABLE   (0x00000000UL)

Disable RNG interrupt.

Definition at line 134 of file gr55xx_ll_rng.h.

◆ LL_RNG_IT_ENABLE

#define LL_RNG_IT_ENABLE   (1UL << RNG_CONFIG_IRQ_EN_Pos)

Enable RNG interrupt.

Definition at line 135 of file gr55xx_ll_rng.h.