Home
last modified time | relevance | path

Searched refs:header (Results 376 – 400 of 890) sorted by relevance

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

/Zephyr-latest/boards/ambiq/apollo3_evb/
Dapollo3_evb_connector.dtsi9 compatible = "ambiq-header";
/Zephyr-latest/doc/develop/sca/
Dcodechecker.rst40 :header-rows: 1
84 :header-rows: 1
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c568 STRUCT_SECTION_FOREACH(http_header_name, header) { in check_user_request_headers()
569 header_len = strlen(header->name); in check_user_request_headers()
571 if (strcasecmp(buf, header->name) == 0) { in check_user_request_headers()
573 LOG_DBG("Header '%s' dropped: not enough slots", header->name); in check_user_request_headers()
580 header->name); in check_user_request_headers()
585 strcpy(dest, header->name); in check_user_request_headers()
/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3.h124 struct mmc56x3_decoder_header header; member
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/doc/
Dindex.rst12 This display uses a 26 pin connector header.
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_stm32_priv.h218 uint16_t header; member
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/
Drd_rw612_bga.overlay37 * Display can be connected to Arduino header
/Zephyr-latest/samples/subsys/sip_svc/src/
Dmain.c69 request.header = SIP_SVC_PROTO_HEADER(SIP_SVC_PROTO_CMD_ASYNC, 0); in main()
/Zephyr-latest/boards/infineon/cy8ckit_062s4/
Dcy8ckit_062s4.dts33 compatible = "arduino-header-r3";
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/
Dcy8ckit_062_ble_common.dtsi34 compatible = "arduino-header-r3";
/Zephyr-latest/boards/seeed/lora_e5_dev_board/
Dlora_e5_dev_board.dts59 * and for external devices(Grove, header).
71 * Available for external devices on header J2
/Zephyr-latest/samples/subsys/dap/src/
Dmain.c65 struct msosv2_descriptor_set_header header; member
76 .header = {
/Zephyr-latest/boards/gd/gd32vf103c_starter/doc/
Dindex.rst36 :header-rows: 1
76 allows flash programming and debugging over USB. There is also a JTAG header
/Zephyr-latest/subsys/canbus/isotp/
DKconfig74 header (sizeof(struct net_buf)) amount of data.
92 Each buffer will occupy CAN_MAX_DLEN - 1 byte + header (sizeof(struct net_buf))
108 header (sizeof(struct net_buf)) amount of data. If context buffers
/Zephyr-latest/boards/shields/amg88xx/doc/
Dindex.rst108 | Power supply header pin 5 | 5V Power Supply |
110 | Power supply header pin 6 | GND |
112 | Power supply header pin 7 | GND |
/Zephyr-latest/boards/weact/stm32g431_core/doc/
Dindex.rst77 | SB1/SB2 | Open | Route PC14/PC15 (LSE) to header |
128 The board can be debugged by installing the included 100 mil (0.1 inch) header, and
129 attaching an SWD debugger to the 3V3 (3.3V), GND, SCK, and DIO pins on that header.
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/doc/
Dindex.rst50 - SWD and serial port accessibility through a pin header
108 - UART_1 TX/RX : PA9/PA10 (available on the header pins)
139 The board provides header pins for the Serial Wire Debug (SWD) interface.
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/
Dsam_v71_xult-common.dtsi75 compatible = "atmel-xplained-pro-header";
100 compatible = "atmel-xplained-pro-header";
125 compatible = "arduino-header-r3";
/Zephyr-latest/doc/hardware/porting/
Dshields.rst165 shield GPIO abstraction, for example from the ``arduino-header-r3``
166 compatible. Boards that provide the header must map the header pins
176 compatible = "arduino-header-r3";
/Zephyr-latest/boards/nordic/thingy52/doc/
Dindex.rst58 * Provisions for a pin header and I2C and serial connectors
175 The external I2C bus (I2C_1) can be found on the P4 header and the P5 and P7
189 This is the pinout of the P4 pin header. Some of the SOC GPIO pins and I2C GPIO
355 programmer is attached to the P9 programming header.
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_spi_stm32.c265 static int expected_size(const struct ec_host_cmd_request_header *header) in expected_size() argument
268 if (header->prtcl_ver != EC_HOST_REQUEST_VERSION) { in expected_size()
273 if (header->reserved) { in expected_size()
277 return sizeof(*header) + header->data_len; in expected_size()
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst161 :header-rows: 1
182 header.
198 * - Basic L2CAP header
217 the first one being the L2CAP header, its size is 4 octets and its made
232 rectangles, the first one being the L2CAP header, its size is 4 octets
243 into two rectangles, the first one being the L2CAP header, its size is 4
252 :header-rows: 1
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst128 To interact with each other, C and C++ must share code through header
141 These compatibility issues affect header files dis-proportionally. Not
145 headers organization`_ that is typical in real-world projects. So, header
152 Put together, all these constraints can make writing header files very
153 challenging. The purpose of this section is to document some best "header
175 Initialization macros are common in header files as they help reduce
201 toolchains and standards, designated initializers in Zephyr header files
/Zephyr-latest/dts/arm/nordic/
Dnrf5340_cpuappns.dtsi7 /* .dtsi header for nRF5340 CPUAPP (Application MCU), Non-Secure domain */
/Zephyr-latest/boards/seagate/faze/support/
Dopenocd.cfg5 # An external debug probe must be connected to the SWD port (4-pins J2 header).

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