/Zephyr-4.1.0/samples/drivers/led/lp50xx/ |
D | README.rst | 2 :name: LP50XX RGB LED
|
/Zephyr-4.1.0/tests/kernel/workq/work_queue/src/ |
D | start_stop.c | 31 .name = "test_work_q", in ZTEST()
|
/Zephyr-4.1.0/drivers/console/ |
D | ipm_console.c | 64 LOG_ERR("%s is not ready", ipm_dev->name); in ipm_console_init()
|
/Zephyr-4.1.0/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_json.h | 20 * 3. Neither the name of the copyright holder nor the names of its
|
/Zephyr-4.1.0/samples/basic/threads/ |
D | README.rst | 2 :name: Basic thread manipulation
|
/Zephyr-4.1.0/include/zephyr/dt-bindings/pinctrl/ |
D | si32-pinctrl.h | 106 * @param fun Function name
|
/Zephyr-4.1.0/dts/bindings/pwm/ |
D | ti,cc13xx-cc26xx-timer-pwm.yaml | 53 LOG_ERR("Error: PWM device %s is not ready\n", pwm->name);
|
/Zephyr-4.1.0/dts/bindings/regulator/ |
D | x-powers,axp2101-regulator.yaml | 72 - name: regulator.yaml
|
/Zephyr-4.1.0/include/zephyr/shell/ |
D | shell_fprintf.h | 40 * @param _name Instance name.
|
/Zephyr-4.1.0/subsys/random/ |
D | random_entropy_device.c | 21 entropy_dev->name); in rand_get()
|
/Zephyr-4.1.0/subsys/sensing/ |
D | sensing_sensor.c | 25 LOG_ERR("submit function not supported for device %p %s!\n", dev, dev->name); in sensing_iodev_submit()
|
/Zephyr-4.1.0/dts/bindings/input/ |
D | tsc-keys.yaml | 33 - name: base.yaml
|
/Zephyr-4.1.0/lib/hash/ |
D | hash_func32_djb2.c | 13 * It is not clear what the original license name is or how to declare it
|
/Zephyr-4.1.0/drivers/dma/ |
D | dma_renesas_rz.c | 587 #define IRQ_ERR_CONFIGURE(inst, name) \ argument 589 DT_INST_IRQ_BY_NAME(inst, name, irq), DT_INST_IRQ_BY_NAME(inst, name, priority), \ 591 COND_CODE_1(DT_IRQ_HAS_CELL_AT_NAME(DT_DRV_INST(inst), name, flags), \ 592 (DT_INST_IRQ_BY_NAME(inst, name, flags)), (0))); \ 593 irq_enable(DT_INST_IRQ_BY_NAME(inst, name, irq));
|
/Zephyr-4.1.0/samples/subsys/usb/mass/ |
D | README.rst | 2 :name: USB Mass Storage 146 …[00:00:00.282,867] <inf> sdhc_spi: Manufacturer ID=27 OEM='SM' Name='00000' Revision=0x10 Serial=0… 148 …[00:00:00.309,906] <inf> sdhc_spi: Manufacturer ID=27 OEM='SM' Name='00000' Revision=0x10 Serial=0… 204 First determine the local device name from the system log, e.g.:
|
/Zephyr-4.1.0/scripts/kconfig/ |
D | kconfig.py | 241 See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_{0.name} and/or 242 look up {0.name} in the menuconfig/guiconfig interface. The Application 255 selector_name = split_expr(selector, AND)[0].name 266 selector_name = split_expr(selector, AND)[0].name
|
/Zephyr-4.1.0/subsys/net/l2/ethernet/ |
D | bridge.c | 243 char name[MAX_BRIDGE_NAME_LEN]; in bridge_iface_init() local 260 snprintk(name, sizeof(name), "bridge%d", ctx->id); in bridge_iface_init() 261 net_if_set_name(iface, name); in bridge_iface_init()
|
/Zephyr-4.1.0/tests/drivers/uart/uart_mix_fifo_poll/src/ |
D | main.c | 46 const char *name; member 52 .name = DT_NODE_FULL_NAME(UART_NODE), 57 .name = DT_NODE_FULL_NAME(DT_NODELABEL(dut2)), 154 TC_PRINT("UART instance:%s\n", duts[idx].name); in init_test()
|
/Zephyr-4.1.0/drivers/input/ |
D | input_gpio_qdec.c | 196 LOG_WRN("%s: lost steps", dev->name); in gpio_qdec_sample_timer_timeout() 271 LOG_ERR("%s is not ready", gpio->port->name); in gpio_qdec_init() 297 LOG_ERR("%s is not ready", gpio->port->name); in gpio_qdec_init() 321 LOG_DBG("Device %s initialized", dev->name); in gpio_qdec_init()
|
/Zephyr-4.1.0/doc/_extensions/zephyr/domain/static/js/ |
D | board-catalog.js | 17 const params = ["name", "arch", "vendor", "soc"]; 59 const params = ["name", "arch", "vendor", "soc"]; 266 const nameInput = document.getElementById("name").value.toLowerCase(); 283 const boardName = board.getAttribute("data-name").toLowerCase();
|
/Zephyr-4.1.0/include/zephyr/sys/ |
D | hash_map.h | 39 * @param _name Name of the Hashmap. 67 * @param _name Name of the Hashmap. 92 * @param _name Name of the Hashmap. 101 * @param _name Name of the Hashmap.
|
/Zephyr-4.1.0/arch/xtensa/include/ |
D | xtensa_mpu_priv.h | 25 * @name Bit shifts and masks for MPU entry registers. 87 * @name Bit shifts and masks for MPU PPTLB return value. 186 * @name MPU entry internal helper functions. 432 * @name MPU access rights helper functions.
|
/Zephyr-4.1.0/soc/nordic/common/ |
D | soc_nrf_common.h | 63 * @param psel_prop_name human-readable string name of psel_prop 65 * @param gpio_prop_name human-readable string name of gpios_prop 207 * @param prop_name human-readable string name for 'prop'
|
/Zephyr-4.1.0/tests/bsim/bluetooth/mesh/src/ |
D | test_op_agg.c | 278 #define TEST_CASE(role, name, description) \ argument 280 .test_id = "op_agg_" #role "_" #name, \ 283 .test_main_f = test_##role##_##name, \
|
D | test_proxy_sol.c | 286 #define TEST_CASE(role, name, description) \ argument 288 .test_id = "proxy_sol_" #role "_" #name, \ 291 .test_main_f = test_##role##_##name, \
|