Zephyr Project API  3.3.0
A Scalable Open Source RTOS
usbd_desc_node Struct Reference

#include <usbd.h>

Data Fields

sys_snode_t node
 
uint32_t idx
 
void * desc
 

Detailed Description

Descriptor node

Descriptor node is used to manage descriptors that are not directly part of a structure string, and bos descriptors.

Field Documentation

◆ desc

void* usbd_desc_node::desc

Pointer to a descriptor

◆ idx

uint32_t usbd_desc_node::idx

Optional descriptor index, required for string descriptors

◆ node

sys_snode_t usbd_desc_node::node

slist node struct


The documentation for this struct was generated from the following file: