Macros
Collaboration diagram for RNG_interrupts_definition:

Macros

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

Detailed Description

Macro Definition Documentation

#define IS_RNG_GET_IT (   RNG_IT)    (((RNG_IT) == RNG_IT_CEI) || ((RNG_IT) == RNG_IT_SEI))

Definition at line 78 of file stm32f4xx_rng.h.

#define IS_RNG_IT (   IT)    ((((IT) & (uint8_t)0x9F) == 0x00) && ((IT) != 0x00))

Definition at line 77 of file stm32f4xx_rng.h.

#define RNG_IT_CEI   ((uint8_t)0x20)

Clock error interrupt

Definition at line 74 of file stm32f4xx_rng.h.

#define RNG_IT_SEI   ((uint8_t)0x40)

Seed error interrupt

Definition at line 75 of file stm32f4xx_rng.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54