USB Device Middleware Library 2.10
cy_stc_usb_dev_class_ll_item_t Struct Reference

Description

Class linked list element.

It includes class and class data pointers and pointer to the next class linked list element.

Data Fields

struct cy_stc_usb_dev_class_ll_item * next
 Next item in the class driver linked list.
 
cy_stc_usb_dev_class_tclassObj
 Pointer to the class structure.
 
void * classData
 Pointer to the class data (context)