/Zephyr-4.1.0/cmake/compiler/xt-clang/ |
D | compiler_flags.cmake | 16 COMMAND ${CMAKE_C_COMPILER} --print-file-name=include/stddef.h
|
/Zephyr-4.1.0/samples/basic/servo_motor/src/ |
D | main.c | 36 printk("Error: PWM device %s is not ready\n", servo.dev->name); in main()
|
/Zephyr-4.1.0/boards/seeed/xiao_esp32s3/ |
D | xiao_esp32s3_procpu_sense.dts | 68 disk-name = "SD";
|
/Zephyr-4.1.0/drivers/i3c/ |
D | i3c_mem_slab.c | 18 .name = "unknown-" STRINGIFY(i) \
|
/Zephyr-4.1.0/boards/shields/adafruit_data_logger/ |
D | adafruit_data_logger.overlay | 46 disk-name = "SD";
|
/Zephyr-4.1.0/samples/arch/smp/pi/ |
D | README.rst | 2 :name: SMP Pi
|
/Zephyr-4.1.0/dts/bindings/pinctrl/ |
D | ti,cc23x0-pinctrl.yaml | 47 - name: pincfg-node.yaml
|
D | nuvoton,numicro-pinctrl.yaml | 33 - name: pincfg-node.yaml
|
/Zephyr-4.1.0/tests/arch/x86/info/src/ |
D | memmap.c | 67 x86_memmap_exclusions[i].name); in memmap()
|
/Zephyr-4.1.0/samples/bluetooth/peripheral_hr/ |
D | sample.yaml | 2 name: Bluetooth Peripheral HR
|
/Zephyr-4.1.0/doc/connectivity/networking/api/ |
D | dns_resolve.rst | 26 The link-local multicast name resolution (LLMNR) client resolver support can be
|
/Zephyr-4.1.0/arch/arc/include/ |
D | vector_table.h | 16 * __<exception name with underscores>
|
/Zephyr-4.1.0/dts/bindings/timer/ |
D | st,stm32-lptim.yaml | 16 - name: st,stm32-timers.yaml
|
/Zephyr-4.1.0/samples/net/virtual/src/ |
D | main.c | 47 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/ |
D | tbs.rst | 56 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/ |
D | config.rst | 184 ``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/ |
D | input_kbd_matrix.h | 132 #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/ |
D | irq.h | 203 * @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/ |
D | clock_control_nrf.c | 35 /* 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/ |
D | main.c | 40 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/ |
D | tunnel.c | 25 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/ |
D | hts221_trigger.c | 135 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/ |
D | iis3dhhc_trigger.c | 133 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/ |
D | main.c | 181 printf("device is %p, name is %s\n", dev, dev->name); in main()
|
/Zephyr-4.1.0/samples/boards/96boards/argonkey/microphone/src/ |
D | main.c | 92 printk("Device %s is not ready\n", ledc->name); in main() 117 printk("Device %s is not ready\n", mic_dev->name); in main()
|