Searched refs:device (Results 3801 – 3825 of 4950) sorted by relevance
1...<<151152153154155156157158159160>>...198
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme.h | 424 const struct device *dev; 465 static inline void nvme_lock(const struct device *dev) in nvme_lock() 472 static inline void nvme_unlock(const struct device *dev) in nvme_unlock()
|
/Zephyr-latest/samples/net/dns_resolve/ |
D | README.rst | 10 This application will setup IP address for the device, and then 120 CONFIG_NET_HOSTNAME="zephyr-device" 155 Use 'dmesg' to find the right USB device.
|
/Zephyr-latest/doc/services/resource_management/ |
D | index.rst | 8 clocks, other peripherals, and binary device power management. The 9 complexity of properly managing multiple consumers of a device in a 28 and binary device power management.
|
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | eth_dwc_xgmac_priv.h | 371 typedef void (*eth_config_irq_t)(const struct device *port); 372 typedef void (*eth_enable_irq_t)(const struct device *port, bool en); 657 const struct device *dev;
|
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/ |
D | main.c | 36 static const struct device *const hci_uart_dev = 159 static int h4_read(const struct device *uart, uint8_t *buf, size_t len) in h4_read() 360 static void bt_uart_isr(const struct device *unused, void *user_data) in bt_uart_isr()
|
/Zephyr-latest/tests/net/dhcpv4/client/src/ |
D | main.c | 242 static int net_dhcpv4_dev_init(const struct device *dev) in net_dhcpv4_dev_init() 251 static uint8_t *net_dhcpv4_get_mac(const struct device *dev) in net_dhcpv4_get_mac() 410 static int tester_send(const struct device *dev, struct net_pkt *pkt) in tester_send()
|
/Zephyr-latest/doc/services/debugging/ |
D | gdbstub.rst | 18 TCP/IP. Zephyr currently supports only serial device communication. 52 property of the chosen node to the spare UART device so that :c:func:`printk` 53 and log messages are not being printed to the same UART device used for GDB. 55 * For boards with only one UART device, :c:func:`printk` and logging 56 must be disabled if they are also using the same UART device for output. 77 target remote <serial device>
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_3.rst | 31 Read/write setting command allows updating a setting entry on a device or 32 getting the current value of a setting from a device. 125 | | the device supports, equivalent to | 229 Delete setting command allows deleting a setting on a device. 320 device. 396 on a device.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | CMakeLists.txt | 28 "use, as all files on the filesystem can be manipulated by a remote device. See "
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_dw.h | 16 typedef void (*dw_ictl_config_irq_t)(const struct device *dev);
|
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/ |
D | ghrd_10m50da.qpf | 7 # (including device programming or simulation files), and any
|
/Zephyr-latest/drivers/retained_mem/ |
D | Kconfig | 8 device is powered (may be lost in low power states).
|
/Zephyr-latest/drivers/sensor/apds9253/ |
D | apds9253.h | 100 const struct device *dev;
|
/Zephyr-latest/drivers/mfd/ |
D | mfd_npm6001.c | 38 static int mfd_npm6001_init(const struct device *dev) in mfd_npm6001_init()
|
/Zephyr-latest/drivers/misc/nordic_vpr_launcher/ |
D | nordic_vpr_launcher.c | 32 static int nordic_vpr_launcher_init(const struct device *dev) in nordic_vpr_launcher_init()
|
/Zephyr-latest/drivers/modem/ |
D | modem_context.c | 83 struct modem_context *modem_context_from_iface_dev(const struct device *dev) in modem_context_from_iface_dev()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ethernet.rst | 38 Not all Ethernet device drivers support all of these features. You can
|
/Zephyr-latest/drivers/counter/ |
D | counter_ace_v1x_art.c | 75 int counter_ace_v1x_art_get_value(const struct device *dev, uint64_t *value) in counter_ace_v1x_art_get_value()
|
/Zephyr-latest/samples/sensor/magn_trig/ |
D | README.rst | 10 the available device that implements SENSOR_TRIG_DATA_READY and SENSOR_CHAN_MAGN_*.
|
/Zephyr-latest/drivers/display/ |
D | display_ili9340.c | 13 int ili9340_regs_init(const struct device *dev) in ili9340_regs_init()
|
/Zephyr-latest/samples/drivers/led/is31fl3194/ |
D | README.rst | 16 any board where the devicetree has an I2C device node with compatible
|
/Zephyr-latest/tests/drivers/spi/spi_error_cases/boards/ |
D | nrf54h20dk_nrf54h20_cpuapp_fast.overlay | 63 compatible = "vnd,spi-device";
|
/Zephyr-latest/samples/subsys/sensing/simple/ |
D | README.rst | 11 two sensors, with the underlying device bmi160 emulator, and gets the sensor
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | cfg_cli.rst | 12 :ref:`bluetooth_mesh_models_cfg_srv` model using the device key of the target
|
/Zephyr-latest/tests/bluetooth/shell/src/ |
D | main.c | 127 const struct device *dev; in main()
|
1...<<151152153154155156157158159160>>...198