ADuCM4x50 Device Drivers API Reference Manual  Release 4.0.0.0
adi_rng_def.h
1 
13 #ifndef ADI_RNG_DEF_H
14 #define ADI_RNG_DEF_H
15 
20 typedef struct __ADI_RNG_DEV_DATA_TYPE
21 {
22  IRQn_Type IRQn;
23  ADI_CALLBACK CBFunc;
24  void *pCBParam;
25 } ADI_RNG_DEV_DATA_TYPE;
26 
28 typedef struct __ADI_RNG_DEV_TYPE
29 {
30  volatile ADI_RNG_TypeDef *pRNG;
31  ADI_RNG_DEV_DATA_TYPE *pData;
32 } ADI_RNG_DEV_TYPE;
33 
34 
36 #endif /* ADI_RNG_DEF_H */