ADuCM302x Device Drivers API Reference Manual  Release 3.1.2.0
adi_callback.h
1 
45 /*****************************************************************************/
46 
47 #ifndef ADI_CALLBACK_H
48 #define ADI_CALLBACK_H
49 
50 #include <stdint.h>
51 
55 typedef void (* ADI_CALLBACK) (
56  void *pCBParam,
57  uint32_t Event,
58  void *pArg);
60 #endif /* ADI_CALLBACK_H */