Home
last modified time | relevance | path

Searched refs:device (Results 4151 – 4175 of 4950) sorted by relevance

1...<<161162163164165166167168169170>>...198

/Zephyr-latest/samples/fuel_gauge/max17048/
DREADME.rst42 Found device "max17048@36", getting fuel gauge data
/Zephyr-latest/boards/raspberrypi/rpi_pico/
Dboard.cmake28 board_runner_args(jlink "--device=RP2040_M0_0")
/Zephyr-latest/drivers/bbram/
Dbbram_microchip_mcp7940n_emul.c31 static int mcp7940n_emul_init(const struct emul *target, const struct device *parent) in mcp7940n_emul_init()
/Zephyr-latest/tests/boards/nrf/i2c/i2c_slave/src/
Dmain.c48 const struct device *dev;
/Zephyr-latest/tests/subsys/fs/fcb/src/
Dmain.c160 const struct device *dev; in ZTEST()
/Zephyr-latest/tests/drivers/regulator/voltage/src/
Dmain.c19 static const struct device *regs[] = {
/Zephyr-latest/include/zephyr/drivers/rtc/
Dmcp7940n.h195 int mcp7940n_rtc_set_time(const struct device *dev, time_t unix_time);
/Zephyr-latest/tests/subsys/display/cfb/basic/src/
Ddraw_line.c18 static const struct device *dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_display));
Ddraw_point.c18 static const struct device *dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_display));
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
DCMakeLists.txt13 "update your flash configuration or device configuration data blocks")
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-arch.rst114 corresponding device tree node is enabled.
125 disabled, typically by disabling the corresponding device tree node. This is done
126 together with enabling the device tree node for some other HCI driver and making
127 sure that the ``zephyr,bt-hci`` device tree chosen property points at it.
140 corresponding device tree node is enabled.
/Zephyr-latest/boards/ti/cc3235sf_launchxl/doc/
Dindex.rst98 This should result in a new device "Texas Instruments XDS110 Embed
186 When using OpenOCD from Zephyr SDK to flash the device, you may notice
187 the program hangs when starting the network processor on the device, if the
190 on the board to properly reset the device after flashing.
210 It is available as a Zephyr Wi-Fi device driver in
/Zephyr-latest/boards/nxp/lpcxpresso55s69/doc/
Dindex.rst25 - High and full speed USB ports with micro A/B connector for host or device
78 | HWINFO | on-chip | Unique device serial number |
80 | USB HS | on-chip | USB High Speed device |
82 | USB FS | on-chip | USB Full Speed device |
344 JLinkExe -device lpc55s69 -if swd -speed 2000 -autoconnect 1
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst197 * :github:`1793` - I2S device APIs and Drivers
257 * :github:`3704` - Move all X86 boards to device tree
283 * :github:`4351` - arduino_101: USB device is not listed after flashing with a Zephyr sample
299 * :github:`4666` - x86 device trees need interrupt controller nodes
309 * :github:`4828` - device tree: Introduce bus objects (i2c-device)
320 * :github:`5101` - LwM2M: device hang after requesting a firmware update to a loopback device IP
368 * :github:`5486` - Bluetooth: Cannot connect to prevoiusly disconnected device when BT_PRIVACY is e…
414 * :github:`5760` - doc: device.h defines device_power_management_api group twice
472 * :github:`6231` - samples/bluetooth/eddystone: failed to connect with central device
488 * :github:`6323` - "SPI master port SPI_1 not found* when porting spi ethernet device enc28j60 on s…
/Zephyr-latest/drivers/usb/device/
Dusb_dc_it82xx2.c127 const struct device *wucs;
159 const struct device *dev;
192 const struct device *dev = DEVICE_DT_GET(DT_NODELABEL(usb0)); in it82xx2_get_usb_regs()
234 static void it82xx2_enable_wu90_irq(const struct device *dev, bool enable) in it82xx2_enable_wu90_irq()
248 static void it82xx2_wu90_isr(const struct device *dev) in it82xx2_wu90_isr()
256 static void it8xxx2_usb_dc_wuc_init(const struct device *dev) in it8xxx2_usb_dc_wuc_init()
1593 static int it82xx2_usb_dc_init(const struct device *dev) in it82xx2_usb_dc_init()
/Zephyr-latest/drivers/serial/
DKconfig.nrfx_uart_instance79 This option is irrelevant when device power management (PM) is enabled
80 because then device state is controlled by the PM actions.
/Zephyr-latest/drivers/wifi/esp_at/
DKconfig.esp_at86 lost if the driver cannot empty the device buffer quickly enough.
92 How long to wait for device to become ready after AT+RST has been
/Zephyr-latest/cmake/linker/armlink/
Dtarget.cmake3 set_property(TARGET linker PROPERTY devices_start_symbol "Image$$device$$Base")
96 … files are used because we want to be able to use `__device_end` instead of `Image$$device$$Limit`.
/Zephyr-latest/boards/others/stm32f401_mini/doc/
Dindex.rst30 - USB 2.0 full-speed device/host/OTG controller with on-chip PHY
62 | USB OTG FS | on-chip | USB device |
/Zephyr-latest/samples/boards/espressif/flash_encryption/
DREADME.rst51 When enabling the Flash Encryption, user can encrypt the content either using a device
54 through eFuse burning on the device, all read and write operations are decrypted/encrypted
/Zephyr-latest/samples/net/virtual/src/
Dmain.c82 static int virtual_test_interface_start(const struct device *dev) in virtual_test_interface_start()
101 static int virtual_test_interface_stop(const struct device *dev) in virtual_test_interface_stop()
/Zephyr-latest/boards/arduino/nano_33_iot/doc/
Dindex.rst59 | USB | on-chip | USB device |
104 The SAMD21 MCU has a USB device port that can be used to communicate
/Zephyr-latest/boards/adafruit/feather_m0_basic_proto/doc/
Dindex.rst48 | USB | on-chip | USB device |
91 The SAMD21 MCU has a USB device port that can be used to communicate
/Zephyr-latest/kernel/
DCMakeLists.txt7 ${ZEPHYR_BASE}/include/zephyr/device.h
54 device.c
/Zephyr-latest/boards/arduino/zero/doc/
Dindex.rst53 | USB | on-chip | USB device |
100 The SAMD21 MCU has a USB device port that can be used to communicate

1...<<161162163164165166167168169170>>...198