Searched refs:device (Results 3926 – 3950 of 5222) sorted by relevance
1...<<151152153154155156157158159160>>...209
/Zephyr-latest/doc/develop/flash_debug/ |
D | probes.rst | 16 connect to the device running Zephyr using the JTAG or SWD protocols. Debug 116 1. SWO trace end point: this virtual device is used by MCUXpresso to retrieve 198 1. SWO trace end point: this virtual device is used by MCUXpresso to retrieve 298 device called **BOOTLOADER** or **MAINTENANCE** will enumerate. If the 299 enumerated device is named **BOOTLOADER**, please first update the bootloader 303 #. Copy the OpenSDA firmware binary to the USB mass storage device. 306 should see three USB devices enumerate: a CDC device (serial port), a HID 307 device (debug port), and a mass storage device (drag-and-drop flash 336 device called **BOOTLOADER** or **MAINTENANCE** will enumerate. If the 337 enumerated device is named **BOOTLOADER**, please first update the bootloader [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 30 sub-commands. Every time the device boots up, make sure to call ``mesh init`` before any of the 41 time the device boots up, as the device will remember its provisioning data between reboots. 43 The simplest way to provision the device is through self-provisioning. To do this the user must 44 provision the device with the default network key and address ``0x0001``, execute:: 50 the device into an existing network, the unprovisioned beacon can be enabled with 77 Next, since the device has no application keys by default, it's a good idea to add one:: 96 the device will only send packets to itself. To change the destination address to the All Nodes 105 To change the configuration of the device, the destination address must be set back to the 193 the shell's control. The network key must already be added to the device, either through 204 modules outside the shell's control. The application key must already be added to the device [all …]
|
/Zephyr-latest/samples/subsys/zbus/remote_mock/ |
D | README.rst | 10 This application demonstrates how a host script can publish to the zbus in an embedded device using… 11 The device sends information to the script running on a computer host. Then, the script sends back … 13 …ge on a computer to talk directly via channels with threads running on a device. Furthermore, it g…
|
/Zephyr-latest/boards/silabs/starter_kits/slstk3401a/doc/ |
D | index.rst | 94 - A USB connection to the host computer, which exposes a mass storage device and a 96 - A serial flash device, which implements the USB flash disk file storage. 111 should see a USB connection which exposes a mass storage device(SLSTK3401A).
|
/Zephyr-latest/drivers/input/ |
D | input_xpt2046.c | 29 const struct device *dev; 76 static void xpt2046_isr_handler(const struct device *dev, struct gpio_callback *cb, uint32_t pins) in xpt2046_isr_handler() 192 static int xpt2046_init(const struct device *dev) in xpt2046_init()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_config.rst | 34 automatically configured when the device is started." 38 ``net_config_init()`` will return error during the device startup." 70 is automatically enabled and run during the device boot. In this case,
|
/Zephyr-latest/drivers/can/ |
D | Kconfig | 24 CAN driver device initialization priority. 74 bool "CAN controller device statistics" 77 Enable CAN controller device statistics.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.native_tap | 36 string "Host ethernet TUN/TAP device name" 39 This option sets the TUN/TAP device name in your host system. 119 string "Host ethernet TUN/TAP device name (deprecated)"
|
/Zephyr-latest/dts/arm/nuvoton/npcm/ |
D | npcm.dtsi | 9 /* Macros for device tree declarations of npcm soc family */
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | Kconfig | 25 DSP Communication Widget is a device for generic sideband message transmit/receive.
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | mem_window.c | 21 __imr int mem_win_init(const struct device *dev) in mem_win_init()
|
/Zephyr-latest/drivers/sensor/st/vl53l0x/ |
D | vl53l0x_platform.h | 33 const struct device *i2c;
|
/Zephyr-latest/subsys/logging/ |
D | log_link_ipc_service.c | 64 const struct device *ipc_instance = DEVICE_DT_GET(DT_CHOSEN(zephyr_log_ipc)); in link_ipc_service_init()
|
/Zephyr-latest/boards/bbc/microbit_v2/ |
D | board.cmake | 5 board_runner_args(jlink "--device=nRF52833_xxAA" "--speed=4000")
|
/Zephyr-latest/boards/nxp/mimxrt1180_evk/ |
D | CMakeLists.txt | 15 "update your flash configuration or device configuration data blocks")
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_rf2xx.h | 98 const struct device *dev;
|
D | ieee802154_mcxw.h | 78 const struct device *counter;
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_arcv2_irq_unit.c | 139 static int arc_irq_init(const struct device *dev) in arc_irq_init()
|
/Zephyr-latest/drivers/peci/ |
D | Kconfig | 25 PECI device driver initialization priority.
|
/Zephyr-latest/soc/renesas/smartbond/da1469x/ |
D | Kconfig.defconfig | 38 # the device consumes the lowest possible current
|
/Zephyr-latest/include/zephyr/sensing/ |
D | sensing.h | 240 const struct device *dev, struct sensing_callback_list *cb_list,
|
/Zephyr-latest/soc/st/stm32/stm32u5x/ |
D | power.c | 31 static void pwr_stop3_isr(const struct device *dev) in pwr_stop3_isr()
|
/Zephyr-latest/tests/drivers/clock_control/pwm_clock/src/ |
D | main.c | 15 static const struct device *clk_dev = DEVICE_DT_GET(DT_CLOCKS_CTLR(NODELABEL));
|
/Zephyr-latest/tests/drivers/stepper/drv8424/emul/src/ |
D | main.c | 17 const struct device *dev;
|
/Zephyr-latest/tests/boards/mtk_adsp/src/ |
D | main.c | 64 static void mbox_fn(const struct device *mbox, void *arg) in mbox_fn()
|
1...<<151152153154155156157158159160>>...209