/Zephyr-latest/boards/ambiq/apollo3_evb/ |
D | apollo3_evb_connector.dtsi | 9 compatible = "ambiq-header";
|
/Zephyr-latest/doc/develop/sca/ |
D | codechecker.rst | 40 :header-rows: 1 84 :header-rows: 1
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_http1.c | 568 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/ |
D | mmc56x3.h | 124 struct mmc56x3_decoder_header header; member
|
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/doc/ |
D | index.rst | 12 This display uses a 26 pin connector header.
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_stm32_priv.h | 218 uint16_t header; member
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/ |
D | rd_rw612_bga.overlay | 37 * Display can be connected to Arduino header
|
/Zephyr-latest/samples/subsys/sip_svc/src/ |
D | main.c | 69 request.header = SIP_SVC_PROTO_HEADER(SIP_SVC_PROTO_CMD_ASYNC, 0); in main()
|
/Zephyr-latest/boards/infineon/cy8ckit_062s4/ |
D | cy8ckit_062s4.dts | 33 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/ |
D | cy8ckit_062_ble_common.dtsi | 34 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/seeed/lora_e5_dev_board/ |
D | lora_e5_dev_board.dts | 59 * and for external devices(Grove, header). 71 * Available for external devices on header J2
|
/Zephyr-latest/samples/subsys/dap/src/ |
D | main.c | 65 struct msosv2_descriptor_set_header header; member 76 .header = {
|
/Zephyr-latest/boards/gd/gd32vf103c_starter/doc/ |
D | index.rst | 36 :header-rows: 1 76 allows flash programming and debugging over USB. There is also a JTAG header
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | Kconfig | 74 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/ |
D | index.rst | 108 | 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/ |
D | index.rst | 77 | 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/ |
D | index.rst | 50 - 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/ |
D | sam_v71_xult-common.dtsi | 75 compatible = "atmel-xplained-pro-header"; 100 compatible = "atmel-xplained-pro-header"; 125 compatible = "arduino-header-r3";
|
/Zephyr-latest/doc/hardware/porting/ |
D | shields.rst | 165 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/ |
D | index.rst | 58 * 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/ |
D | ec_host_cmd_backend_spi_stm32.c | 265 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/ |
D | bluetooth-le-host.rst | 161 :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/ |
D | index.rst | 128 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/ |
D | nrf5340_cpuappns.dtsi | 7 /* .dtsi header for nRF5340 CPUAPP (Application MCU), Non-Secure domain */
|
/Zephyr-latest/boards/seagate/faze/support/ |
D | openocd.cfg | 5 # An external debug probe must be connected to the SWD port (4-pins J2 header).
|