Searched full:name (Results 5876 – 5900 of 6428) sorted by relevance
1...<<231232233234235236237238239240>>...258
/Zephyr-4.1.0/samples/subsys/nvs/src/ |
D | main.c | 77 printk("Flash device %s is not ready\n", fs.flash_device->name); in main()
|
/Zephyr-4.1.0/drivers/spi/ |
D | spi_mcux_ecspi.c | 326 .clock_subsys = (clock_control_subsys_t)DT_INST_CLOCKS_CELL(n, name), \
|
D | spi_rv32m1_lpspi.c | 320 DT_INST_CLOCKS_CELL(n, name), \
|
/Zephyr-4.1.0/drivers/gpio/ |
D | gpio_rv32m1.c | 305 UTIL_AND(DT_INST_NODE_HAS_PROP(n, clocks), DT_INST_CLOCKS_CELL(n, name))
|
/Zephyr-4.1.0/modules/openthread/ |
D | CMakeLists.txt | 135 …G_OPENTHREAD_COPROCESSOR_VENDOR_HOOK_SOURCE} CACHE STRING "NCP vendor hook source file name" FORCE)
|
/Zephyr-4.1.0/drivers/input/ |
D | input_xpt2046.c | 232 LOG_INF("Init '%s' device", dev->name); in xpt2046_init()
|
/Zephyr-4.1.0/drivers/counter/ |
D | counter_gecko_rtcc.c | 303 LOG_INF("Device %s initialized", dev->name); in counter_gecko_init()
|
D | counter_mcux_ctimer.c | 303 (clock_control_subsys_t)(DT_INST_CLOCKS_CELL(id, name)),\
|
/Zephyr-4.1.0/drivers/i2c/ |
D | i2c_nrfx_twim.c | 91 msg_buf_size, dev->name); in i2c_nrfx_twim_transfer()
|
/Zephyr-4.1.0/kernel/include/ |
D | kernel_internal.h | 77 int prio, uint32_t options, const char *name);
|
/Zephyr-4.1.0/drivers/adc/ |
D | adc_ads7052.c | 273 LOG_ERR("SPI bus %s not ready", config->bus.bus->name); in adc_ads7052_init()
|
D | adc_ifx_cat1.c | 86 LOG_DBG("%s ISR triggered.", dev->name); in _cyhal_adc_event_callback()
|
D | adc_mcp320x.c | 293 k_thread_name_set(tid, dev->name); in mcp320x_init()
|
/Zephyr-4.1.0/include/zephyr/arch/arm/mpu/ |
D | arm_mpu_v7m.h | 109 .name = p_name, \
|
/Zephyr-4.1.0/boards/nxp/mimxrt1060_evk/ |
D | mimxrt1060_evk.dtsi | 232 disk-name = "SD";
|
/Zephyr-4.1.0/boards/st/nucleo_wba55cg/doc/ |
D | nucleo_wba55cg.rst | 251 - Right click on your project name, select Debug as > Debug configurations
|
/Zephyr-4.1.0/boards/st/nucleo_wba52cg/doc/ |
D | nucleo_wba52cg.rst | 242 - Right click on your project name, select Debug as > Debug configurations
|
/Zephyr-4.1.0/drivers/video/ |
D | ov5640.c | 1171 LOG_ERR("%s: device %s is not ready", dev->name, cfg->reset_gpio.port->name); in ov5640_init() 1176 LOG_ERR("%s: device %s is not ready", dev->name, cfg->powerdown_gpio.port->name); in ov5640_init()
|
/Zephyr-4.1.0/arch/arm/core/mmu/ |
D | arm_mmu.c | 72 { .name = "zephyr_data", 80 { .name = "zephyr_code", 96 { .name = "zephyr_rodata", 105 { .name = "nocache",
|
/Zephyr-4.1.0/drivers/sensor/tdk/icm42x70/ |
D | icm42x70.c | 376 LOG_DBG("\"%s\" %s OK", dev->name, data->imu_name); in icm42x70_sensor_init() 1004 #define ICM42X70_DEFINE(inst, name, whoami) \ argument 1006 .imu_name = name, \
|
/Zephyr-4.1.0/subsys/bluetooth/audio/shell/ |
D | bap_broadcast_assistant.c | 545 bt_shell_print("Found matched broadcast name '%s' with address %s", in scan_recv_cb() 705 shell_error(sh, "Broadcast name should be minimum %d " in cmd_bap_broadcast_assistant_add_broadcast_name() 1161 "Add a source by broadcast name <broadcast_name> <sync_pa> "
|
/Zephyr-4.1.0/drivers/ieee802154/ |
D | ieee802154_rf2xx.c | 969 conf->dig2_gpio.port->name); in configure_gpios() 982 conf->clkm_gpio.port->name); in configure_gpios() 995 conf->spi.bus->name); in configure_spi()
|
/Zephyr-4.1.0/drivers/net/ |
D | ppp.c | 916 LOG_HEXDUMP_DBG(data, len, ppp->dev->name); in ppp_consume_ringbuf() 1106 LOG_DBG("Initializing PPP to use %s", context->dev->name); in ppp_start() 1109 LOG_ERR("Device %s is not ready", context->dev->name); in ppp_start()
|
/Zephyr-4.1.0/doc/releases/ |
D | release-notes-1.11.rst | 361 * :github:`5466` - sanitycheck: "CMake Error: : System Error: File name too long" 431 * :github:`5877` - sensors: Cleanup Kconfig for address, driver & bus name 463 * :github:`6131` - mbedtls: Name of config-mini-tls1_2.h contradicts description
|
/Zephyr-4.1.0/drivers/sensor/st/iis2iclx/ |
D | iis2iclx_shub.c | 755 LOG_INF("shub: start sensorhub for %s", dev->name); in iis2iclx_shub_init() 791 LOG_DBG("shub: dev %s - num_ext_dev %d", dev->name, data->num_ext_dev); in iis2iclx_shub_init()
|
1...<<231232233234235236237238239240>>...258