Home
last modified time | relevance | path

Searched refs:str_desc_nd (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/usb/device_next/
Dusbd_config.c322 if (cfg_nd->str_desc_nd != NULL) { in usbd_add_configuration()
323 ret = usbd_add_descriptor(uds_ctx, cfg_nd->str_desc_nd); in usbd_add_configuration()
329 desc->iConfiguration = usbd_str_desc_get_idx(cfg_nd->str_desc_nd); in usbd_add_configuration()
/Zephyr-latest/include/zephyr/usb/
Dusbd.h192 struct usbd_desc_node *str_desc_nd; member
544 .str_desc_nd = desc_nd, \