Searched refs:device (Results 3751 – 3775 of 4950) sorted by relevance
1...<<151152153154155156157158159160>>...198
/Zephyr-latest/doc/develop/api/ |
D | design_guidelines.rst | 18 associated with the callback. In the case of device drivers this 19 would be ``const struct device *dev``. For library functions it may be a 54 counter device alarm fires are satisfied by:: 56 void handle_alarm(const struct device *dev,
|
/Zephyr-latest/boards/seeed/wio_terminal/doc/ |
D | index.rst | 79 - USB device 115 The SAMD51 MCU has a USB device port that can be used to communicate with a 128 button twice, and copy the UF2 file to the USB mass storage device. The device
|
/Zephyr-latest/boards/xen/xenvm/doc/ |
D | index.rst | 74 Xen configures guests in runtime by providing device tree that describes guest 78 configuration by altering device tree and Kconfig options. This will be covered 162 As was said earlier, Xen describes hardware using device tree and expects that 163 guest will parse device tree in runtime. On other hand, Zephyr supports only
|
/Zephyr-latest/boards/st/nucleo_f207zg/doc/ |
D | index.rst | 84 | USB | on-chip | USB device | 174 Nucleo F207ZG board has a USB OTG dual-role device (DRD) controller that 175 supports both device and host functions through its micro USB connector 176 (USB USER). Only USB device function is supported in Zephyr at the moment.
|
/Zephyr-latest/boards/nordic/nrf54l15dk/doc/ |
D | index.rst | 114 When programming the device, you might get an error similar to the following message:: 117 ERROR: your device. Please use --recover to unlock the device. 120 To disable the readback protection, you must *recover* your device.
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | controller.rst | 57 Phase_Seg1and Phase_Seg2) are initially set from the device-tree and can be 138 const struct device *const can_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_canbus)); 155 void tx_callback(const struct device *dev, int error, void *user_data) 164 int send_function(const struct device *can_dev) 190 void rx_callback_function(const struct device *dev, struct can_frame *frame, void *user_data) 211 const struct device *const can_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_canbus)); 236 const struct device *const can_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_canbus)); 267 const struct device *const can_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_canbus));
|
/Zephyr-latest/samples/drivers/espi/src/ |
D | main.c | 53 static const struct device *const espi_dev = DEVICE_DT_GET(DT_NODELABEL(espi0)); 102 static const struct device *const qspi_dev = DEVICE_DT_GET(DT_NODELABEL(spi0)); 103 static const struct device *const espi_saf_dev = DEVICE_DT_GET(DT_NODELABEL(espi_saf0)); 785 static void espi_reset_handler(const struct device *dev, struct espi_callback *cb, in espi_reset_handler() 795 static void espi_ch_handler(const struct device *dev, struct espi_callback *cb, in espi_ch_handler() 816 static void vwire_handler(const struct device *dev, struct espi_callback *cb, in vwire_handler() 838 static void periph_handler(const struct device *dev, struct espi_callback *cb, in periph_handler() 945 static int wait_for_vwire(const struct device *espi_dev, enum espi_vwire_signal signal, in wait_for_vwire()
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | ethernet.c | 200 const struct device *dev = net_if_get_device(iface); in ethernet_mcast_monitor_cb() 942 const struct device *net_eth_get_phy(struct net_if *iface) in net_eth_get_phy() 944 const struct device *dev = net_if_get_device(iface); in net_eth_get_phy() 963 const struct device *net_eth_get_ptp_clock(struct net_if *iface) in net_eth_get_ptp_clock() 965 const struct device *dev = net_if_get_device(iface); in net_eth_get_ptp_clock() 989 const struct device *z_impl_net_eth_get_ptp_clock_by_index(int index) in z_impl_net_eth_get_ptp_clock_by_index() 1002 static inline const struct device *z_vrfy_net_eth_get_ptp_clock_by_index(int index) in z_vrfy_net_eth_get_ptp_clock_by_index() 1009 const struct device *z_impl_net_eth_get_ptp_clock_by_index(int index) in z_impl_net_eth_get_ptp_clock_by_index()
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_litex.h | 99 void (*irq_config)(const struct device *dev);
|
/Zephyr-latest/drivers/timer/ |
D | litex_timer.c | 38 static void litex_timer_irq_handler(const void *device) in litex_timer_irq_handler() argument
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.it8xxx2 | 18 this software interrupt default set on by device tree.
|
/Zephyr-latest/drivers/mfd/ |
D | Kconfig | 5 bool "Multi-function device (MFD) drivers"
|
/Zephyr-latest/drivers/hwinfo/ |
D | hwinfo_andes.c | 30 static const struct device *const syscon_dev =
|
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/ |
D | akm09918c_decoder.c | 91 int akm09918c_get_decoder(const struct device *dev, const struct sensor_decoder_api **decoder) in akm09918c_get_decoder()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_offload.rst | 16 The network offloading API provides hooks that a device vendor can use
|
/Zephyr-latest/samples/drivers/charger/src/ |
D | main.c | 14 static const struct device *chgdev = DEVICE_DT_GET(DT_NODELABEL(charger));
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | channels.rst | 7 a sensor device can measure.
|
/Zephyr-latest/samples/drivers/haptics/drv2605/ |
D | README.rst | 31 [00:00:00.103,000] <inf> main: Found DRV2605 device drv2605@5a
|
/Zephyr-latest/samples/sensor/veaa_x_3/ |
D | README.rst | 10 A sensor sample that demonstrates how to use a VEAA-X-3 device.
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/src/ |
D | main.c | 52 const struct device *const mic_dev = DEVICE_DT_GET_ONE(st_mpxxdtyy); in main()
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_stm32_mco.c | 30 static int stm32_mco_init(const struct device *dev) in stm32_mco_init()
|
/Zephyr-latest/samples/subsys/lorawan/fuota/src/ |
D | main.c | 56 const struct device *lora_dev; in main()
|
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/src/ |
D | main.c | 27 const struct device *const vnd_sensor = DEVICE_DT_GET(NODE_ID); in main()
|
/Zephyr-latest/drivers/dma/ |
D | dma_dw.c | 30 static int dw_dma_init(const struct device *dev) in dw_dma_init()
|
/Zephyr-latest/boards/st/b_u585i_iot02a/ |
D | board.cmake | 27 board_runner_args(jlink "--device=STM32U585AI" "--reset-after-load")
|
1...<<151152153154155156157158159160>>...198