Searched refs:device (Results 3926 – 3950 of 4950) sorted by relevance
1...<<151152153154155156157158159160>>...198
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 22 is an existing binding for your device in an authoritative location, you should 110 - If your device is manufactured by a specific vendor, then its compatible 117 - If your device is not manufactured by a specific hardware vendor, do **not** 126 a device driver handling that compatible. 229 - Configuration values that are specific to a Zephyr device driver. One example 233 behavior for an individual ``struct device``. Therefore, as a compromise,
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 34 allowing a single function to service a device that generates 95 to nested controllers and one device 'A' on line 4. 97 a LEVEL 3 nested controller and one device 'C' on line 3. 99 device 'B' on line 2. 100 * The LEVEL 3 controller has one device 'D' on line 2. 116 controller has device D on line 2, connected to the LEVEL 2 controller's line 118 Because of the encoding offset for LEVEL 2 and onward, device D is given the 269 #define MY_DEV_IRQ 24 /* device uses IRQ 24 */ 270 #define MY_DEV_PRIO 2 /* device uses interrupt priority 2 */ 271 /* argument passed to my_isr(), in this case a pointer to the device */ [all …]
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 354 Note this device does not yet have an :ref:`RTC API compatible driver <rtc_api>`. 358 **Entropy device** 359 An entropy device based on the host :c:func:`random` API. 360 This device will generate the same sequence of random numbers if initialized 377 Note that this device can only be used with Linux hosts. 398 controller for Zephyr. To do this the HCI device needs to be passed as 400 use ``sudo zephyr.exe --bt-dev=hci0``. Using the device requires root 402 ``zephyr.exe`` needs to be run through ``sudo``. The chosen HCI device 459 device can be configured through the native_sim board devicetree or Kconfig settings under 478 A driver is provided to read input events from a Linux evdev input device and [all …]
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf91_peripherals.dtsi | 162 zephyr,pm-device-runtime-auto; 178 zephyr,pm-device-runtime-auto; 194 zephyr,pm-device-runtime-auto; 210 zephyr,pm-device-runtime-auto;
|
/Zephyr-latest/samples/net/gptp/ |
D | README.rst | 29 embedded device like NXP FRDM-K64F, Nucleo-H743-ZI, Nucleo-H745ZI-Q, 46 mark the device as non AS capable and disable it. 95 network interface that is connected to your Zephyr device. 112 ERROR : GPTP [13:01:14:838] Using clock device: /dev/ptp0
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.thread | 43 prompt "OpenThread device type" 45 This option selects Thread network device type 237 The supervision check timeout interval in seconds used by a device in child state. 244 The supervision interval used by a parent device to send a supervision message
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | core.rst | 67 the RPL between reboots, will make the device vulnerable to replay attacks 76 device configuration persistently. When the stack configuration changes and 111 will make the device non-responsive for a noticeable amount of time. 120 and Bluetooth Mesh coexist on the same device, the application should allocate and
|
/Zephyr-latest/tests/drivers/can/shell/src/ |
D | main.c | 26 static const struct device *const fake_can_dev = DEVICE_DT_GET(DT_NODELABEL(fake_can)); 56 static int can_shell_test_capture_timing(const struct device *dev, const struct can_timing *timing) in can_shell_test_capture_timing() 65 static int can_shell_test_capture_filter(const struct device *dev, can_rx_callback_t callback, in can_shell_test_capture_filter() 77 static int can_shell_test_capture_frame(const struct device *dev, const struct can_frame *frame, in can_shell_test_capture_frame()
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 124 static int cmd_handle(const struct device *dev, struct net_buf *cmd, in cmd_handle() 233 static int driver_open(const struct device *dev, bt_hci_recv_t recv) in driver_open() 243 static int driver_send(const struct device *dev, struct net_buf *buf) in driver_send() 277 const struct device *dev = DEVICE_DT_GET(DT_DRV_INST(0)); in bt_recv_job_cb()
|
/Zephyr-latest/subsys/emul/ |
D | emul.c | 28 int emul_init_for_bus(const struct device *dev) in emul_init_for_bus()
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.mcux_lpspi | 21 that enable dma channels in their device tree node.
|
D | Kconfig.stm32 | 28 that enable dma channels in their device tree node.
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.cadence_nand | 4 # Macro to find node in device tree
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_hogs.c | 20 const struct device *port;
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_stm32_priv.h | 242 const struct device *dev;
|
/Zephyr-latest/samples/subsys/zbus/remote_mock/src/ |
D | mock_proxy.c | 17 const static struct device *uart_dev = DEVICE_DT_GET(DT_NODELABEL(uart1));
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | bme280_decoder.c | 120 int bme280_get_decoder(const struct device *dev, const struct sensor_decoder_api **decoder) in bme280_get_decoder()
|
/Zephyr-latest/doc/connectivity/usb/device/api/ |
D | usb_device.rst | 3 USB device stack API
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | kscan.rst | 14 connected matrix keyboard or any device with buttons such as joysticks.
|
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/boards/ |
D | qemu_cortex_a53.overlay | 49 device-id = <0x4106>; /* IVSHMEM */
|
/Zephyr-latest/samples/subsys/bindesc/read_bindesc/src/ |
D | main.c | 15 const struct device *flash = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
|
/Zephyr-latest/samples/subsys/console/echo/ |
D | README.rst | 42 the (interrupt-driven) console device doesn't work as expected:
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/remote/src/ |
D | main.c | 128 const struct device *ipc0_instance; in main()
|
/Zephyr-latest/drivers/dac/ |
D | Kconfig | 30 DAC driver device initialization priority.
|
/Zephyr-latest/drivers/display/ |
D | display_ili9342c.h | 93 int ili9342c_regs_init(const struct device *dev);
|
1...<<151152153154155156157158159160>>...198