CryptoAuthLib
Microchip CryptoAuthentication Library
hal_all_platforms_kit_hidapi.h
Go to the documentation of this file.
1 
28 #ifndef HAL_MACOS_KIT_HID_H_
29 #define HAL_MACOS_KIT_HID_H_
30 
31 #include "hidapi.h"
32 
40 // Kit USB defines
41 #define HID_DEVICES_MAX 10
42 #define HID_PACKET_MAX 512
43 
44 
45 
46 
47 // A structure to hold HID information
48 typedef struct atcahid
49 {
52 } atcahid_t;
53 
55 #endif /* HAL_LINUX_KIT_HID_H_ */
Definition: hal_all_platforms_kit_hidapi.h:48
struct atcahid atcahid_t
Definition: hal_linux_kit_hid.h:43
int8_t num_kits_found
Definition: hal_all_platforms_kit_hidapi.h:51
#define HID_DEVICES_MAX
Definition: hal_all_platforms_kit_hidapi.h:41
hid_device * kits[HID_DEVICES_MAX]
Definition: hal_all_platforms_kit_hidapi.h:50