Searched full:how (Results 1 – 25 of 910) sorted by relevance
12345678910>>...37
/Zephyr-Core-3.7.0/doc/templates/ |
D | sample.tmpl | 6 the sentence "This code sample shows how to ..."). 19 [For simple projects, a description of how to wire the board for the demo. For 25 [ How to build the sample and how to run it. Pointers to where to find the 26 sample in the source tree and how to configure it and run it for a specific
|
D | board.tmpl | 29 [Tables describing the board PINs and how they are configured and can be used 37 [How to use this board with Zephyr and how to flash a Zephyr binary on this 43 [ How to debug this board]
|
/Zephyr-Core-3.7.0/subsys/net/lib/capture/ |
D | Kconfig | 25 int "How many network packets to allocate for capture" 28 This tells how many net_pkt to allocate for capturing 35 int "How many network buffers to allocate for capture" 38 This tells how many net_buf to allocate for capturing 89 int "How many link types (ETH_P_*) to capture at the same time" 94 This defines how many ETH_P_* link type values can be captured
|
/Zephyr-Core-3.7.0/samples/application_development/external_lib/ |
D | README.rst | 9 A simple example that demonstrates how to include an external static library 11 The demonstrates both how to build the external library using a different build 12 system and how to include the built static library.
|
/Zephyr-Core-3.7.0/subsys/net/l2/ppp/ |
D | Kconfig | 18 How long to wait Configure-Req. 25 How many times to resend Configure-Req messages before deciding the 33 How many times to resend Terminate-Req messages before terminating 41 How many times to accept NACK loops.
|
/Zephyr-Core-3.7.0/doc/develop/manifest/external/ |
D | dummy.rst | 9 Short intro into the module and how it relates to Zephyr. 14 How to use this module with Zephyr. Provide all the details.
|
D | external.rst.tmpl | 9 Short intro into the module and how it relates to Zephyr. 14 How to use this module with Zephyr. Provide all the details.
|
/Zephyr-Core-3.7.0/doc/build/dts/ |
D | intro.rst | 8 This is a conceptual overview of devicetree and how Zephyr uses it. For 11 The following pages introduce general devicetree concepts and how they apply to
|
D | phandles.rst | 31 Notice how the ``&nodelabel`` devicetree syntax is similar to the "address of" 135 document more rules about how to use phandle-array properties in practice. 191 You may be wondering how the "pin and flags" convention is established and 201 *Specifier spaces* are a way to allow nodes to describe how you should 204 We'll start with an abstract, high level description of how specifier spaces 206 references to further reading for how this all works in practice using DTS 278 needed to describe each kind of resource (how many cells are needed in each 284 From the above example, you're already familiar with how one specifier space 310 In this section, we explain how phandle-array properties get their specifier 346 writing bindings. For details on how to do this, see :ref:`dt-bindings-cells`. [all …]
|
/Zephyr-Core-3.7.0/samples/boards/mimxrt1170_evk_cm7/magic_addr/ |
D | README.rst | 9 A sample that shows how to use RT11XX FLEXRAM Magic Addr functionality 12 on an arbitrary RAM/TCM address access. This sample shows how to use the custom
|
/Zephyr-Core-3.7.0/samples/net/lldp/ |
D | prj.conf | 36 # how to do this kind of setup. 74 # How often to send LLDPDUs to network (in seconds) 77 # How many traffic classes to enable
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | Kconfig.ipv4 | 43 This tells how many network interfaces there will be in the system 122 int "How many packets to reassemble at a time" 127 How many fragmented IPv4 packets can be waiting reassembly 132 int "How many fragments can be handled to reassemble a packet" 144 int "How long to wait for fragments to be received" 149 How long to wait for IPv4 fragment to arrive before the reassembly
|
D | Kconfig | 97 Can be used to select how the network connectivity is established 141 Network initialization priority level. This number tells how 201 int "How many Tx traffic classes to have for each network device" 211 Define how many Tx traffic classes (queues) the system should have 226 int "How many Rx traffic classes to have for each network device" 233 Define how many Rx traffic classes (queues) the system should have 261 prompt "How the network RX/TX threads should work" 375 int "How many routers are supported" 406 This determines how many entries can be stored in routing table. 413 This determines how many entries can be stored in nexthop table. [all …]
|
D | Kconfig.ipv6 | 21 This tells how many network interfaces there will be in the system 73 int "How many IPv6 neighbors are supported" 89 int "How many packets to reassemble at a time" 94 How many fragmented IPv6 packets can be waiting reassembly 100 int "How many fragments can be handled to reassemble a packet" 117 int "How long to wait the fragments to receive" 122 How long to wait for IPv6 fragment to arrive before the reassembly
|
D | Kconfig.tcp | 49 int "How long to wait in TIME_WAIT state (in milliseconds)" 69 int "[DEPRECATED] How long to wait for ACK (in milliseconds)" 124 This value affects how the TCP selects the maximum sending window 141 int "How long to queue received data (in ms)" 147 how long the data is kept before it is discarded if we have not been 158 int "How long to wait for a TCP packet allocation (in ms)" 165 This value indicates how long the stack should wait for the packet to
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/ |
D | net_config_guide.rst | 10 This document describes how various network configuration options can be 16 The network buffer configuration options control how much data we 26 How many network buffers are allocated for receiving data. 62 How many network buffers are allocated for sending data. This is similar setting 70 This option tells how many network connection endpoints are supported. 88 on how many BSD sockets are polled in the system. 92 One needs to select proper value here depending on how many BSD sockets are created in 97 internal intermediate buffer, in bytes. This sets the limit how large 139 This tells how many network interfaces there will be in the system 155 How long to wait in TCP *TIME_WAIT* state (in milliseconds). [all …]
|
D | net_pkt_processing_stats.rst | 10 This page describes how to get information about network packet processing 13 Network stack contains infrastructure to figure out how long the network packet 33 The TX time tells how long it took for network packet from its creation to 53 The numbers inside the brackets contain information how many microseconds it 80 * The last value tells how long it took from there to the application. Here
|
/Zephyr-Core-3.7.0/doc/contribute/ |
D | index.rst | 26 how to ensure your contribution can be considered for inclusion in the project and potentially 41 Learn when and how to submit RFCs (Request for Comments) for new features and changes to the 62 As you write documentation, it can be helpful to see how it will look when rendered. 64 This page describes how to build the Zephyr documentation locally. 80 This page describes in more details when and how to import external source code into Zephyr.
|
/Zephyr-Core-3.7.0/doc/security/standards/ |
D | index.rst | 7 with cyber security on their own. This included how to assess the scale and impact 10 Now, governments started looking how to regulate it and several regulations
|
/Zephyr-Core-3.7.0/drivers/flash/ |
D | Kconfig.cadence_qspi_nor | 36 int "Set QSPI to read / write how many bytes per device" 42 int "Set QSPI to read / write how many bytes per block"
|
/Zephyr-Core-3.7.0/samples/tfm_integration/psa_crypto/src/ |
D | util_sformat.h | 18 * @brief Indicates how hex data should be rendered in tabular format. 33 * @param fmt Pointer to thee sf_hex_tbl_fmt struct indicating how the
|
/Zephyr-Core-3.7.0/dts/bindings/input/ |
D | gpio-qdec.yaml | 55 How many steps to count before reporting an input event. 68 How often to sample the A and B signal lines when tracking the encoder 74 How often to sample the A and B signal while idling. If unset then the
|
/Zephyr-Core-3.7.0/arch/xtensa/core/ |
D | README_WINDOWS.rst | 1 # How Xtensa register windows work 47 Note that we still don't know how to detect when the register file has 57 followed by 0, 1 or 2 zero bits that tell you how "big" (how many 74 the frame bit to detect how many quads are represented by the one
|
/Zephyr-Core-3.7.0/doc/build/kconfig/ |
D | index.rst | 20 The following sections explain how to set Kconfig configuration options, go 21 into detail on how Kconfig is used within the Zephyr project, and have some
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/ |
D | od_cli.rst | 12 defines how long a node will advertise Mesh Proxy Service with Private Network Identity type after 27 :kconfig:option:`CONFIG_BT_MESH_OD_PRIV_PROXY_CLI_TIMEOUT` controls how long the Client waits for a
|
12345678910>>...37