udi.h
Go to the documentation of this file.
1 
33 /*
34  * Support and FAQ: visit <a href="https://www.microchip.com/support/">Microchip Support</a>
35  */
36 
37 #ifndef _UDI_H_
38 #define _UDI_H_
39 
40 #include "conf_usb.h"
41 #include "usb_protocol.h"
42 
43 #ifdef __cplusplus
44 extern "C" {
45 #endif
46 
64 typedef struct {
75  bool(*enable) (void);
76 
88  void (*disable) (void);
89 
101  bool(*setup) (void);
102 
110  uint8_t(*getsetting) (void);
111 
115  void(*sof_notify) (void);
116 } udi_api_t;
117 
119 
120 #ifdef __cplusplus
121 }
122 #endif
123 #endif // _UDI_H_
USB configuration file for CDC application.
USB protocol definitions.
UDI API.
Definition: udi.h:64
unsigned char bool
Boolean.
Definition: compiler.h:243


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:58