Home
last modified time | relevance | path

Searched refs:usbd_can_detect_vbus (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/samples/subsys/usb/webusb-next/src/
Dmain.c30 if (usbd_can_detect_vbus(usbd_ctx)) { in msg_cb()
74 if (!usbd_can_detect_vbus(sample_usbd)) { in main()
/Zephyr-latest/samples/subsys/usb/cdc_acm/src/
Dmain.c59 if (usbd_can_detect_vbus(ctx)) { in sample_msg_cb()
97 if (!usbd_can_detect_vbus(sample_usbd)) { in enable_usb_device_next()
/Zephyr-latest/samples/subsys/usb/dfu-next/src/
Dmain.c181 if (usbd_can_detect_vbus(usbd_ctx)) { in msg_cb()
280 if (!usbd_can_detect_vbus(sample_usbd)) { in main()
/Zephyr-latest/samples/subsys/usb/hid-keyboard/src/
Dmain.c156 if (usbd_can_detect_vbus(usbd_ctx)) { in msg_cb()
215 if (!usbd_can_detect_vbus(sample_usbd)) { in main()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_device.c341 bool usbd_can_detect_vbus(struct usbd_context *const uds_ctx) in usbd_can_detect_vbus() function
/Zephyr-latest/include/zephyr/usb/
Dusbd.h1215 bool usbd_can_detect_vbus(struct usbd_context *const uds_ctx);
/Zephyr-latest/doc/connectivity/usb/device_next/
Dusb_device.rst193 host. A generic application should use :c:func:`usbd_can_detect_vbus` to check