/Zephyr-latest/boards/96boards/carbon/doc/ |
D | stm32f401xe.rst | 98 | USB OTG FS | on-chip | USB device | 239 96Boards Carbon board has a USB OTG dual-role device (DRD) controller that 240 supports both device and host functions through its mini "OTG" USB connector. 241 Only USB device functions are supported in Zephyr at the moment. 294 usb 1-2.1: new full-speed USB device number 14 using xhci_hcd 295 usb 1-2.1: New USB device found, idVendor=0483, idProduct=df11 296 usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.cc2520 | 75 The crypto device exposed will only support synchronous CCM operation. 78 int "TI CC2520 crypto device initialization priority"
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig | 44 Interrupt controller device initialization priority. 52 XEC GIRQ Interrupt controller device initialization priority.
|
/Zephyr-latest/boards/shields/frdm_kw41z/doc/ |
D | index.rst | 40 storage device should enumerate. 42 #. Program the binary to flash by copying it to the USB mass storage device.
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.simulator | 26 bool "Program-erase device" 30 Explicit erase (non-erase-on-write) Flash, which is device that requires erase
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | sync_rtc.c | 194 static void mbox_callback(const struct device *dev, mbox_channel_id_t channel_id, in mbox_callback() 209 const struct device *dev; in mbox_rx_init()
|
/Zephyr-latest/scripts/coccinelle/ |
D | const_config_info.cocci | 6 // Drivers cast the device config_info pointer to a driver-specific 13 // appears as a tag in non-device aggregate types.
|
/Zephyr-latest/drivers/misc/ft8xx/ |
D | ft8xx.c | 96 static int ft8xx_init(const struct device *dev) in ft8xx_init() 181 void ft8xx_drv_irq_triggered(const struct device *dev, struct gpio_callback *cb, in ft8xx_drv_irq_triggered()
|
/Zephyr-latest/samples/subsys/ipc/openamp/src/ |
D | main.c | 26 static const struct device *const ipm_handle = 91 static void platform_ipm_callback(const struct device *dev, void *context, in platform_ipm_callback()
|
/Zephyr-latest/samples/boards/st/steval_stwinbx1/sensors/ |
D | README.rst | 26 through USB. The board shows up as a USB CDC class standard device. 53 Replace :code:`<tty_device>` with the correct device path automatically created on
|
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/ |
D | response_big.html.bin | 31 …o support new hardware, developer tools, sensor and device drivers. Enhancements in security, devi…
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
D | response_big.html.bin | 31 …o support new hardware, developer tools, sensor and device drivers. Enhancements in security, devi…
|
/Zephyr-latest/samples/net/wpan_serial/ |
D | README.rst | 5 Implement a slip-radio device for Contiki-based border routers. 11 controller as a "serial-radio" device for Contiki-based border routers.
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_common.c | 200 int api_nosys_on_off(const struct device *dev, clock_control_subsys_t sys) in api_nosys_on_off() 216 int nrf_clock_control_request_sync(const struct device *dev, in nrf_clock_control_request_sync()
|
/Zephyr-latest/boards/ambiq/apollo4p_evb/doc/ |
D | index.rst | 58 Connect your device to your host computer using the JLINK USB port. 60 Build the Zephyr kernel and application, then flash it to the device:
|
/Zephyr-latest/boards/ambiq/apollo3_evb/doc/ |
D | index.rst | 55 Connect your device to your host computer using the JLINK USB port. 57 Build the Zephyr kernel and application, then flash it to the device:
|
/Zephyr-latest/boards/ambiq/apollo3p_evb/doc/ |
D | index.rst | 55 Connect your device to your host computer using the JLINK USB port. 57 Build the Zephyr kernel and application, then flash it to the device:
|
/Zephyr-latest/tests/drivers/usb/bc12/src/ |
D | pd_mode.c | 26 const struct device *bc12_dev; 33 static void bc12_test_result_cb(const struct device *dev, struct bc12_partner_state *state, in bc12_test_result_cb()
|
/Zephyr-latest/tests/drivers/eeprom/api/src/ |
D | main.c | 12 ZTEST_BMEM static const struct device *eeprom; 175 static void run_tests_on_eeprom(const struct device *dev) in run_tests_on_eeprom()
|
/Zephyr-latest/include/zephyr/linker/ |
D | common-ram.ld | 43 /* Device states used by the device objects. */ 57 #include "device-deps.ld"
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_mtls_shim.c | 314 static int mtls_session_setup(const struct device *dev, in mtls_session_setup() 446 static int mtls_session_free(const struct device *dev, struct cipher_ctx *ctx) in mtls_session_free() 536 static int mtls_hash_session_setup(const struct device *dev, in mtls_hash_session_setup() 581 static int mtls_hash_session_free(const struct device *dev, struct hash_ctx *ctx) in mtls_hash_session_free() 597 static int mtls_query_caps(const struct device *dev) in mtls_query_caps()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_dwmac.c | 99 static enum ethernet_hw_caps dwmac_caps(const struct device *dev) in dwmac_caps() 129 static int dwmac_send(const struct device *dev, struct net_pkt *pkt) in dwmac_send() 435 void dwmac_isr(const struct device *ddev) in dwmac_isr() 469 static int dwmac_set_config(const struct device *dev, in dwmac_set_config() 564 int dwmac_probe(const struct device *dev) in dwmac_probe()
|
/Zephyr-latest/scripts/utils/ |
D | pinctrl_nrf_migrate.py | 303 def fmt_states(device: str, indent: str, needs_sleep: bool) -> str: 397 for device in DEVICES: 398 if re.match(device.pattern, m.group(1)): 399 current_device = device
|
/Zephyr-latest/drivers/sensor/ |
D | default_rtio_sensor.c | 23 static void sensor_submit_fallback(const struct device *dev, struct rtio_iodev_sqe *iodev_sqe); 28 const struct device *dev = cfg->sensor; in sensor_iodev_submit() 118 const struct device *dev = cfg->sensor; in sensor_submit_fallback_sync() 264 static void sensor_submit_fallback(const struct device *dev, struct rtio_iodev_sqe *iodev_sqe) in sensor_submit_fallback()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap_usb.c | 66 static void usb_data_request_cb(const struct device *dev) in usb_data_request_cb() 116 static void usb_data_written_cb(const struct device *dev, struct net_buf *buf, size_t size) in usb_data_written_cb() 374 static void usb_data_received_cb(const struct device *dev, struct net_buf *buf, size_t size) in usb_data_received_cb() 525 const struct device *hs_dev = DEVICE_DT_GET(DT_NODELABEL(hs_0)); in bap_usb_init()
|