Home
last modified time | relevance | path

Searched full:how (Results 1 – 25 of 225) sorted by relevance

123456789

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml53 This option determines for how long the local node advertises
62 This option specifies how many Proxy Filter entries the local
68 This option specifies how many subnets a Mesh network can
74 This option specifies how many application keys the device can
80 This option specifies how many application keys each model can
86 This option specifies how many group addresses each model can
92 This option specifies how many Label UUIDs can be stored.
129 in Progress, we need to keep track of how many hours has passed
136 how many hours the node has been in the state. This doesn't
143 option allows specifying a divider, i.e. how many intervals
[all …]
/nrf52832-nimble/rt-thread/components/utilities/ymodem/
H A Dymodem.h48 /* how many ticks wait for chars between packet. */
52 /* how many ticks wait for between packet. */
56 /* how many ticks between two handshake code. */
61 /* how many CAN be sent when user active end the session. */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dalgorithm.txt62 The key question is how to represent a Huffman code (or any prefix code) so
70 code is that many bits or less and how many, and if it is, it will tell
74 How many bits to make the first lookup is a tradeoff between the time it
117 You may wonder: why not just have one lookup table for how ever many bits the
157 Each entry is what the bits decode as and how many bits that is, i.e. how
H A DFAQ42 may in fact be unavoidable depending on how the functions are used, since
88 13. How can I make a Unix shared library?
94 14. How do I install a shared zlib library on Unix?
145 20. Well that's nice, but how do I make a gzip file in memory?
249 single call. gzseek() and gztell() may be limited to 4 GB depending on how
306 38. How can I encrypt/decrypt zip files with zlib?
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A DFILES1 savannah.txt - How to obtain the current development source code.
2 contrib.txt - How to contribute to lwIP as a developer.
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/socket/sys_socket/sys/
H A Dsocket.h28 int shutdown(int s, int how);
47 #define shutdown(s, how) sal_shutdown(s, how)
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A DFILES4 savannah.txt - How to obtain the current development source code.
5 contrib.txt - How to contribute to lwIP as a developer.
H A Dsavannah.txt8 4 - How to release lwIP
68 Merging is a straightforward process in Git. How to merge all changes in a
86 4 How to release lwIP
H A Dmdns.txt12 How to enable:
40 How to use:
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A DFILES4 savannah.txt - How to obtain the current development source code.
5 contrib.txt - How to contribute to lwIP as a developer.
H A Dsavannah.txt8 4 - How to release lwIP
68 Merging is a straightforward process in Git. How to merge all changes in a
86 4 How to release lwIP
H A Dmdns.txt12 How to enable:
40 How to use:
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_sched.h44 * how long that will take (worst-case is 376 usecs).
50 /* We don't know how big aux packet will be. It depends on adv packet len which
87 * Strict connection scheduling (for the master) is different than how
114 * -> How do we know epoch start is up to date? Not wrapped?
/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dasm.h141 * How to add/sub/load/store/shift C int variables.
161 * How to add/sub/load/store/shift C long variables.
186 * How to add/sub/load/store/shift pointers.
/nrf52832-nimble/rt-thread/components/net/uip/apps/hello-world/
H A Dhello-world.h10 * A small example showing how to write applications with
16 * Header file for an example of how to write uIP applications
/nrf52832-nimble/rt-thread/components/net/at/at_socket/
H A Dat_socket.h118 int at_shutdown(int socket, int how);
138 #define shutdown(socket, how) at_shutdown(socket, how) argument
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Da00162.html20 A small example showing how to write applications with <a class="el" href="a00158.html">protosocket…
29 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Header file for an example of how to wr…
34 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">An example of how to write uIP applicat…
/nrf52832-nimble/rt-thread/documentation/
H A Droadmap-1.2.0.md8 2. How to port RT-Thread in a new architecture.
10 4. How to debug in RT-Thread.
/nrf52832-nimble/rt-thread/components/libc/signal/
H A Dposix_signal.c23 int sigprocmask (int how, const sigset_t *set, sigset_t *oset) in sigprocmask() argument
35 switch(how) in sigprocmask()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_ecc.h66 * >0 -- how many bits are corrected
81 * >0 -- how many bits are corrected
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-doc.txt291 is not different from how the data originally was sent. Therefore the
342 and the application may use the uip_mss() function to see how much
371 performing a retransmission is not different from how the data
442 Two examples of usage are shown below. The first example shows how to
456 The second example shows how to open a new connection to a specific IP
512 and shows how the application state field in the uip_conn structure is
521 This seemingly small change of operation makes a big difference in how
608 how the two examples above can be combined into one application.
632 disk drive. This shows how to use the flow control functions of uIP.
801 The following very simple application serves as an example of how the
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/
H A Ddfs_nfs.c357 args.how.mode = GUARDED; in nfs_create()
359 args.how.createhow3_u.obj_attributes.mode.set_it = TRUE; in nfs_create()
360 args.how.createhow3_u.obj_attributes.mode.set_mode3_u.mode = mode; in nfs_create()
361 args.how.createhow3_u.obj_attributes.uid.set_it = FALSE; in nfs_create()
362 args.how.createhow3_u.obj_attributes.gid.set_it = FALSE; in nfs_create()
363 args.how.createhow3_u.obj_attributes.size.set_it = FALSE; in nfs_create()
364 args.how.createhow3_u.obj_attributes.atime.set_it = DONT_CHANGE; in nfs_create()
365 args.how.createhow3_u.obj_attributes.mtime.set_it = DONT_CHANGE; in nfs_create()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dcompr_rtime.c67 /* Tell the caller how much we managed to compress, and how much space it took */ in jffs2_rtime_compress()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/infra/
H A Dcyg_type.h395 // How to define weak symbols - this is only relevant for ELF and a.out,
401 // How to define alias to symbols. Just pass in the symbol itself, not
443 // Teach compiler how to check format of printf-like functions
447 // Teach compiler how to check format of scanf-like functions
451 // Teach compiler how to check format of strftime-like functions
497 // How to define weak aliases. Currently this is simply a mixture of the
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_qdec.h313 * @brief Function for setting how long the LED is switched on before sampling.
314 * @param[in] time_us Time (in microseconds) how long the LED is switched on before sampling.
319 * @brief Function for retrieving how long the LED is switched on before sampling.
320 * @retval time_us Time (in microseconds) how long the LED is switched on before sampling.

123456789