Home
last modified time | relevance | path

Searched refs:USBD_MSG_CONFIGURATION (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/usb/
Dusbd_msg.h46 USBD_MSG_CONFIGURATION, enumerator
/Zephyr-latest/samples/subsys/usb/hid-keyboard/src/
Dmain.c152 if (msg->type == USBD_MSG_CONFIGURATION) { in msg_cb()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_ch9.c176 usbd_msg_pub_simple(uds_ctx, USBD_MSG_CONFIGURATION, setup->wValue); in sreq_set_configuration()