Searched full:name (Results 6076 – 6100 of 6428) sorted by relevance
1...<<241242243244245246247248249250>>...258
/Zephyr-latest/doc/develop/test/ |
D | pytest.rst | 267 …/docs.pytest.org/en/latest/example/markers.html#using-k-expr-to-select-tests-based-on-their-name>`_
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/ |
D | mqtt_client.c | 92 /** Initialise the MQTT client ID as the board name with random hex postfix */
|
/Zephyr-latest/subsys/net/lib/tftp/ |
D | tftp_client.c | 32 /* Copy the name of the remote file. */ in make_request()
|
/Zephyr-latest/tests/boards/nrf/hwinfo/reset_cause/src/ |
D | main.c | 278 LOG_ERR("WDT device %s is not ready", my_wdt_device->name); in test_reset_watchdog()
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | cmac_mode.c | 16 * - Neither the name of Intel Corporation nor the names of its contributors
|
D | ecc_dh.c | 40 * - Neither the name of Intel Corporation nor the names of its contributors
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_ite_it8xxx2.c | 349 pins[i].pinctrls->name, pins[i].pin);
|
/Zephyr-latest/modules/trusted-firmware-m/ |
D | Kconfig.tfm | 29 The board name used for building TFM. Building with TFM requires that
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | common.c | 273 .name = "number_devices", in register_more_cmd_args()
|
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/ |
D | README.rst | 4 :name: SMP server
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/ |
D | README.md | 38 docker run --hostname=net-tools --name=net-tools --ip=192.0.2.2 --ip6=2001:db8::2 -p 8080:8080 -p 8…
|
/Zephyr-latest/drivers/adc/ |
D | adc_stm32.c | 1145 LOG_DBG("%s ISR triggered.", dev->name); 1558 LOG_DBG("Initializing %s", dev->name); 1598 LOG_ERR("%s device not ready", data->dma.dma_dev->name); 1875 * Name of the common ISR for a given IRQn (taken from a device with a
|
/Zephyr-latest/subsys/net/lib/dhcpv6/ |
D | dhcpv6.c | 59 static const char * const name[] = { in net_dhcpv6_state_name() local 71 __ASSERT_NO_MSG(state >= 0 && state < sizeof(name)); in net_dhcpv6_state_name() 72 return name[state]; in net_dhcpv6_state_name() 1208 NET_ERR("Invalid DNS Recursive Name Server option size"); in dhcpv6_parse_option_dns_servers()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | tbs_client.c | 1041 "Read the bearer name [<{instance_index, gtbs}>]", 1104 "Read the friendly name of an incoming call "
|
/Zephyr-latest/drivers/spi/ |
D | spi_mcux_dspi.c | 199 LOG_ERR("Transfer could not start on %s: %d", dev->name, status); in spi_mcux_transfer_next_packet() 897 (clock_control_subsys_t)DT_INST_CLOCKS_CELL(id, name), \
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.1.rst | 214 the same name, like so: 644 Model Number String and Manufacturer Name String characteristics that are part of the Device
|
/Zephyr-latest/boards/adi/max32670evkit/doc/ |
D | index.rst | 123 | Name | Name | Settings | Description …
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_sam_ssc.c | 968 LOG_ERR("%s device not ready", dev_cfg->dev_dma->name); in i2s_sam_initialize() 988 LOG_INF("Device %s initialized", dev->name); in i2s_sam_initialize()
|
/Zephyr-latest/include/zephyr/sd/ |
D | sd_spec.h | 526 /** Product name [103:64] */ 527 uint8_t name[SD_PRODUCT_NAME_BYTES]; member
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_ccp.c | 998 LOG_DBG("TBS Set Bearer Provider Name"); in tbs_set_bearer_name() 1004 memcpy(bearer_name, cp->name, cp->name_len); in tbs_set_bearer_name()
|
/Zephyr-latest/boards/nordic/thingy52/doc/ |
D | index.rst | 110 The LED is driven by the SX1509B GPIO expander chip (device name GPIO_P0). 261 | Name | Derived from | Controlled by |
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf52832.dtsi | 86 regulator-name = "REG";
|
/Zephyr-latest/drivers/sensor/ti/tmag5170/ |
D | tmag5170.c | 534 LOG_ERR("SPI dev %s not ready", cfg->bus.bus->name); in tmag5170_init()
|
/Zephyr-latest/drivers/sensor/silabs/si7210/ |
D | si7210.c | 462 LOG_ERR("I2C bus %s not ready!", config->bus.bus->name); in si7210_init()
|
/Zephyr-latest/scripts/release/ |
D | list_devicetree_bindings_changes.py | 29 # lookup key for bindings. The name "compat" matches edtlib's internal
|
1...<<241242243244245246247248249250>>...258