ADuCM302x Device Drivers API Reference Manual  Release 3.1.2.0
adi_rng_def.h
1 
46 #ifndef ADI_RNG_DEF_H
47 #define ADI_RNG_DEF_H
48 
53 typedef struct __ADI_RNG_DEV_DATA_TYPE
54 {
55  IRQn_Type IRQn;
56  ADI_CALLBACK CBFunc;
57  void *pCBParam;
58 } ADI_RNG_DEV_DATA_TYPE;
59 
61 typedef struct __ADI_RNG_DEV_TYPE
62 {
63  volatile ADI_RNG_TypeDef *pRNG;
64  ADI_RNG_DEV_DATA_TYPE *pData;
65 } ADI_RNG_DEV_TYPE;
66 
67 
69 #endif /* ADI_RNG_DEF_H */