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 131 of file ll_rng.h.

◆ LL_RNG_IT_ENABLE

#define LL_RNG_IT_ENABLE   (1UL << RNG_CONFIG_IRQ_EN_POS)

Enable RNG interrupt.

Definition at line 132 of file ll_rng.h.