Searched refs:usbd_can_detect_vbus (Results 1 – 7 of 7) sorted by relevance
30 if (usbd_can_detect_vbus(usbd_ctx)) { in msg_cb()74 if (!usbd_can_detect_vbus(sample_usbd)) { in main()
59 if (usbd_can_detect_vbus(ctx)) { in sample_msg_cb()97 if (!usbd_can_detect_vbus(sample_usbd)) { in enable_usb_device_next()
181 if (usbd_can_detect_vbus(usbd_ctx)) { in msg_cb()280 if (!usbd_can_detect_vbus(sample_usbd)) { in main()
156 if (usbd_can_detect_vbus(usbd_ctx)) { in msg_cb()215 if (!usbd_can_detect_vbus(sample_usbd)) { in main()
341 bool usbd_can_detect_vbus(struct usbd_context *const uds_ctx) in usbd_can_detect_vbus() function
1215 bool usbd_can_detect_vbus(struct usbd_context *const uds_ctx);
193 host. A generic application should use :c:func:`usbd_can_detect_vbus` to check