Searched refs:device (Results 3951 – 3975 of 4950) sorted by relevance
1...<<151152153154155156157158159160>>...198
/Zephyr-latest/drivers/adc/ |
D | Kconfig.lmp90xxx | 49 Enable GPIO child device support in the LMP90xxx ADC driver.
|
/Zephyr-latest/samples/drivers/memc/boards/ |
D | apollo3p_evb.overlay | 36 compatible = "ambiq,mspi-device", "mspi-aps6404l";
|
/Zephyr-latest/samples/drivers/mspi/mspi_async/boards/ |
D | apollo3p_evb.overlay | 36 compatible = "ambiq,mspi-device", "mspi-aps6404l";
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk/doc/ |
D | index.rst | 15 ports: one for DAPLink interface and one for nRF52840 USB device controller.
|
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/ |
D | README.rst | 22 * A central device & monitor (e.g. nRF Connect) to check the advertiments and
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | od_srv.rst | 18 messages encrypted with the node's device key.
|
/Zephyr-latest/samples/boards/st/power_mgmt/standby_shutdown/src/ |
D | main.c | 57 void button_pressed(const struct device *dev, struct gpio_callback *cb, in button_pressed()
|
/Zephyr-latest/samples/drivers/audio/dmic/ |
D | README.rst | 18 The device to be used by the sample is specified by defining a devicetree node
|
/Zephyr-latest/samples/drivers/i2s/output/src/ |
D | main.c | 65 const struct device *dev_i2s = DEVICE_DT_GET(DT_ALIAS(i2s_tx)); in main()
|
/Zephyr-latest/samples/drivers/led/lp5569/ |
D | README.rst | 34 [00:00:00.361,694] <inf> app: Found LED device lp5569@32
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.loopback | 1 # CAN loopback device configuration options
|
/Zephyr-latest/drivers/charger/ |
D | emul_sbs_charger.c | 133 static int emul_sbs_sbs_charger_init(const struct emul *target, const struct device *parent) in emul_sbs_sbs_charger_init()
|
/Zephyr-latest/tests/drivers/build_all/ieee802154/boards/ |
D | native_sim.overlay | 29 /* one entry for every SPI device */
|
/Zephyr-latest/boards/contextualelectronics/abc/ |
D | contextualelectronics_abc.dts | 91 /* This SPI device is interfaced with the SD card. */
|
/Zephyr-latest/boards/native/native_posix/ |
D | Kconfig | 31 interact with some other driver/device which runs at real time.
|
/Zephyr-latest/tests/drivers/mspi/flash/boards/ |
D | apollo3p_evb.overlay | 31 compatible = "ambiq,mspi-device", "mspi-atxp032";
|
/Zephyr-latest/tests/subsys/edac/ibecc_cov/src/ |
D | ibecc.c | 100 const struct device *const dev = DEVICE_DT_GET(DEVICE_NODE); in ZTEST()
|
/Zephyr-latest/tests/drivers/pinctrl/gd32/boards/ |
D | gd32f403z_eval.overlay | 10 compatible = "vnd,pinctrl-device";
|
/Zephyr-latest/tests/drivers/gpio/gpio_enable_disable_interrupt/src/ |
D | main.c | 17 static void callback(const struct device *dev, struct gpio_callback *gpio_cb, uint32_t pins) in callback()
|
/Zephyr-latest/subsys/sensing/ |
D | sensor_mgmt.h | 61 static inline struct sensing_sensor *get_sensor_by_dev(const struct device *dev) in get_sensor_by_dev()
|
/Zephyr-latest/subsys/storage/flash_map/ |
D | flash_map.c | 108 const struct device *flash_area_get_device(const struct flash_area *fa) in flash_area_get_device()
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | isotp.c | 95 static void receive_can_tx(const struct device *dev, int error, void *arg) in receive_can_tx() 554 static void receive_can_rx(const struct device *dev, struct can_frame *frame, void *arg) in receive_can_rx() 615 int isotp_bind(struct isotp_recv_ctx *rctx, const struct device *can_dev, in isotp_bind() 759 static void send_can_tx_cb(const struct device *dev, int error, void *arg) in send_can_tx_cb() 850 static void send_can_rx_cb(const struct device *dev, struct can_frame *frame, void *arg) in send_can_rx_cb() 1192 static int send(struct isotp_send_ctx *sctx, const struct device *can_dev, in send() 1295 int isotp_send(struct isotp_send_ctx *sctx, const struct device *can_dev, in isotp_send() 1311 int isotp_send_ctx_buf(const struct device *can_dev, in isotp_send_ctx_buf() 1335 int isotp_send_net_ctx_buf(const struct device *can_dev, in isotp_send_net_ctx_buf() 1359 int isotp_send_buf(const struct device *can_dev, in isotp_send_buf()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 228 * Fixed device deferred initialization in case of ARC MWDT toolchain 283 * Any device initialization can be deferred if its associated devicetree node 284 has the special ``zephyr,deferred-init`` property set. The device can be 328 It works as a device that is the gateway of the audio. The typical device acting as Audio 329 Gateway is a cellular phone. It controls the device (Hands-free Unit), that is the remote 599 ``adc_nrfx_saadc.c`` device driver. 696 * Added a loopback disk driver, to expose a disk device backed by a file. 771 * Added support for network device power management with nxp_enet driver on Kinetis platforms. 796 * Moved OA buffers out of device data of the adin2111 driver to save ~32KB of space 837 device capabilities to :c:struct:`flash_parameters` and the utility function [all …]
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig | 43 PHY is a ranging-capable device (RDEV) 86 Make this device a CSL (coordinated sampled listening) endpoint with delayed
|
/Zephyr-latest/drivers/timer/ |
D | npcx_itim_timer.c | 185 static void npcx_itim_evt_isr(const struct device *dev) in npcx_itim_evt_isr() 338 const struct device *const clk_dev = DEVICE_DT_GET(NPCX_CLK_CTRL_NODE); in sys_clock_driver_init()
|
1...<<151152153154155156157158159160>>...198