Home
last modified time | relevance | path

Searched full:name (Results 4326 – 4350 of 6428) sorted by relevance

1...<<171172173174175176177178179180>>...258

/Zephyr-4.1.0/cmake/compiler/xt-clang/
Dcompiler_flags.cmake16 COMMAND ${CMAKE_C_COMPILER} --print-file-name=include/stddef.h
/Zephyr-4.1.0/samples/basic/servo_motor/src/
Dmain.c36 printk("Error: PWM device %s is not ready\n", servo.dev->name); in main()
/Zephyr-4.1.0/boards/seeed/xiao_esp32s3/
Dxiao_esp32s3_procpu_sense.dts68 disk-name = "SD";
/Zephyr-4.1.0/drivers/i3c/
Di3c_mem_slab.c18 .name = "unknown-" STRINGIFY(i) \
/Zephyr-4.1.0/boards/shields/adafruit_data_logger/
Dadafruit_data_logger.overlay46 disk-name = "SD";
/Zephyr-4.1.0/samples/arch/smp/pi/
DREADME.rst2 :name: SMP Pi
/Zephyr-4.1.0/dts/bindings/pinctrl/
Dti,cc23x0-pinctrl.yaml47 - name: pincfg-node.yaml
Dnuvoton,numicro-pinctrl.yaml33 - name: pincfg-node.yaml
/Zephyr-4.1.0/tests/arch/x86/info/src/
Dmemmap.c67 x86_memmap_exclusions[i].name); in memmap()
/Zephyr-4.1.0/samples/bluetooth/peripheral_hr/
Dsample.yaml2 name: Bluetooth Peripheral HR
/Zephyr-4.1.0/doc/connectivity/networking/api/
Ddns_resolve.rst26 The link-local multicast name resolution (LLMNR) client resolver support can be
/Zephyr-4.1.0/arch/arc/include/
Dvector_table.h16 * __<exception name with underscores>
/Zephyr-4.1.0/dts/bindings/timer/
Dst,stm32-lptim.yaml16 - name: st,stm32-timers.yaml
/Zephyr-4.1.0/samples/net/virtual/src/
Dmain.c47 char name[sizeof("VirtualTest-+##########")]; in virtual_test_iface_init() local
57 snprintk(name, sizeof(name), "VirtualTest-%d", count + 1); in virtual_test_iface_init()
59 net_virtual_set_name(iface, name); in virtual_test_iface_init()
/Zephyr-4.1.0/doc/connectivity/bluetooth/shell/audio/
Dtbs.rst56 read_provider_name :Read the bearer name [<{instance_index,
77 read_friendly_name :Read the friendly name of an incoming call
194 set_bearer_provider_name :Set the bearer provider name [<{instance_index,
195 gtbs}>] <name>
/Zephyr-4.1.0/doc/develop/west/
Dconfig.rst184 ``re2``, ``re3``, ...) in the list, in order. If the entire project name
192 If a project's name matches multiple regular expressions in the list,
237 * - ``update.name-cache``
239 ``--name-cache`` option's value if not given on the command line.
/Zephyr-4.1.0/include/zephyr/input/
Dinput_kbd_matrix.h132 #define INPUT_KBD_MATRIX_DATA_NAME(node_id, name) \ argument
134 _CONCAT(name, DEVICE_DT_NAME_GET(node_id)))
270 * @param config Name of the config structure.
271 * @param data Name of the data structure.
/Zephyr-4.1.0/include/zephyr/
Dirq.h203 * @param name symbol name of the ISR
205 #define ISR_DIRECT_DECLARE(name) ARCH_ISR_DIRECT_DECLARE(name) argument
/Zephyr-4.1.0/drivers/clock_control/
Dclock_control_nrf.c35 /* Helper logging macros which prepends subsys name to the log. */
39 get_sub_config(dev, (enum clock_control_nrf_type)subsys)->name \
65 const char *name; member
738 IF_ENABLED(CONFIG_LOG, (.name = "hfclk",))
743 IF_ENABLED(CONFIG_LOG, (.name = "lfclk",))
749 IF_ENABLED(CONFIG_LOG, (.name = "hfclk192m",))
756 IF_ENABLED(CONFIG_LOG, (.name = "hfclkaudio",))
/Zephyr-4.1.0/samples/drivers/spi_flash_at45/src/
Dmain.c40 printk("%s: device not ready.\n", flash_dev->name); in main()
49 flash_dev->name, chip_size, pages_info.size); in main()
/Zephyr-4.1.0/samples/net/sockets/echo_server/src/
Dtunnel.c25 strncmp(net_if_get_device(iface)->name, "IP_TUNNEL0", in is_tunnel()
26 strlen(net_if_get_device(iface)->name)) == 0) { in is_tunnel()
/Zephyr-4.1.0/drivers/sensor/st/hts221/
Dhts221_trigger.c135 LOG_ERR("device %s is not ready", cfg->gpio_drdy.port->name); in hts221_init_interrupt()
145 cfg->gpio_drdy.port->name, cfg->gpio_drdy.pin); in hts221_init_interrupt()
/Zephyr-4.1.0/drivers/sensor/st/iis3dhhc/
Diis3dhhc_trigger.c133 LOG_ERR("%s: device %s is not ready", dev->name, cfg->int_gpio.port->name); in iis3dhhc_init_interrupt()
/Zephyr-4.1.0/samples/sensor/adt7420/src/
Dmain.c181 printf("device is %p, name is %s\n", dev, dev->name); in main()
/Zephyr-4.1.0/samples/boards/96boards/argonkey/microphone/src/
Dmain.c92 printk("Device %s is not ready\n", ledc->name); in main()
117 printk("Device %s is not ready\n", mic_dev->name); in main()

1...<<171172173174175176177178179180>>...258