Home
last modified time | relevance | path

Searched refs:bNotificationType (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/usb/class/
Dusb_cdc.h213 uint8_t bNotificationType; member
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ecm.c49 uint8_t bNotificationType; member
323 .bNotificationType = USB_CDC_NETWORK_CONNECTION, in cdc_ecm_send_notification()
Dusbd_cdc_ncm.c54 uint8_t bNotificationType; member
713 .bNotificationType = USB_CDC_NETWORK_CONNECTION, in cdc_ncm_send_connected()
Dusbd_cdc_acm.c501 .bNotificationType = USB_CDC_SERIAL_STATE, in cdc_acm_send_notification()
/Zephyr-latest/subsys/usb/device/class/
Dcdc_acm.c778 notification.bNotificationType = 0x20; in cdc_acm_send_notification()