RNG hardware interrupt enable.
+ Collaboration diagram for RNG hardware interrupt enable.:

Macros

#define LL_RNG_IT_DISABLE   (0x00000000UL)
 Disable RNG interrupt. More...
 
#define LL_RNG_IT_ENABLE   (1UL << RNG_CONFIG_IRQ_EN_Pos)
 Enable RNG interrupt. More...
 

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.