Searched full:usbd (Results 1 – 25 of 272) sorted by relevance
1234567891011
/Zephyr-latest/samples/subsys/usb/hid-keyboard/ |
D | sample.yaml | 7 - 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/ |
D | README.rst | 53 uart:~$ usbd defaults 55 uart:~$ usbd config add 1 56 uart:~$ usbd class add foobaz 1 58 uart:~$ usbd init 67 uart:~$ usbd enable
|
D | sample.yaml | 5 - usbd 7 sample.usbd.shell:
|
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/ |
D | nrf_usbd_common.h | 21 * @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 …]
|
D | Kconfig | 5 module-str = nRF USBD common 9 bool "USBD driver"
|
D | nrf_usbd_common_errata.h | 32 /* Errata: USBD might not reach its active state. **/ 44 /* Errata: USBD cannot receive tasks during DMA. **/
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/boards/ |
D | nrf52833dk_nrf52833.overlay | 1 zephyr_udc0: &usbd { 2 compatible = "nordic,nrf-usbd";
|
D | nrf52840dongle_nrf52840.overlay | 1 zephyr_udc0: &usbd { 2 compatible = "nordic,nrf-usbd";
|
D | nrf5340dk_nrf5340_cpuapp.overlay | 1 zephyr_udc0: &usbd { 2 compatible = "nordic,nrf-usbd";
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/boards/ |
D | nrf52833dk_nrf52833.overlay | 1 zephyr_udc0: &usbd { 2 compatible = "nordic,nrf-usbd";
|
D | nrf52840dongle_nrf52840.overlay | 1 zephyr_udc0: &usbd { 2 compatible = "nordic,nrf-usbd";
|
D | nrf5340dk_nrf5340_cpuapp.overlay | 1 zephyr_udc0: &usbd { 2 compatible = "nordic,nrf-usbd";
|
/Zephyr-latest/tests/bluetooth/shell/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 1 zephyr_udc0: &usbd { 2 compatible = "nordic,nrf-usbd";
|
/Zephyr-latest/drivers/usb/udc/ |
D | Kconfig.nrf | 19 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/ |
D | bl5340_dvk_nrf5340_cpuapp_ns.dts | 23 zephyr_udc0: &usbd { 24 compatible = "nordic,nrf-usbd";
|
D | bl5340_dvk_nrf5340_cpuapp.dts | 25 zephyr_udc0: &usbd { 26 compatible = "nordic,nrf-usbd";
|
/Zephyr-latest/dts/bindings/usb/ |
D | raspberrypi,pico-usbd.yaml | 18 zephyr_udc0: &usbd { 24 compatible: "raspberrypi,pico-usbd"
|
/Zephyr-latest/boards/raytac/mdbt53_db_40/ |
D | raytac_mdbt53_db_40_nrf5340_cpuapp.dts | 24 zephyr_udc0: &usbd { 25 compatible = "nordic,nrf-usbd";
|
/Zephyr-latest/subsys/usb/device_next/ |
D | Kconfig | 15 module = USBD 16 module-str = usbd
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_nrfx.c | 12 * 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 …]
|
D | Kconfig | 119 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/ |
D | usbd_next_prj.conf | 13 CONFIG_SAMPLE_USBD_PRODUCT="USBD console sample"
|
/Zephyr-latest/samples/subsys/usb/mass/ |
D | sample.yaml | 24 depends_on: usbd 96 depends_on: usbd 146 - usbd
|
/Zephyr-latest/samples/subsys/usb/cdc_acm/ |
D | usbd_next_prj.conf | 14 CONFIG_SAMPLE_USBD_PRODUCT="USBD CDC ACM sample"
|
/Zephyr-latest/boards/others/candlelight/ |
D | candlelight.yaml | 14 - usbd
|
1234567891011