ADuCM4x50 Device Drivers API Reference Manual  Release 4.0.0.0
adi_callback.h
1 
13 #ifndef ADI_CALLBACK_H
14 #define ADI_CALLBACK_H
15 
16 #include <stdint.h>
17 
21 typedef void (* ADI_CALLBACK) (
22  void *pCBParam,
23  uint32_t Event,
24  void *pArg);
26 #endif /* ADI_CALLBACK_H */