Searched refs:header (Results 626 – 650 of 890) sorted by relevance
1...<<21222324252627282930>>...36
/Zephyr-latest/boards/nordic/nrf9151dk/ |
D | nrf9151dk_nrf9151_common.dtsi | 77 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/nordic/nrf52dk/ |
D | nrf52dk_nrf52832.dts | 80 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/nordic/nrf52833dk/ |
D | nrf52833dk_nrf52833.dts | 80 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/nordic/nrf7002dk/ |
D | nrf5340_cpuapp_common.dtsi | 55 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | nrf9160dk_nrf9160_common.dtsi | 104 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/nordic/nrf9161dk/ |
D | nrf9161dk_nrf9161_common.dtsi | 77 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/nxp/mimxrt1020_evk/ |
D | mimxrt1020_evk.dts | 60 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/nxp/mimxrt1024_evk/ |
D | mimxrt1024_evk.dts | 64 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/atmel/sam0/samd20_xpro/doc/ |
D | index.rst | 30 :header-rows: 1
|
/Zephyr-latest/boards/nxp/frdm_k82f/ |
D | frdm_k82f.dts | 94 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/seeed/lora_e5_dev_board/doc/ |
D | lora_e5_dev_board.rst | 47 external sources via header. 220 blue 2.54mm header labeled ``SWIM/SWD``.
|
/Zephyr-latest/doc/services/binary_descriptors/ |
D | index.rst | 35 Binary descriptors are implemented with a TLV (tag, length, value) header linked 55 The binary descriptor header starts with the magic number ``0xb9863e5a7ea46046``. It's followed
|
/Zephyr-latest/boards/nxp/frdm_k82f/doc/ |
D | index.rst | 13 QuadSPI external flash, FlexIO camera header, touchpads and headers for use 40 - FlexIO header
|
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 615 const struct http_header *header) in expect_contains_header() argument 627 if (strncasecmp(header_buf.name, header->name, header_buf.name_len) == 0 && in expect_contains_header() 628 strncasecmp(header_buf.value, header->value, header_buf.value_len) == 0) { in expect_contains_header() 636 zassert_true(found, "Header '%s: %s' not found", header->name, header->value); in expect_contains_header()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_config.rst | 21 :header: "Option name", "Description"
|
/Zephyr-latest/boards/seagate/legend/doc/ |
D | index.rst | 119 SWD port (on-board 4-pin header). In the default OpenOCD configuration, the
|
/Zephyr-latest/boards/u-blox/ubx_evkninab4/ |
D | ubx_evkninab4_nrf52833.dts | 77 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/waveshare/rp2040_zero/doc/ |
D | index.rst | 31 :header-rows: 1
|
/Zephyr-latest/boards/u-blox/ubx_bmd300eval/ |
D | ubx_bmd300eval_nrf52832.dts | 79 compatible = "arduino-header-r3";
|
/Zephyr-latest/boards/nxp/frdm_k64f/ |
D | frdm_k64f.dts | 66 compatible = "arduino-header-r3";
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 61 :header-rows: 1 150 …- Precautions shall be taken in order to prevent the contents of a header file being included mor… 153 …- `PRE06-C <https://wiki.sei.cmu.edu/confluence/display/c/PRE06-C.+Enclose+header+files+in+an+inc… 852 …- The ', or \ characters and the /* or // character sequences shall not occur in a header file na… 943 - The standard header file <setjmp.h> shall not be used 971 - The standard header file <tgmath.h> shall not be used 1123 Do not conditionally compile function declarations in header files. Do not 1124 conditionally compile structure declarations in header files. You may 1131 Excluding declarations from the header based on compile-time options may prevent 1163 :header-rows: 1 [all …]
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 121 --header-background: var(--page-background-color); 122 --header-foreground: var(--page-foreground-color); 350 background: var(--header-background); 372 color: var(--header-foreground); 445 border-color: var(--header-foreground) transparent transparent transparent; 508 color: var(--header-foreground) !important; 885 div.header { 906 div.contents, div.header .title, div.header .summary { 910 div.contents, div.header .title { 915 div.header .summary { [all …]
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 996 char header[DDI_SECURITY_TOKEN_SIZE + sizeof(AUTH_HEADER_START) + sizeof(HTTP_CRLF) - 1]; in send_request() local 998 snprintf(header, sizeof(header), AUTH_HEADER_FULL, hb_cfg.ddi_security_token); in send_request() 999 const char *const headers[] = {header, NULL}; in send_request()
|
/Zephyr-latest/scripts/build/ |
D | check_init_priorities.py | 174 start = section.header.sh_addr
|
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/ |
D | ubx_bmd340eval_nrf52840.dts | 79 compatible = "arduino-header-r3";
|
1...<<21222324252627282930>>...36