Searched full:name (Results 4151 – 4175 of 6428) sorted by relevance
1...<<161162163164165166167168169170>>...258
/Zephyr-latest/samples/net/lwm2m_client/ |
D | sample.yaml | 3 name: TBD
|
/Zephyr-latest/samples/net/sockets/http_get/ |
D | sample.yaml | 3 name: socket_http_get
|
/Zephyr-latest/samples/posix/eventfd/ |
D | README.rst | 2 :name: eventfd()
|
/Zephyr-latest/samples/sensor/accel_trig/ |
D | sample.yaml | 2 name: Accelerometer trigger sample
|
/Zephyr-latest/dts/bindings/dai/ |
D | mediatek,afe.yaml | 12 afe-name:
|
/Zephyr-latest/samples/sensor/hts221/ |
D | README.rst | 2 :name: HTS221 Temperature and Humidity Monitor
|
/Zephyr-latest/samples/subsys/debug/debugmon/ |
D | README.rst | 2 :name: Debug Monitor
|
/Zephyr-latest/samples/basic/fade_led/ |
D | README.rst | 2 :name: Fade LED
|
/Zephyr-latest/samples/boards/st/backup_sram/ |
D | README.rst | 2 :name: Backup SRAM
|
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/ |
D | README.rst | 3 :name: Bluetooth: ST Interactive GUI
|
/Zephyr-latest/samples/subsys/usb/audio/headset/ |
D | README.rst | 2 :name: USB Audio headset
|
/Zephyr-latest/samples/sensor/lps22hb/ |
D | README.rst | 2 :name: LPS22HB Temperature and Pressure Sensor
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/ |
D | sample.yaml | 2 name: Bluetooth HCI UART 3Wire
|
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/ |
D | README.rst | 2 :name: Periodic Advertising with Responses (PAwR) Advertiser
|
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/ |
D | README.rst | 2 :name: Periodic Advertising with Responses (PAwR) Synchronization
|
/Zephyr-latest/include/zephyr/drivers/ |
D | adc.h | 338 * @brief Get ADC io-channel information from devicetree by name. 341 * given a devicetree node and a channel name. The node must have 401 * @param name Channel name. 405 #define ADC_DT_SPEC_GET_BY_NAME(node_id, name) \ argument 406 ADC_DT_SPEC_STRUCT(DT_IO_CHANNELS_CTLR_BY_NAME(node_id, name), \ 407 DT_IO_CHANNELS_INPUT_BY_NAME(node_id, name)) 410 * instance by name. 415 * @param name Channel name. 419 #define ADC_DT_SPEC_INST_GET_BY_NAME(inst, name) \ argument 420 ADC_DT_SPEC_GET_BY_NAME(DT_DRV_INST(inst), name)
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_http1.c | 235 if (strcasecmp(hdr->name, "Transfer-Encoding") == 0) { in http1_send_headers() 240 if (strcasecmp(hdr->name, "Content-Type") == 0) { in http1_send_headers() 244 snprintk(http_response, sizeof(http_response), "%s: ", hdr->name); in http1_send_headers() 249 LOG_DBG("Failed to send HTTP header name"); in http1_send_headers() 665 header_len = strlen(header->name); in check_user_request_headers() 667 if (strcasecmp(buf, header->name) == 0) { in check_user_request_headers() 669 LOG_DBG("Header '%s' dropped: not enough slots", header->name); in check_user_request_headers() 675 LOG_DBG("Header '%s' dropped: buffer too small for name", in check_user_request_headers() 676 header->name); in check_user_request_headers() 681 strcpy(dest, header->name); in check_user_request_headers() [all …]
|
/Zephyr-latest/soc/nuvoton/npcx/common/ecst/ |
D | ecst.py | 11 # [-chip <name>] [-v|-vv] 185 output_file = Path("out_" + input_file_path.name) 191 exit_with_failure(f'Input file name {input_file} ' 193 f' Output file name {output}') 201 print(f'Output file name: {output_file.name} \n') 207 and closes the application, deletes the output file if the chip name 215 message = f'Invalid chip name, ' 854 file_name_to_print = output_file.name 866 file_name_to_print = file_to_merge.name 903 f' {output_file.name}')
|
/Zephyr-latest/doc/build/cmake/ |
D | build-postprocess-2.svg | 4 …name="Page-1" id="Page-1">7V1rU6M8FP41zrjvjB0uCZePtVVX10vX6rtrv+xQSClbKBXoR…
|
D | build-postprocess-1.svg | 4 …name="Page-1" id="Page-1">7V1rU6M8FP41zrjvjB0uCZePtVVX10vX6rtrv+xQSClbKBXoR…
|
D | build-postprocess-3.svg | 4 …name="Page-1" id="Page-1">7V1rU6M8FP41zrjvjB0uCZePtVVX10vX6rtrv+xQSClbKBXoR…
|
/Zephyr-latest/tests/bluetooth/qualification/ |
D | ICS_Zephyr_Bluetooth_Controller_nrf52840dk_nrf52840.pts | 4 <name>Zephyr_Bluetooth_Controller_nrf52840dk_nrf52840</name> 7 <name>SUM ICS</name> 18 <name>PROD</name> 29 <name>LL</name> 476 <name>4.0HCI</name>
|
/Zephyr-latest/lib/acpi/ |
D | acpi.c | 117 static ACPI_NAMESPACE_NODE *acpi_name_lookup(char *name) in acpi_name_lookup() argument 125 status = AcpiNsInternalizeName(name, &path); in acpi_name_lookup() 127 LOG_ERR("Invalid namestring: %s", name); in acpi_name_lookup() 134 LOG_ERR("Could not locate name: %s, %d", name, status); in acpi_name_lookup() 152 LOG_ERR("No ACPI node with given name: %s", bus_name); in acpi_evaluate_method() 157 LOG_ERR("No ACPI node foud with given name: %s", bus_name); in acpi_evaluate_method() 166 LOG_ERR("No entry for the ACPI node with given name: %s", bus_name); in acpi_evaluate_method() 408 * If Name path exist then PCI interrupts are configurable and are not hardwired to in acpi_legacy_irq_init()
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | Kconfig.winc1500 | 18 string "Driver name"
|
/Zephyr-latest/samples/subsys/usb/hid-keyboard/ |
D | README.rst | 2 :name: USB HID keyboard
|
1...<<161162163164165166167168169170>>...258