Home
last modified time | relevance | path

Searched refs:device (Results 4576 – 4600 of 5222) sorted by relevance

1...<<181182183184185186187188189190>>...209

/Zephyr-latest/tests/boards/espressif/cache_coex/src/
Dcache_coex.c29 static const struct device *const flash_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_flash_controller));
/Zephyr-latest/subsys/task_wdt/
DKconfig28 This option allows to specify a hardware watchdog device in the
/Zephyr-latest/lib/utils/
DKconfig42 rails, clocks, and binary device power management.
/Zephyr-latest/samples/drivers/display/
DREADME.rst5 Draw basic rectangles on a display device.
/Zephyr-latest/samples/drivers/adc/adc_sequence/
DREADME.rst17 This example constructs an adc device and setups its channels, according to the
/Zephyr-latest/modules/lvgl/
Dlvgl.c229 const struct device *display_dev = DEVICE_DT_GET(DISPLAY_NODE); in lvgl_init()
/Zephyr-latest/tests/drivers/input/tsc_keys/src/
Dtest_stm32_tsc.c50 const struct device *dev = DEVICE_DT_GET(TSC_NODE); in ZTEST()
/Zephyr-latest/samples/sensor/thermometer/
DREADME.rst61 Temperature device is 0x525c, name is tcn75a@48
/Zephyr-latest/samples/boards/nordic/battery/src/
Dbattery.c69 const struct device *adc;
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/
DREADME.rst40 in its device tree.
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst210 Previously, an instance of this device could have been defined like this:
239 * The driver for :dtcompatible:`invensense,icm42688` now correctly supports device
332 must now be declared within a MIPI DBI driver wrapper device, which will
351 /* New display definition with MIPI DBI device */
376 must now be declared within a MIPI DBI driver wrapper device, which will
395 /* New display definition with MIPI DBI device */
419 now be declared within a MIPI DBI driver wrapper device, which will manage
437 /* New display definition with MIPI DBI device */
459 must now be declared within a MIPI DBI driver wrapper device, which will
478 /* New display definition with MIPI DBI device */
[all …]
Drelease-notes-3.4.rst17 * USB device controller API (UDC API) and nRF USBD controller driver.
18 * USB device stack implementation using new UDC API.
236 been dropped. This function will now just reboot the device without changing
260 * :c:macro:`SYS_INIT` callback no longer requires a :c:struct:`device` argument.
670 * Added an option to validate device initialization priorities at build time.
677 expansions, e.g. in device definition macros.
782 * STM32: Resolutions are now listed in the device tree for each ADC instance
783 * STM32: Sampling times are now listed in the device tree for each ADC instance
885 its contents over a device reboot.
908 * STM32: Domain clock should now be configured by device tree.
[all …]
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/doc/
Dindex.rst95 Connect your device to your host computer using the USB port.
97 Build the Zephyr kernel and application, then flash it to the device:
/Zephyr-latest/boards/ite/it8xxx2_evb/doc/
Dindex.rst50 In order to upload the application to the device,
139 For example, open device manager to find the USB Serial Port(COM4) and use your
/Zephyr-latest/boards/ite/it82xx2_evb/doc/
Dindex.rst46 In order to upload the application to the device,
136 For example, open device manager to find the USB Serial Port(COM4) and use your
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst88 const struct device *inst0;
142 const struct device *inst0;
/Zephyr-latest/drivers/ethernet/
Deth_xlnx_gem_priv.h514 static void eth_xlnx_gem##port##_irq_config(const struct device *dev)\
541 typedef void (*eth_xlnx_gem_config_irq_t)(const struct device *dev);
/Zephyr-latest/dts/arm/nordic/
Dnrf52832.dtsi137 zephyr,pm-device-runtime-auto;
173 zephyr,pm-device-runtime-auto;
215 zephyr,pm-device-runtime-auto;
/Zephyr-latest/boards/wiznet/w5500_evb_pico/doc/
Dindex.rst24 - USB 1.1 controller (host/device)
168 button pressed, it will appear on the host as a mass storage device. The
169 UF2 file should be drag-and-dropped to the device, which will flash the Pico.
/Zephyr-latest/doc/hardware/cache/
Dguide.rst71 handling memory attributes in the device tree.
73 * Annotate your device tree according to :ref:`mem_mgmt_api`.
83 /* SRAM4 marked as uncached in device tree */
/Zephyr-latest/boards/native/doc/
Dbsim_boards_design.rst162 the specific device we are simulating.
180 the simulated device.
249 The communication between a Zephyr device and other simulated devices is
256 :alt: Communication between a Zephyr device and other simulated devices
259 Communication between a Zephyr device and other simulated devices
291 will be printed to the console (stdout) together with all other device messages.
346 simulation device number and simulation id (when connected to a phy), etc.
/Zephyr-latest/doc/develop/flash_debug/
Dhost-tools.rst59 3. Build and flash the SAM-BA bootloader on the device.
77 3. Build and flash the SAM-BA bootloader on the device.
278 …west flash --runner=linkserver --override /device/memory/5/flash-driver=MIMXRT500_SFDP_MXIC_OSPI_S…
308 J-Link GDB Server and Commander, and to install the associated USB device
421 the necessary debug host tools and associated USB device drivers.
424 the target device. Consult the product release notes for more information.
493 It provides an easy-to-use and efficient environment for reading, writing, and verifying device mem…
/Zephyr-latest/dts/common/nordic/
Dnrf54h20.dtsi878 zephyr,pm-device-runtime-auto;
1004 zephyr,pm-device-runtime-auto;
1050 zephyr,pm-device-runtime-auto;
1137 zephyr,pm-device-runtime-auto;
1183 zephyr,pm-device-runtime-auto;
1270 zephyr,pm-device-runtime-auto;
1316 zephyr,pm-device-runtime-auto;
1403 zephyr,pm-device-runtime-auto;
1449 zephyr,pm-device-runtime-auto;
/Zephyr-latest/soc/mediatek/mt8xxx/
DKconfig.defconfig96 # This single-core device doesn't have S32C1I and so has no built-in
/Zephyr-latest/subsys/bindesc/
Dbindesc_read.c133 const struct device *flash_device) in bindesc_open_flash()

1...<<181182183184185186187188189190>>...209