|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
MCTP USB class instance configuration. More...
#include <zephyr/pmci/mctp/mctp_usb.h>
Data Fields | |
| uint8_t | subclass |
| MCTP subclass used in the USB interface descriptor. | |
| uint8_t | mctp_protocol |
| MCTP protocol version used in the USB interface descriptor. | |
| struct mctp_binding_usb * | mctp_binding |
| Pointer to the associated MCTP USB bus binding. | |
MCTP USB class instance configuration.
Holds the USB interface descriptor parameters and the associated MCTP bus binding for a single MCTP USB class instance.
| struct mctp_binding_usb* mctp_usb_class_inst::mctp_binding |
Pointer to the associated MCTP USB bus binding.
| uint8_t mctp_usb_class_inst::mctp_protocol |
MCTP protocol version used in the USB interface descriptor.
| uint8_t mctp_usb_class_inst::subclass |
MCTP subclass used in the USB interface descriptor.