STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
RNG_interrupts_definition

Macros

#define RNG_IT_CEI   ((uint8_t)0x20)
 
#define RNG_IT_SEI   ((uint8_t)0x40)
 
#define IS_RNG_IT(IT)   ((((IT) & (uint8_t)0x9F) == 0x00) && ((IT) != 0x00))
 
#define IS_RNG_GET_IT(RNG_IT)   (((RNG_IT) == RNG_IT_CEI) || ((RNG_IT) == RNG_IT_SEI))
 

Detailed Description

Macro Definition Documentation

#define RNG_IT_CEI   ((uint8_t)0x20)

Clock error interrupt

#define RNG_IT_SEI   ((uint8_t)0x40)

Seed error interrupt