/Zephyr-latest/tests/drivers/regulator/fixed/src/ |
D | main.c | 12 static const struct device *const reg = DEVICE_DT_GET(DT_PATH(regulator));
|
/Zephyr-latest/tests/drivers/charger/sbs_charger/src/ |
D | test_sbs_charger.c | 17 const struct device *dev;
|
/Zephyr-latest/tests/drivers/clock_control/fixed_clock/src/ |
D | test_clock_control.c | 17 const struct device *dev = DEVICE_DT_GET(TEST_FIXED_RATE_CLK0); in ZTEST()
|
/Zephyr-latest/boards/arm/mps2/ |
D | CMakeLists.txt | 8 # for CPU0, which will boot the device and wake up CPU1.
|
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/ |
D | CMakeLists.txt | 20 # This contains babblesim-specific helpers, e.g. device synchronization.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | sdhc.rst | 8 controller device. It is used by the SD subsystem, and is not intended to be 17 An SD host controller is a device capable of sending SD commands to an attached
|
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/doc/ |
D | index.rst | 101 Your board needs to have a ``mipi_dsi`` device tree label to work with this shield. 108 the necessary device tree properties.
|
/Zephyr-latest/samples/drivers/mspi/mspi_flash/boards/ |
D | apollo3p_evb.overlay | 37 compatible = "ambiq,mspi-device", "mspi-aps6404l"; 58 compatible = "ambiq,mspi-device", "mspi-atxp032";
|
/Zephyr-latest/samples/drivers/soc_flash_nrf/src/ |
D | main.c | 46 static void erase_when_needed(const struct device *dev, bool condition, in erase_when_needed() 68 const struct device *flash_dev = TEST_PARTITION_DEVICE; in main()
|
/Zephyr-latest/tests/drivers/rtc/shell/src/ |
D | main.c | 35 static int rtc_fake_get_time_mock(const struct device *dev, struct rtc_time *rtc) in rtc_fake_get_time_mock() 43 static int rtc_fake_set_time_mock(const struct device *dev, const struct rtc_time *rtc) in rtc_fake_set_time_mock()
|
/Zephyr-latest/include/zephyr/net/ |
D | virtual.h | 101 int (*start)(const struct device *dev); 104 int (*stop)(const struct device *dev);
|
/Zephyr-latest/boards/microchip/m2gl025_miv/doc/ |
D | index.rst | 27 In order to upload the application to the device, you'll need OpenOCD and GDB 48 Here is the GDB terminal command to connect to the device
|
/Zephyr-latest/drivers/audio/ |
D | mpxxdtyy.c | 50 uint16_t sw_filter_lib_init(const struct device *dev, struct dmic_cfg *cfg) in sw_filter_lib_init() 164 static int mpxxdtyy_initialize(const struct device *dev) in mpxxdtyy_initialize()
|
/Zephyr-latest/tests/drivers/mspi/flash/src/ |
D | main.c | 20 static const struct device *mspi_devices[] = { 73 static int test_multi_sector_rw(const struct device *flash_dev) in test_multi_sector_rw()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_nrfx_twim.c | 36 static int i2c_nrfx_twim_transfer(const struct device *dev, in i2c_nrfx_twim_transfer() 176 const struct device *dev = p_context; in event_handler() 197 static int i2c_nrfx_twim_init(const struct device *dev) in i2c_nrfx_twim_init()
|
/Zephyr-latest/boards/sparkfun/pro_micro_rp2040/doc/ |
D | index.rst | 25 - USB 1.1 controller (host/device) 124 device. The UF2 file should be copied to the device, which will
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | csip.rst | 12 The client will typically be a resource-rich device, such as a smartphone 29 and a set member device has been connected, the call control client can be 49 discover :Run discover for CSIS on peer device [member_index] 73 Discovering sets on a device: 81 Found 1 sets on device
|
/Zephyr-latest/boards/seeed/xiao_ble/doc/ |
D | index.rst | 16 - USB Type-C Connector, nRF52840 acting as USB device 81 debugging the device. For debugging please use `External Debugger`_. 88 device named ``XIAO BLE`` should appear on the host. Using the command line, or 90 of the ``XIAO BLE`` mass storage device. The XIAO BLE will automatically reset 96 In order to support debugging the device, instead of using the bootloader, you
|
/Zephyr-latest/kernel/ |
D | init.c | 307 const struct device *dev = entry->dev; in do_device_init() 364 const struct device *dev = entry->dev; in z_sys_init_run_level() 378 int z_impl_device_init(const struct device *dev) in z_impl_device_init() 394 static inline int z_vrfy_device_init(const struct device *dev) in z_vrfy_device_init() 711 const struct device *const entropy = DEVICE_DT_GET_OR_NULL(DT_CHOSEN(zephyr_entropy)); in z_early_rand_get()
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_rpi_pico.c | 222 uint64_t rpi_pico_frequency_count(const struct device *dev, clock_control_subsys_t sys) in rpi_pico_frequency_count() 281 static int rpi_pico_rosc_write(const struct device *dev, io_rw_32 *addr, uint32_t value) in rpi_pico_rosc_write() 305 static enum rpi_pico_clkid rpi_pico_get_clock_src(const struct device *dev, enum rpi_pico_clkid id) in rpi_pico_get_clock_src() 438 static bool rpi_pico_is_clock_enabled(const struct device *dev, enum rpi_pico_clkid id) in rpi_pico_is_clock_enabled() 484 static float rpi_pico_calc_clock_freq(const struct device *dev, enum rpi_pico_clkid id) in rpi_pico_calc_clock_freq() 539 static int clock_control_rpi_pico_on(const struct device *dev, clock_control_subsys_t sys) in clock_control_rpi_pico_on() 562 static int clock_control_rpi_pico_off(const struct device *dev, clock_control_subsys_t sys) in clock_control_rpi_pico_off() 585 static enum clock_control_status clock_control_rpi_pico_get_status(const struct device *dev, in clock_control_rpi_pico_get_status() 601 static int clock_control_rpi_pico_get_rate(const struct device *dev, clock_control_subsys_t sys, in clock_control_rpi_pico_get_rate() 648 static int clock_control_rpi_pico_init(const struct device *dev) in clock_control_rpi_pico_init()
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf52_bsim.rst | 46 Note that unlike a real nrf52 device, the nrf52_bsim has unlimited RAM and flash for code. 165 in this simulation; the ``-d`` option tells each device which is its device 199 being run in a debugger or instrumented. For example, pausing a device in a 214 time or a ratio of it, you can do so by connecting the `handbrake device`_ 217 .. _handbrake device:
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.gatt | 66 The device will try to connect BT_EATT_MAX enhanced ATT bearers when a 174 notifications and indications to a device which has not subscribed to 262 bool "Allow to write device name by remote GATT clients" 266 Enabling this option allows remote GATT clients to write to device 274 Select security requirementsf for writing device name by remote GATT 294 Enabling this option allows remote GATT clients to write to device 302 Select security requirementsf for writing device name by remote GATT
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.fatfs | 47 disk can be detached from a device and recovered using other 50 prior to connecting to a device, otherwise it will not be 61 formatting new FAT system to a device. 219 to query device for sector size on mount. 230 device with FAT FS or all connected devices use the same 233 query every connected device for sector size. 242 used for device's read/write operations. MMC controllers may
|
/Zephyr-latest/subsys/input/ |
D | input.c | 40 int input_report(const struct device *dev, in input_report()
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.it8xxx2 | 23 must be set to a lower priority than the matching ns16550 device
|