Home
last modified time | relevance | path

Searched full:single (Results 1 – 25 of 271) sorted by relevance

1234567891011

/nrf52832-nimble/rt-thread/include/
H A Drtservice.h185 * @brief initialize a single list
187 * @param l the single list to be initialized
260 * @brief get the struct for this single list node
269 * rt_slist_for_each - iterate over a single list
271 * @head: the head for your single list.
277 * rt_slist_for_each_entry - iterate over single list of given type
279 * @head: the head for your single list.
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-code-style.c26 /* Single line comments look like this. */
46 * Put dividers (a single-line comment consisting only of dashes)
67 * by a single curly bracket on its own line.
90 * while() statements, even though the statement is a single line in code_style_example_function()
H A Duip-doc.txt48 single network interface and contains the IP, ICMP, UDP and TCP
185 allocation. Instead, it uses a single global buffer for holding
197 either by the network device or by the device driver. Most single-chip
205 receiver window, which means that only a single TCP segment will be in
517 to it with a single "ok". The big difference is that this application
954 The current implementation only has a single buffer for holding
1020 only a single TCP segment per connection to be unacknowledged at any
1148 A TCP sender such as uIP that only handles a single outstanding TCP
1150 algorithm. Because the receiver only receives a single segment at a
1168 than a single TCP segment, and would therefore not be affected by the
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_adc.h194 * This function triggers single ADC sampling. If more than one channel is enabled, the driver
200 * @brief Function for executing a single ADC conversion.
202 * This function selects the desired input and starts a single conversion. If a valid pointer
206 * fail if ADC is busy. The channel does not need to be enabled to perform a single conversion.
232 * a single START task will trigger conversion on all enabled channels. For example:
H A Dnrfx_saadc.h71 * in single ended mode.
226 * @brief Blocking function for executing a single ADC conversion.
228 * This function selects the desired input, starts a single conversion,
H A Dnrfx_spi.h131 * @brief Single transfer descriptor structure.
142 * @brief Macro for setting up single transfer descriptor.
H A Dnrfx_usbd.h164 * No data split from single endpoint transmission is supported.
221 * It describes a single endpoint transfer and therefore the size of the buffer
291 * Transfer feeder is a feedback function used to prepare a single
295 * - The size of the transfer provided by this function is limited to a single endpoint buffer.
321 * Transfer consumer is a feedback function used to prepare a single
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Datomic.h281 * The target may be a single atomic variable or an array of them.
300 * The target may be a single atomic variable or an array of them.
322 * The target may be a single atomic variable or an array of them.
344 * The target may be a single atomic variable or an array of them.
363 * The target may be a single atomic variable or an array of them.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dcontrib.txt22 7. closing curly brace on a single line.
49 5. Patches should be specific to a single change or to related changes. Do not mix bugfixes with sp…
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dcontrib.txt22 7. closing curly brace on a single line.
49 5. Patches should be specific to a single change or to related changes. Do not mix bugfixes with sp…
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dcontrib.txt22 7. closing curly brace on a single line.
53 6. Patches should be specific to a single change or to related changes.Do not mix bugfixes with spe…
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig-language.txt28 them. A single configuration option is defined like this:
42 name, but every definition can have only a single input prompt and the
231 always surrounded by single or double quotes. Within the quote, any
357 While a boolean choice only allows a single config entry to be
359 to be set to 'm'. This can be used if multiple drivers for a single
360 hardware exists and only a single driver can be compiled/loaded into
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsio.h65 * Sends a single character to the serial device.
77 * Receives a single character from the serial device.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dsio.h66 * Sends a single character to the serial device.
78 * Receives a single character from the serial device.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dsio.h66 * Sends a single character to the serial device.
78 * Receives a single character from the serial device.
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_systick.c57 * @brief Number of milliseconds to wait in single loop
62 * It describes the number of milliseconds to wait in single loop.
/nrf52832-nimble/rt-thread/examples/test/
H A Ddevice_test.c240 // step 4: continuous single sector speed test in _block_device_test()
245 rt_kprintf("\r\ncontinuous single sector speed test:\r\n"); in _block_device_test()
307 // step 5: random single sector speed test in _block_device_test()
312 rt_kprintf("\r\nrandom single sector speed test:\r\n"); in _block_device_test()
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dspi_msd.h54 #define MSD_TOKEN_READ_START 0xFE /* Data token start byte, Start Single Block Read…
55 #define MSD_TOKEN_WRITE_SINGLE_START 0xFE /* Data token start byte, Start Single Block Writ…
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dalgorithm.txt40 previous match is truncated to a length of one (thus producing a single
182 be constructed. That's compared to 64 entries for a single table. Or
186 to one lookup for the single table, or 1.66 lookups per symbol for the
H A DFAQ140 a single file, such as the name and last modification date. The zlib
160 single thread at a time.
249 single call. gzseek() and gztell() may be limited to 4 GB depending on how
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/core/
H A Dtest_netif.c110 /* positive tests: check that single events come as expected */ in NETIF_DECLARE_EXT_CALLBACK()
192 /* check for single-events */ in NETIF_DECLARE_EXT_CALLBACK()
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Da00051.html41 <a name="l00026"></a>00026 <span class="comment">/* Single line comments look like this. */</span>
61 <a name="l00046"></a>00046 <span class="comment"> * Put dividers (a single-line comment consisting …
82 <a name="l00067"></a>00067 <span class="comment"> * by a single curly bracket on its ow…
105 … <span class="comment"> * while() statements, even though the statement is a single line</span>
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/option/
H A Dunicode.c13 #else /* Single Byte Character-Set */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bleuart/src/
H A Dble_svc_uart.c66 * o "write no-rsp": a single-byte characteristic that can be written only
68 * o "read": a single-byte characteristic that can always be read only via
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dmem.c230 * mbuf to the new mbuf. If the mbuf chain is small enough to fit in a single
252 * constitutes a single fragment, this gets

1234567891011