Home
last modified time | relevance | path

Searched full:name (Results 4476 – 4500 of 6428) sorted by relevance

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

/Zephyr-4.1.0/samples/drivers/led/lp50xx/
DREADME.rst2 :name: LP50XX RGB LED
/Zephyr-4.1.0/tests/kernel/workq/work_queue/src/
Dstart_stop.c31 .name = "test_work_q", in ZTEST()
/Zephyr-4.1.0/drivers/console/
Dipm_console.c64 LOG_ERR("%s is not ready", ipm_dev->name); in ipm_console_init()
/Zephyr-4.1.0/subsys/net/lib/lwm2m/
Dlwm2m_rw_json.h20 * 3. Neither the name of the copyright holder nor the names of its
/Zephyr-4.1.0/samples/basic/threads/
DREADME.rst2 :name: Basic thread manipulation
/Zephyr-4.1.0/include/zephyr/dt-bindings/pinctrl/
Dsi32-pinctrl.h106 * @param fun Function name
/Zephyr-4.1.0/dts/bindings/pwm/
Dti,cc13xx-cc26xx-timer-pwm.yaml53 LOG_ERR("Error: PWM device %s is not ready\n", pwm->name);
/Zephyr-4.1.0/dts/bindings/regulator/
Dx-powers,axp2101-regulator.yaml72 - name: regulator.yaml
/Zephyr-4.1.0/include/zephyr/shell/
Dshell_fprintf.h40 * @param _name Instance name.
/Zephyr-4.1.0/subsys/random/
Drandom_entropy_device.c21 entropy_dev->name); in rand_get()
/Zephyr-4.1.0/subsys/sensing/
Dsensing_sensor.c25 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/
Dtsc-keys.yaml33 - name: base.yaml
/Zephyr-4.1.0/lib/hash/
Dhash_func32_djb2.c13 * It is not clear what the original license name is or how to declare it
/Zephyr-4.1.0/drivers/dma/
Ddma_renesas_rz.c587 #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/
DREADME.rst2 :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/
Dkconfig.py241 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/
Dbridge.c243 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/
Dmain.c46 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/
Dinput_gpio_qdec.c196 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/
Dboard-catalog.js17 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/
Dhash_map.h39 * @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/
Dxtensa_mpu_priv.h25 * @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/
Dsoc_nrf_common.h63 * @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/
Dtest_op_agg.c278 #define TEST_CASE(role, name, description) \ argument
280 .test_id = "op_agg_" #role "_" #name, \
283 .test_main_f = test_##role##_##name, \
Dtest_proxy_sol.c286 #define TEST_CASE(role, name, description) \ argument
288 .test_id = "proxy_sol_" #role "_" #name, \
291 .test_main_f = test_##role##_##name, \

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