Home
last modified time | relevance | path

Searched refs:header (Results 326 – 350 of 890) sorted by relevance

1...<<11121314151617181920>>...36

/Zephyr-latest/boards/arduino/uno_r4/
Darduino_uno_r4_wifi.dts26 compatible = "arduino-header-r3";
Darduino_uno_r4_minima.dts26 compatible = "arduino-header-r3";
/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v1.c242 uint8_t header = slave | HEADER; in handle_sb() local
247 header |= I2C_REQUEST_READ; in handle_sb()
250 LL_I2C_TransmitData8(i2c, header); in handle_sb()
760 uint8_t header = slave | HEADER; in stm32_i2c_msg_write() local
762 LL_I2C_TransmitData8(i2c, header); in stm32_i2c_msg_write()
858 uint8_t header = slave | HEADER; in stm32_i2c_msg_read() local
860 LL_I2C_TransmitData8(i2c, header); in stm32_i2c_msg_read()
892 header |= I2C_REQUEST_READ; in stm32_i2c_msg_read()
893 LL_I2C_TransmitData8(i2c, header); in stm32_i2c_msg_read()
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_9.rst29 Execute command request header:
69 Command line execute response header fields:
/Zephyr-latest/include/zephyr/modbus/
Dmodbus.h581 void modbus_raw_put_header(const struct modbus_adu *adu, uint8_t *header);
589 void modbus_raw_get_header(struct modbus_adu *adu, const uint8_t *header);
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_pe_common_internal.h348 bool received_control_message(const struct device *dev, const union pd_header header,
359 bool received_data_message(const struct device *dev, const union pd_header header,
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dconnected_cs_initiator.c72 latest_num_steps_reported = result->header.num_steps_reported; in subevent_result_cb()
73 n_ap = result->header.num_antenna_paths; in subevent_result_cb()
87 if (result->header.procedure_done_status == BT_CONN_LE_CS_PROCEDURE_COMPLETE) { in subevent_result_cb()
/Zephyr-latest/subsys/net/lib/http/
DKconfig84 maximum length of an individual HTTP header supported.
105 This setting determines the maximum length of HTTP header field or value
107 internal header processing, and only needs to be increased if the
111 int "Maximum HTTP/2 response header frame length"
115 This setting determines the maximum length of an HTTP/2 header frame
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/
Dakm09918c.h97 struct akm09918c_decoder_header header; member
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt.rst130 will allocate 800 bytes and no extra header space.
137 will allocate 1514 bytes, the MTU + Ethernet header space.
141 existing buffer. It will also account for the header space if
277 :c:func:`net_pkt_skip`. For example, to go after the IP header, use:
295 header. In addition to this, if it is known the header size appears
297 cast the actual position in the buffer to the type of header. Either
298 for reading or writing the fields of such header, accessing it
323 It would be the same for struct net_ipv4_hdr. For a UDP header it
343 On the TX path, however, the header fields have been modified. In such
/Zephyr-latest/boards/particle/boron/doc/
Dindex.rst69 Please see the `Boron Datasheet`_ for header pin assignments, which are
97 * TWI0 enabled on labeled header (SDA/SCL)
111 * UARTE0 enabled RX/TX on labeled header (UART1); add RTS/CTS with overlay
/Zephyr-latest/subsys/sip_svc/
Dsip_svc_agilex_mailbox_shell.c135 request.header = SIP_SVC_PROTO_HEADER(SIP_SVC_PROTO_CMD_ASYNC, 0); in cmd_close()
173 shell_print(sh, "\theader=%08x\n", response->header); in cmd_send_callback()
303 request.header = SIP_SVC_PROTO_HEADER(SIP_SVC_PROTO_CMD_ASYNC, 0); in cmd_send()
Dsip_svc_subsys.c493 cmd_code = SIP_SVC_PROTO_HEADER_GET_CODE(request.header); in sip_svc_request_handler()
496 trans_id = SIP_SVC_PROTO_HEADER_GET_TRANS_ID(request.header); in sip_svc_request_handler()
510 LOG_DBG("\theader %08x", request.header); in sip_svc_request_handler()
526 response.header = SIP_SVC_PROTO_HEADER(error_code, trans_id); in sip_svc_request_handler()
612 response.header = in sip_svc_async_response_handler()
684 (uint32_t)SIP_SVC_PROTO_HEADER_GET_CODE(request->header), in sip_svc_send()
724 SIP_SVC_PROTO_HEADER_SET_TRANS_ID(request->header, trans_id); in sip_svc_send()
/Zephyr-latest/drivers/sensor/
Dsensor_shell.c412 data->header.base_timestamp_ns; in sensor_shell_processing_callback()
429 data->header.base_timestamp_ns; in sensor_shell_processing_callback()
443 data->header.base_timestamp_ns; in sensor_shell_processing_callback()
464 data->header.base_timestamp_ns = in sensor_shell_processing_callback()
466 data->header.reading_count = 1; in sensor_shell_processing_callback()
489 data->header.base_timestamp_ns = in sensor_shell_processing_callback()
491 data->header.reading_count = 1; in sensor_shell_processing_callback()
510 data->header.base_timestamp_ns = in sensor_shell_processing_callback()
512 data->header.reading_count = 1; in sensor_shell_processing_callback()
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_async.c37 edata->header.timestamp = k_ticks_to_ns_floor64(k_uptime_ticks()); in bme280_submit_sync()
/Zephyr-latest/samples/net/prometheus/
DKconfig31 Name of a header file containing a
/Zephyr-latest/boards/actinius/icarus_som_dk/
Darduino_connector.dtsi9 compatible = "arduino-header-r3";
/Zephyr-latest/tests/boot/mcuboot_data_sharing/
DCMakeLists.txt21 # Get MCUboot version from the VERSION file in the repository and create a local output header
/Zephyr-latest/arch/arm/core/
DCMakeLists.txt15 zephyr_library_sources_ifdef(CONFIG_ARM_ZIMAGE_HEADER header.S)
/Zephyr-latest/boards/shields/frdm_kw41z/doc/
Dindex.rst52 routes the UART RX and TX signals to the Arduino header, rather than to the
55 #. Attach the FRDM-KW41Z to the Arduino header on your selected main board,
/Zephyr-latest/boards/renesas/da1469x_dk_pro/
Dda1469x_dk_pro.dts47 compatible = "arduino-header-r3";
99 * for product header added by flasher.
/Zephyr-latest/scripts/west_commands/
Dbindesc.py292 header = f.read(1024)
295 if header.startswith(b'\x7fELF'):
299 if header.startswith(b'UF2\n'):
304 header.decode('ascii')
/Zephyr-latest/boards/adafruit/nrf52_adafruit_feather/doc/
Dindex.rst86 This board version is the recommended one to use. It has the SWD header
91 This board is identical to the board above, but the SWD header is not
93 with this version a 2*5pin 0.5" SWD header (e.g. `Adafruit SWD connector`_)
104 J-Link programmer. The programmer is attached to the X1 SWD header.
/Zephyr-latest/boards/96boards/neonkey/doc/
Dindex.rst157 1. Connect BOOT0 to VDD (link JTAG pins 1 and 5 on P4 header)
180 For flashing via SWD debug port, 0.1" male header must be soldered at P4
181 header available at the bottom of the board, near RST button.
184 be connected to the P4 header using its flying leads and its 20 Pin
/Zephyr-latest/boards/m5stack/m5stack_stamps3/
Dm5stack_stamps3_connectors.dtsi8 compatible = "m5stack,stamps3-header";

1...<<11121314151617181920>>...36