Home
last modified time | relevance | path

Searched refs:device (Results 3626 – 3650 of 4950) sorted by relevance

1...<<141142143144145146147148149150>>...198

/Zephyr-latest/boards/bbc/microbit/
Dboard.cmake4 board_runner_args(jlink "--device=nRF51822_xxAA" "--speed=4000")
/Zephyr-latest/subsys/random/
Drandom_xoshiro128.c35 static const struct device *const entropy_driver =
/Zephyr-latest/drivers/i3c/
Di3c_ibi_workq.c89 int i3c_ibi_work_enqueue_hotjoin(const struct device *dev) in i3c_ibi_work_enqueue_hotjoin()
116 int i3c_ibi_work_enqueue_cb(const struct device *dev, in i3c_ibi_work_enqueue_cb()
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_bus_uart.c34 const struct device *dev;
56 static void eswifi_iface_uart_isr(const struct device *uart_dev, in eswifi_iface_uart_isr()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_gpio_stm32wb0.c105 const struct device *const dev = DEVICE_DT_GET(INTC_NODE); in irq_cb_wrp_for_line()
170 static int stm32wb0_gpio_intc_init(const struct device *dev) in stm32wb0_gpio_intc_init()
/Zephyr-latest/snippets/xen_dom0/
DREADME.rst38 * take and compile sample device tree from :file:`example/` directory
48 -device loader,file=<path to Zephyr app build>/zephyr.bin,addr=0x40600000 \
/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_netc_vsi.c36 const struct device *dev = net_if_get_device(iface); in nxp_s32_eth_iface_init()
92 const struct device *dev = DEVICE_DT_INST_GET(n); \
/Zephyr-latest/samples/subsys/ipc/openamp/remote/src/
Dmain.c25 static const struct device *const ipm_handle =
79 static void platform_ipm_callback(const struct device *dev, void *context, in platform_ipm_callback()
/Zephyr-latest/samples/subsys/shell/devmem_load/
DREADME.md2 This module add a `devmem load` command that allows data to be loaded into device memory.
5 After using a command in the Zephyr shell, the device reads all transferred data and writes to an a…
/Zephyr-latest/samples/modules/canopennode/src/
Dmain.c32 const struct device *dev;
143 static void button_isr_callback(const struct device *port, in button_isr_callback()
/Zephyr-latest/doc/services/modem/
Dindex.rst59 decouple the creation and setup of modem pipes in device drivers from
63 use the modem pipelink between device driver and application.
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/
DREADME.rst11 a video capture device, write a frame count message to the console, and then send
17 This sample requires a supported :ref:`video capture device <video_api>` (e.g., a camera)
/Zephyr-latest/tests/drivers/sdhc/src/
Dmain.c12 static const struct device *const sdhc_dev = DEVICE_DT_GET(DT_ALIAS(sdhc0));
103 void sdhc_interrupt_cb(const struct device *dev, int source, const void *data) in sdhc_interrupt_cb()
/Zephyr-latest/samples/boards/st/sensortile_box_pro/sensors-on-board/
DREADME.rst23 through USB. The board shows up as a USB CDC class standard device.
50 Replace :code:`<tty_device>` with the correct device path automatically created on
/Zephyr-latest/include/zephyr/sys/
Ddevice_mmio.h197 #define DEVICE_MMIO_RAM_PTR(device) (mm_reg_t *)((device)->data) argument
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86.dts61 device-id = <0x8406>;
74 device-id = <0x100e>;
/Zephyr-latest/tests/boards/espressif/wifi/
DKconfig19 It allows you to specify the Wi-Fi SSID that the device will
27 during test scenarios. The device will use this password to authenticate
/Zephyr-latest/tests/net/icmpv4/src/
Dmain.c142 static int net_icmpv4_dev_init(const struct device *dev) in net_icmpv4_dev_init()
151 static uint8_t *net_icmpv4_get_mac(const struct device *dev) in net_icmpv4_get_mac()
291 static int tester_send(const struct device *dev, struct net_pkt *pkt) in tester_send()
/Zephyr-latest/tests/drivers/uart/uart_emul/src/
Dbus.c23 const struct device *dev;
182 static void uart_emul_isr(const struct device *dev, void *user_data) in uart_emul_isr()
242 static void uart_emul_callback(const struct device *dev, struct uart_event *evt, void *user_data) in uart_emul_callback()
318 static void uart_emul_callback_rx_timeout(const struct device *dev, struct uart_event *evt, in uart_emul_callback_rx_timeout()
/Zephyr-latest/boards/nxp/rddrone_fmuk66/doc/
Dindex.rst71 | USB | on-chip | USB device |
96 overlaying the board device tree.
102 device and host functions through its micro USB connector (K66F USB).
103 Only USB device function is supported in Zephyr at the moment.
/Zephyr-latest/drivers/sensor/nxp/qdec_nxp_s32/
Dqdec_nxp_s32.c66 static void qdec_emios_overflow_count_cw_callback(const struct device *dev) in qdec_emios_overflow_count_cw_callback()
73 static void qdec_emios_overflow_count_ccw_callback(const struct device *dev) in qdec_emios_overflow_count_ccw_callback()
80 static int qdec_s32_fetch(const struct device *dev, enum sensor_channel ch) in qdec_s32_fetch()
108 static int qdec_s32_ch_get(const struct device *dev, enum sensor_channel ch, in qdec_s32_ch_get()
131 static int qdec_s32_initialize(const struct device *dev) in qdec_s32_initialize()
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_h5.c147 static inline int stm32_clock_control_on(const struct device *dev, in stm32_clock_control_on()
169 static inline int stm32_clock_control_off(const struct device *dev, in stm32_clock_control_off()
187 static inline int stm32_clock_control_configure(const struct device *dev, in stm32_clock_control_configure()
209 static int stm32_clock_control_get_subsys_rate(const struct device *dev, in stm32_clock_control_get_subsys_rate()
708 int stm32_clock_control_init(const struct device *dev) in stm32_clock_control_init()
/Zephyr-latest/drivers/sensor/nordic/npm1300_charger/
Dnpm1300_charger.c16 const struct device *mfd;
221 int npm1300_charger_channel_get(const struct device *dev, enum sensor_channel chan, in npm1300_charger_channel_get()
273 int npm1300_charger_sample_fetch(const struct device *dev, enum sensor_channel chan) in npm1300_charger_sample_fetch()
370 static int npm1300_charger_attr_get(const struct device *dev, enum sensor_channel chan, in npm1300_charger_attr_get()
451 static int npm1300_charger_attr_set(const struct device *dev, enum sensor_channel chan, in npm1300_charger_attr_set()
502 int npm1300_charger_init(const struct device *dev) in npm1300_charger_init()
/Zephyr-latest/drivers/mipi_dsi/
Ddsi_stm32.c38 const struct device *rcc;
59 static void mipi_dsi_stm32_log_config(const struct device *dev) in mipi_dsi_stm32_log_config()
136 static int mipi_dsi_stm32_host_init(const struct device *dev) in mipi_dsi_stm32_host_init()
233 static int mipi_dsi_stm32_attach(const struct device *dev, uint8_t channel, in mipi_dsi_stm32_attach()
313 static ssize_t mipi_dsi_stm32_transfer(const struct device *dev, uint8_t channel, in mipi_dsi_stm32_transfer()
395 static int mipi_dsi_stm32_init(const struct device *dev) in mipi_dsi_stm32_init()
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/
DREADME.rst5 Implement an MQTT-based IoT sensor/actuator device
10 This sample demonstrates the implementation of an IoT sensor/actuator device.
62 ``SENSOR_CHAN`` :file:`in device.c` to match the desired sensor type.
117 The device, gateway, and DNS server IP addresses should be set according to
174 Supported commands (defined in :file:`device.c`):
217 [00:00:12.770,000] <inf> app_device: Executing device command: led_on

1...<<141142143144145146147148149150>>...198