Searched full:name (Results 5901 – 5925 of 6428) sorted by relevance
1...<<231232233234235236237238239240>>...258
/Zephyr-4.1.0/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 302 cmd.append("--test-name") 594 instances={instance.name: instance},
|
/Zephyr-4.1.0/subsys/bluetooth/services/ots/ |
D | ots_oacp.c | 79 if (strlen(obj->metadata.name) > 0) { in oacp_create_proc_validate() 80 LOG_ERR("Object name shall be a zero length string after object creation."); in oacp_create_proc_validate()
|
/Zephyr-4.1.0/tests/net/lib/mqtt_sn_client/src/ |
D | mqtt_sn_client.c | 431 * 6.5 Topic Name Registration Procedure 434 * for a REGACK message before it can register another topic name.
|
/Zephyr-4.1.0/drivers/gnss/ |
D | gnss_quectel_lcx6g.c | 836 #define LCX6G_INST_NAME(inst, name) \ argument 837 _CONCAT(_CONCAT(_CONCAT(name, _), DT_DRV_COMPAT), inst)
|
/Zephyr-4.1.0/boards/phytec/phyboard_polis/doc/ |
D | index.rst | 118 | Board Name | SoM Name | Usage |
|
/Zephyr-4.1.0/boards/madmachine/mm_feather/doc/ |
D | index.rst | 57 | Name | GPIO | Other peripherals | 59 | Swift ID | Pin name | Swift ID | Zephyr driver | Swift ID | Zephyr driver |
|
/Zephyr-4.1.0/dts/arm/nxp/ |
D | nxp_rt5xx_common.dtsi | 44 power-state-name = "runtime-idle"; 51 power-state-name = "suspend-to-idle";
|
/Zephyr-4.1.0/boards/96boards/nitrogen/doc/ |
D | index.rst | 101 | PIN # | Signal Name | nRF52832 Functions | 145 | PIN # | Signal Name | nRF52832 Functions |
|
/Zephyr-4.1.0/drivers/ethernet/ |
D | eth_enc424j600.c | 699 LOG_ERR("SPI master port %s not ready", config->spi.bus->name); in enc424j600_init() 705 LOG_ERR("GPIO port %s not ready", config->interrupt.port->name); in enc424j600_init()
|
/Zephyr-4.1.0/subsys/usb/device_next/class/ |
D | usbd_cdc_ecm.c | 393 LOG_INF("Enabled %s", c_data->name); in usbd_cdc_ecm_enable() 402 LOG_INF("Disabled %s", c_data->name); in usbd_cdc_ecm_disable()
|
/Zephyr-4.1.0/dts/bindings/ |
D | vendor-prefixes.txt | 5 # before using them to avoid name-space collisions. 11 # <vendor-prefix><TAB><Full name of vendor>
|
/Zephyr-4.1.0/samples/subsys/usb/uac2_explicit_feedback/src/ |
D | main.c | 266 printk("%s is not ready\n", main_ctx.i2s_dev->name); in main()
|
/Zephyr-4.1.0/scripts/coredump/gdbstubs/ |
D | gdbstub.py | 240 thread_info_bytes += b'name: '
|
/Zephyr-4.1.0/drivers/pwm/ |
D | pwm_nxp_flexio.c | 325 .clock_subsys = (clock_control_subsys_t)DT_CLOCKS_CELL(DT_INST_PARENT(n), name),\
|
/Zephyr-4.1.0/samples/kernel/condition_variables/simple/ |
D | README.rst | 33 To build for another board, change ``native_sim`` above to that board's name.
|
/Zephyr-4.1.0/dts/arm/nordic/ |
D | nrf52805.dtsi | 82 regulator-name = "REG";
|
/Zephyr-4.1.0/drivers/sensor/ams/tsl2540/ |
D | tsl2540.c | 304 LOG_ERR("I2C dev %s not ready", cfg->i2c_spec.bus->name); in tsl2540_init()
|
/Zephyr-4.1.0/drivers/sensor/ams/tsl2561/ |
D | tsl2561.c | 323 LOG_ERR("I2C dev %s not ready", config->i2c.bus->name); in tsl2561_init()
|
/Zephyr-4.1.0/samples/net/secure_mqtt_sensor_actuator/ |
D | README.rst | 2 :name: Secure MQTT Sensor/Actuator
|
/Zephyr-4.1.0/tests/drivers/flash/negative_tests/src/ |
D | main.c | 62 TC_PRINT("Test will run on device %s\n", flash_dev->name); in flash_driver_setup()
|
/Zephyr-4.1.0/drivers/sensor/tdk/mpu9250/ |
D | mpu9250.c | 244 LOG_ERR("I2C dev %s not ready", cfg->i2c.bus->name); in mpu9250_init()
|
/Zephyr-4.1.0/samples/drivers/dac/ |
D | README.rst | 2 :name: Digital-to-Analog Converter (DAC)
|
/Zephyr-4.1.0/scripts/pylib/pytest-twister-harness/tests/device/ |
D | hardware_adapter_test.py | 17 @pytest.fixture(name='device')
|
/Zephyr-4.1.0/subsys/bluetooth/mesh/ |
D | cfg.c | 426 static int cfg_set(const char *name, size_t len_rd, in cfg_set() argument
|
/Zephyr-4.1.0/boards/native/nrf_bsim/doc/ |
D | nrf52_bsim.rst | 126 resulting executable to the simulator bin folder with a sensible name:
|
1...<<231232233234235236237238239240>>...258