Home
last modified time | relevance | path

Searched full:usbd (Results 1 – 25 of 272) sorted by relevance

1234567891011

/Zephyr-latest/samples/subsys/usb/hid-keyboard/
Dsample.yaml7 - usbd
18 sample.usbd.hid-keyboard:
20 sample.usbd.hid-keyboard.out-report:
24 sample.usbd.hid-keyboard.large-report:
28 sample.usbd.hid-keyboard.large-out-report:
/Zephyr-latest/samples/subsys/usb/shell/
DREADME.rst53 uart:~$ usbd defaults
55 uart:~$ usbd config add 1
56 uart:~$ usbd class add foobaz 1
58 uart:~$ usbd init
67 uart:~$ usbd enable
Dsample.yaml5 - usbd
7 sample.usbd.shell:
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/
Dnrf_usbd_common.h21 * @defgroup nrf_usbd_common USBD driver
24 * @brief Universal Serial Bus Device (USBD) peripheral driver.
110 /** Wakeup request - the USBD peripheral is ready to generate
179 * @brief USBD event callback function type.
290 * @brief Enable the USBD port.
292 * After calling this function USBD peripheral would be enabled.
294 * Enabled USBD peripheral would request HFCLK.
296 * program after enabling USBD driver HFINT would be used for the USBD peripheral.
297 * It is perfectly fine until USBD is started. See @ref nrf_usbd_common_start.
308 * @brief Disable the USBD port.
[all …]
DKconfig5 module-str = nRF USBD common
9 bool "USBD driver"
Dnrf_usbd_common_errata.h32 /* Errata: USBD might not reach its active state. **/
44 /* Errata: USBD cannot receive tasks during DMA. **/
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/boards/
Dnrf52833dk_nrf52833.overlay1 zephyr_udc0: &usbd {
2 compatible = "nordic,nrf-usbd";
Dnrf52840dongle_nrf52840.overlay1 zephyr_udc0: &usbd {
2 compatible = "nordic,nrf-usbd";
Dnrf5340dk_nrf5340_cpuapp.overlay1 zephyr_udc0: &usbd {
2 compatible = "nordic,nrf-usbd";
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/boards/
Dnrf52833dk_nrf52833.overlay1 zephyr_udc0: &usbd {
2 compatible = "nordic,nrf-usbd";
Dnrf52840dongle_nrf52840.overlay1 zephyr_udc0: &usbd {
2 compatible = "nordic,nrf-usbd";
Dnrf5340dk_nrf5340_cpuapp.overlay1 zephyr_udc0: &usbd {
2 compatible = "nordic,nrf-usbd";
/Zephyr-latest/tests/bluetooth/shell/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay1 zephyr_udc0: &usbd {
2 compatible = "nordic,nrf-usbd";
/Zephyr-latest/drivers/usb/udc/
DKconfig.nrf19 Size of the stack used in the driver for nRF USBD ISR event handling.
26 Maximum number of messages for handling of nRF USBD ISR events.
/Zephyr-latest/boards/ezurio/bl5340_dvk/
Dbl5340_dvk_nrf5340_cpuapp_ns.dts23 zephyr_udc0: &usbd {
24 compatible = "nordic,nrf-usbd";
Dbl5340_dvk_nrf5340_cpuapp.dts25 zephyr_udc0: &usbd {
26 compatible = "nordic,nrf-usbd";
/Zephyr-latest/dts/bindings/usb/
Draspberrypi,pico-usbd.yaml18 zephyr_udc0: &usbd {
24 compatible: "raspberrypi,pico-usbd"
/Zephyr-latest/boards/raytac/mdbt53_db_40/
Draytac_mdbt53_db_40_nrf5340_cpuapp.dts24 zephyr_udc0: &usbd {
25 compatible = "nordic,nrf-usbd";
/Zephyr-latest/subsys/usb/device_next/
DKconfig15 module = USBD
16 module-str = usbd
/Zephyr-latest/drivers/usb/device/
Dusb_dc_nrfx.c12 * The driver implements the interface between the USBD peripheral
40 * @brief nRF USBD peripheral states
64 * @brief USBD peripheral event types.
149 * @param state New USBD peripheral state.
162 * @param evt_type Type of event that has occurred from the USBD peripheral
224 * @brief USBD control structure
231 * @param attached USBD Attached flag
232 * @param ready USBD Ready flag set after pullup
233 * @param usb_work USBD work item
374 * @brief Schedule USBD event processing.
[all …]
DKconfig119 int "USBD event queue size"
128 int "USBD work queue stack size"
133 for handling the events from the USBD ISR, i.e. executing endpoint
137 int "USBD attached event delay"
/Zephyr-latest/samples/subsys/usb/console/
Dusbd_next_prj.conf13 CONFIG_SAMPLE_USBD_PRODUCT="USBD console sample"
/Zephyr-latest/samples/subsys/usb/mass/
Dsample.yaml24 depends_on: usbd
96 depends_on: usbd
146 - usbd
/Zephyr-latest/samples/subsys/usb/cdc_acm/
Dusbd_next_prj.conf14 CONFIG_SAMPLE_USBD_PRODUCT="USBD CDC ACM sample"
/Zephyr-latest/boards/others/candlelight/
Dcandlelight.yaml14 - usbd

1234567891011