Home
last modified time | relevance | path

Searched refs:header (Results 1 – 25 of 48) sorted by relevance

12

/samples/subsys/modbus/tcp_gateway/src/
A Dmain.c48 uint8_t header[MODBUS_MBAP_AND_FC_LENGTH]; in modbus_tcp_reply() local
50 modbus_raw_put_header(adu, header); in modbus_tcp_reply()
51 if (send(client, header, sizeof(header), 0) < 0) { in modbus_tcp_reply()
64 uint8_t header[MODBUS_MBAP_AND_FC_LENGTH]; in modbus_tcp_connection() local
68 rc = recv(client, header, sizeof(header), MSG_WAITALL); in modbus_tcp_connection()
73 LOG_HEXDUMP_DBG(header, sizeof(header), "h:>"); in modbus_tcp_connection()
74 modbus_raw_get_header(&tmp_adu, header); in modbus_tcp_connection()
/samples/drivers/ipm/ipm_mcux/
A DKconfig8 bool "Include remote core header directory"
10 Include remote build header files. Can be used if primary image
/samples/subsys/ipc/openamp/
A DKconfig8 bool "Include remote core header directory"
10 Include remote build header files. Can be used if primary image
/samples/drivers/mbox_data/
A DKconfig8 bool "Include remote core header directory"
10 Include remote build header files. Can be used if primary image
/samples/subsys/ipc/ipc_service/static_vrings/
A DKconfig8 bool "Include remote core header directory"
10 Include remote build header files. Can be used if primary image
/samples/subsys/modbus/tcp_server/src/
A Dmain.c216 uint8_t header[MODBUS_MBAP_AND_FC_LENGTH]; in modbus_tcp_reply() local
218 modbus_raw_put_header(adu, header); in modbus_tcp_reply()
219 if (send(client, header, sizeof(header), 0) < 0) { in modbus_tcp_reply()
232 uint8_t header[MODBUS_MBAP_AND_FC_LENGTH]; in modbus_tcp_connection() local
236 rc = recv(client, header, sizeof(header), MSG_WAITALL); in modbus_tcp_connection()
241 LOG_HEXDUMP_DBG(header, sizeof(header), "h:>"); in modbus_tcp_connection()
242 modbus_raw_get_header(&tmp_adu, header); in modbus_tcp_connection()
/samples/drivers/mbox/
A DKconfig8 bool "Include remote core header directory"
10 Include remote build header files. Can be used if primary image
/samples/arch/smp/pktqueue/
A DREADME.rst17 of packet headers is initialized. Each header contains some random data of size
18 defined in SIZE_OF_HEADER and calculated crc16 header checksum
20 header follows:
43 of them first pick the header from "sender" queue, calculates crc and if
44 crc is correct put the header to "receiver" queue. Only one thread in a
58 size of header in bytes (``SIZE_OF_HEADER``).
78 Simulating IP header validation on multiple cores.
80 Bytes in packet header: 24
/samples/sensor/mcux_lpcmp/boards/
A Dmcx_n9xx_evk_mcxn947_cpu0.overlay9 * Apply input voltage to LPCMP on header J1-pin 14 (P1_2)
A Dmcx_n9xx_evk_mcxn947_cpu0_qspi.overlay9 * Apply input voltage to LPCMP on header J1-pin 14 (P1_2)
/samples/drivers/video/capture/boards/
A Dfrdm_mcxn236.overlay10 * pins are duplicated with camera header pins
/samples/subsys/usb/webusb/src/
A Dmsosv2.h33 struct msosv2_descriptor_set_header header; member
51 .header = {
/samples/subsys/dap/src/
A Dmsosv2.h33 struct msosv2_descriptor_set_header header; member
51 .header = {
/samples/net/sockets/packet/
A DKconfig21 This will strip Ethernet header from received packets
22 and insert Ethernet header to sent packets.
/samples/bluetooth/channel_sounding/src/
A Dcs_test_initiator.c69 latest_num_steps_reported = result->header.num_steps_reported; in subevent_result_cb()
70 n_ap = result->header.num_antenna_paths; in subevent_result_cb()
84 if (result->header.procedure_done_status == BT_CONN_LE_CS_PROCEDURE_COMPLETE || in subevent_result_cb()
85 result->header.procedure_done_status == BT_CONN_LE_CS_PROCEDURE_ABORTED) { in subevent_result_cb()
A Dcs_test_reflector.c37 latest_num_steps_reported = result->header.num_steps_reported; in subevent_result_cb()
50 if (result->header.procedure_done_status == BT_CONN_LE_CS_PROCEDURE_COMPLETE || in subevent_result_cb()
51 result->header.procedure_done_status == BT_CONN_LE_CS_PROCEDURE_ABORTED) { in subevent_result_cb()
A 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()
/samples/sensor/lsm6dso_i2c_on_i3c/
A DREADME.rst19 the evaluation board STEVAL-MKI196V1 connected to the I3C header
50 header, where:
60 A LSM6DSO sensor needs to be connected to this header. For example,
/samples/sensor/lps22hh_i3c/
A DREADME.rst18 STEVALMKI192-V1 connected to the I3C header on :zephyr:board:`mimxrt685_evk`.
59 header, where:
69 A LPS22HH sensor needs to be connected to this header. For example,
/samples/drivers/video/capture_to_lvgl/src/
A Dmain.c174 .header.w = CONFIG_VIDEO_WIDTH, in main()
175 .header.h = CONFIG_VIDEO_HEIGHT, in main()
177 .header.cf = LV_COLOR_FORMAT_NATIVE, in main()
/samples/net/sockets/coap_server/
A DKconfig25 Name of a header file containing a pre-shared key.
/samples/subsys/usb/legacy/webusb/src/
A Dmain.c42 struct msosv2_descriptor_set_header header; member
52 .header = {
/samples/net/prometheus/
A DKconfig31 Name of a header file containing a
/samples/bluetooth/mtu_update/
A DREADME.rst14 | Set :kconfig:option:`CONFIG_BT_BUF_ACL_RX_SIZE` to at least x + L2CAP header
16 | Set :kconfig:option:`CONFIG_BT_BUF_ACL_RX_SIZE` to at least x + L2CAP header +
51 L2CAP header size.
55 L2CAP header size.
/samples/subsys/display/cfb_custom_font/
A DREADME.rst13 a PNG image, and then uses the generated header (``cfb_font_dice.h``)

Completed in 52 milliseconds

12