Home
last modified time | relevance | path

Searched refs:device (Results 3676 – 3700 of 4950) sorted by relevance

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

/Zephyr-latest/samples/bluetooth/broadcaster/
DREADME.rst13 indicating how many advertising packets the device has sent
/Zephyr-latest/samples/drivers/led/sx1509b_intensity/src/
Dmain.c19 const struct device *sx1509b_dev;
/Zephyr-latest/modules/canopennode/
DCO_driver_target.h87 const struct device *dev;
/Zephyr-latest/tests/boards/altera_max10/qspi/src/
Dqspi_flash.c19 const struct device *flash_dev; in ZTEST()
/Zephyr-latest/boards/bbc/microbit_v2/
Dboard.cmake5 board_runner_args(jlink "--device=nRF52833_xxAA" "--speed=4000")
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
D_controller_tests_inner.sh92 -T $TEST_MODULE -C $TEST_FILE -v=${VERBOSITY_LEVEL_EDTT} -S -l --low-level-device-nbr=3 \
/Zephyr-latest/tests/drivers/retained_mem/api/src/
Dmain.c10 const static struct device *retained_mem_test_device = DEVICE_DT_GET(DT_ALIAS(
/Zephyr-latest/tests/drivers/mipi_dsi/api/src/
Dmain.c17 static const struct device *const mipi_dev = DEVICE_DT_GET(DT_ALIAS(mipi_dsi));
/Zephyr-latest/tests/drivers/mspi/api/boards/
Dapollo3p_evb.overlay28 compatible = "zephyr,mspi-emul-device";
/Zephyr-latest/tests/subsys/pm/device_wakeup_api/src/
Dmain.c12 static const struct device *const dev =
/Zephyr-latest/tests/subsys/sd/sdio/src/
Dmain.c13 static const struct device *sdhc_dev = DEVICE_DT_GET(DT_ALIAS(sdhc0));
/Zephyr-latest/dts/arm/st/f1/
Dstm32f100Xb.dtsi4 * SoC device tree include for STM32F100xB SoCs
/Zephyr-latest/tests/drivers/fuel_gauge/max17048/src/
Dtest_max17048.c17 const struct device *dev;
/Zephyr-latest/doc/services/tfm/
Doverview.rst20 * Management of device secrets (keys, etc.)
23 * Proof of device identity (device attestation)
186 our device will be initially configured, and any secure services will be
189 Note that the starting state of our device is controlled by the secure firmware,
218 Key and secret management is a critical part of any secure device. You need to
239 every TF-M device must provide. This device-unique key is used by the
242 can't be decrypted if they are removed and placed on a new device, since each
243 device has its own unique HUK used while encrypting the memory contents
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig107 This config specifies time (in seconds) the device should stay online
411 bool "Use settings to store error codes across device resets"
414 Store the device error code list in settings. Ensures error list can
415 be transferred to LwM2M server even if the device is reset.
418 int "Maximum # of device power source records"
422 This value sets the maximum number of power source data that a device
427 int "Maximum # of device obj error codes to store"
431 This value sets the maximum number of error codes that the device
435 int "Maximum # of device obj external device info to store"
439 This value sets the maximum number of external device info that the
[all …]
/Zephyr-latest/doc/develop/flash_debug/
Dprobes.rst16 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/
Dshell.rst30 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/drivers/input/
Dinput_xpt2046.c29 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/drivers/interrupt_controller/
Dintc_nxp_irqsteer.c275 const struct device *dev;
578 __maybe_unused static int irqstr_pm_action(const struct device *dev, in irqstr_pm_action()
585 static int irqsteer_init(const struct device *dev) in irqsteer_init()
/Zephyr-latest/samples/subsys/zbus/remote_mock/
DREADME.rst10 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/doc/connectivity/networking/api/
Dnet_config.rst34 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/boards/waveshare/rp2040_zero/doc/
Dindex.rst15 - USB 1.1 with device and host support.
117 …e you connect the USB port, it will appear on the host as a mass storage device. In alternative wi…
123 …file at ``build/zephyr/zephyr.uf2 file`` and simply drag-and-drop to the device after entreing the…
/Zephyr-latest/drivers/can/
DKconfig24 CAN driver device initialization priority.
74 bool "CAN controller device statistics"
77 Enable CAN controller device statistics.
/Zephyr-latest/tests/net/iface/src/
Dmain.c81 static uint8_t *net_iface_get_mac(const struct device *dev) in net_iface_get_mac()
109 static int dev_init(const struct device *dev) in dev_init()
118 static int sender_iface(const struct device *dev, struct net_pkt *pkt) in sender_iface()
205 const struct device *dev = net_if_get_device(iface); in eth_fake_iface_init()
217 static int eth_fake_send(const struct device *dev, in eth_fake_send()
226 static enum ethernet_hw_caps eth_fake_get_capabilities(const struct device *dev) in eth_fake_get_capabilities()
231 static int eth_fake_set_config(const struct device *dev, in eth_fake_set_config()
262 static int eth_fake_init(const struct device *dev) in eth_fake_init()
330 const struct device *dev; in iface_setup()
/Zephyr-latest/subsys/logging/
Dlog_link_ipc_service.c64 const struct device *ipc_instance = DEVICE_DT_GET(DT_CHOSEN(zephyr_log_ipc)); in link_ipc_service_init()

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