/Zephyr-4.1.0/boards/renesas/rcar_spider_s4/ |
D | rcar_spider_s4_r8a779f0_a55.dts | 44 disk-name = "SD2";
|
/Zephyr-4.1.0/boards/intel/socfpga/agilex5_socdk/ |
D | intel_socfpga_agilex5_socdk.dts | 29 disk-name = "SD";
|
/Zephyr-4.1.0/cmake/linker/ld/ |
D | linker_libraries.cmake | 12 # on output from --print-libgcc-file-name.
|
/Zephyr-4.1.0/modules/nanopb/ |
D | nanopb.cmake | 38 # Create unique target name for generated header list
|
/Zephyr-4.1.0/samples/basic/hash_map/ |
D | sample.yaml | 7 name: System Hashmap sample
|
/Zephyr-4.1.0/include/zephyr/usb/class/ |
D | usbd_msc.h | 43 * @param disk_name Disk name as used in @ref disk_access_interface
|
D | usb_audio.h | 104 * @name USB Terminal Types 116 * @name Input Terminal Types 136 * @name Output Terminal Types 158 * @name Bi-directional Terminal Types
|
/Zephyr-4.1.0/drivers/clock_control/ |
D | clock_control_mcux_mcg.c | 49 LOG_ERR("Unsupported clock name"); in mcux_mcg_get_rate()
|
/Zephyr-4.1.0/dts/bindings/clock/ |
D | st,stm32g4-pll-clock.yaml | 25 - name: st,stm32l4-pll-clock.yaml
|
/Zephyr-4.1.0/dts/bindings/regulator/ |
D | x-powers,axp192-regulator.yaml | 47 - name: regulator.yaml
|
/Zephyr-4.1.0/samples/bluetooth/st_ble_sensor/ |
D | README.rst | 2 :name: ST Bluetooth LE Sensor Demo
|
/Zephyr-4.1.0/arch/arm/core/cortex_m/ |
D | vector_table.h | 16 * __<exception name with underscores>
|
/Zephyr-4.1.0/dts/bindings/stepper/ti/ |
D | ti,drv8424.yaml | 31 - name: stepper-controller.yaml
|
/Zephyr-4.1.0/lib/libc/minimal/include/sys/ |
D | types.h | 20 * in the line below where name of macro 'unsigned' is the same
|
/Zephyr-4.1.0/lib/net_buf/ |
D | Kconfig | 50 * pool name is stored and can be shown in debugging prints
|
/Zephyr-4.1.0/drivers/serial/ |
D | uart_native_pty.c | 100 dev->name); in np_uart_init() 116 int tty_fn = np_uart_open_pty(dev->name, d->auto_attach_cmd, d->auto_attach, in np_uart_init() 256 .name = "\"cmd\"", \ 287 .name = "\"cmd\"", in np_add_uart_options()
|
/Zephyr-4.1.0/include/zephyr/net/ |
D | conn_mgr_connectivity_impl.h | 136 * @param conn_id The name of the new connectivity implementation 173 * @name Generic connectivity state 211 * @param conn_id Name of the connectivity implementation to associate. 229 * @param conn_id Name of the connectivity implementation to associate.
|
/Zephyr-4.1.0/include/zephyr/ |
D | sw_isr_table.h | 115 * @param _name Name of the interrupt controller (must be unique) 164 /** The section name */ 222 * section is created with the name of the section where _isr_table entry is placed to be then 256 /* Create an entry to irq table and place it in specific section which name is then placed
|
/Zephyr-4.1.0/doc/develop/flash_debug/ |
D | nordic_segger.rst | 66 Where: ``<board>`` is the board name you used in the BOARD directive when building (for example nrf… 205 * Device Name: Use the fully qualified device name for your IC 209 * RTT Channel name or index: 0
|
/Zephyr-4.1.0/include/zephyr/audio/ |
D | dmic.h | 80 * @name Parameters common to all PDM controllers 96 * @name Parameters unique to each PDM controller 150 * @name Requested channel map 158 * @name Actual channel map that the driver could configure
|
/Zephyr-4.1.0/include/zephyr/kernel/ |
D | mm.h | 26 * @name Caching mode definitions. 53 * @name Region permission attributes. 72 * @name Region mapping behaviour attributes 92 * @name k_mem_map() control flags
|
/Zephyr-4.1.0/drivers/sensor/st/lis2dw12/ |
D | lis2dw12_trigger.c | 485 LOG_ERR("%s: device %s is not ready", dev->name, in lis2dw12_init_interrupt() 486 cfg->gpio_int.port->name); in lis2dw12_init_interrupt() 490 LOG_DBG("%s: gpio_int not defined in DT", dev->name); in lis2dw12_init_interrupt() 496 LOG_INF("%s: int-pin is on INT%d", dev->name, cfg->int_pin); in lis2dw12_init_interrupt() 515 LOG_INF("%s: int on %s.%02u", dev->name, cfg->gpio_int.port->name, in lis2dw12_init_interrupt()
|
/Zephyr-4.1.0/subsys/logging/ |
D | log_mgmt.c | 73 * - getting/setting source details like name, filtering 148 link->name, (int)(total_cnt * sizeof(uint32_t))); in link_filters_init() 250 return TYPE_SECTION_START(log_const)[source_id].name; in log_source_name_get() 366 int log_source_id_get(const char *name) in log_source_id_get() argument 375 if ((sname != NULL) && (strcmp(sname, name) == 0)) { in log_source_id_get() 551 if (strcmp(backend_name, backend->name) == 0) { in log_backend_get_by_name()
|
/Zephyr-4.1.0/subsys/net/lib/dns/ |
D | dns_pack.h | 42 #define NS_CMPRSFLGS 0xc0 /* DNS name compression */ 130 * | Name | Bit Position | Width | Description | 364 * @retval RFC 1035 RCODEs (> 0) 1 Format error, 2 Server failure, 3 Name Error, 375 * @param qname Domain name represented as a sequence of labels. 438 * @retval RFC 1035 RCODEs (> 0) 1 Format error, 2 Server failure, 3 Name Error, 471 * @return Printable query type name.
|
/Zephyr-4.1.0/drivers/disk/ |
D | flashdisk.c | 108 LOG_INF("Initialize device %s", ctx->info.name); in flashdisk_init_runtime() 114 LOG_INF("%s is read-only", ctx->info.name); in flashdisk_init_runtime() 121 ctx->info.name); in flashdisk_init_runtime() 141 ctx->info.name); in flashdisk_init_runtime() 486 .name = DT_INST_PROP(n, disk_name), \ 526 flash_disks[i].info.name, rc); in DT_INST_FOREACH_STATUS_OKAY()
|