Home
last modified time | relevance | path

Searched full:which (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/nrf52832-nimble/rt-thread/components/dfs/src/
H A Ddfs_posix.c23 * this function is a POSIX compliant version, which will open a file and
66 * this function is a POSIX compliant version, which will close the open
103 * this function is a POSIX compliant version, which will read specified data
148 * this function is a POSIX compliant version, which will write specified data
192 * this function is a POSIX compliant version, which will seek the offset for
258 * this function is a POSIX compliant version, which will rename old file name
285 * this function is a POSIX compliant version, which will unlink (remove) a
310 * this function is a POSIX compliant version, which will get file information.
334 * this function is a POSIX compliant version, which will get file status.
376 * this function is a POSIX compliant version, which shall request that all data
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dsys_arch.txt25 kinds. Mailboxes should be implemented as a queue which allows multiple messages
30 Semaphores are represented by the type "sys_sem_t" which is typedef'd
50 points to (which can be both a pointer or the actual OS structure).
51 The "count" argument specifies the initial state of the semaphore (which is
87 This may also be a define, in which case the function is not prototyped.
94 This may also be a define, in which case the function is not prototyped.
99 points to (which can be both a pointer or the actual OS structure).
121 This may also be a define, in which case the function is not prototyped.
128 This may also be a define, in which case the function is not prototyped.
191 This may also be a define, in which case the function is not prototyped.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsys_arch.txt26 either as a queue which allows multiple messages to be posted to a
32 Semaphores are represented by the type "sys_sem_t" which is typedef'd
51 points to (which can be both a pointer or the actual OS structure).
52 The "count" argument specifies the initial state of the semaphore (which is
88 This may also be a define, in which case the function is not prototyped.
95 This may also be a define, in which case the function is not prototyped.
158 This may also be a define, in which case the function is not prototyped.
165 This may also be a define, in which case the function is not prototyped.
183 critical regions. An embedded system which supports ISR-based drivers might
214 mem_init() tries to allcate a semaphore using mem_malloc, which of course
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gatt.h153 * @param conn_handle The connection over which to execute the
168 * @param conn_handle The connection over which to execute the
181 * @param conn_handle The connection over which to execute the
197 * @param conn_handle The connection over which to execute the
217 * @param conn_handle The connection over which to execute the
237 * @param conn_handle The connection over which to execute the
259 * @param conn_handle The connection over which to execute the
279 * @param conn_handle The connection over which to execute the
295 * @param conn_handle The connection over which to execute the
315 * @param conn_handle The connection over which to execute the
[all …]
/nrf52832-nimble/rt-thread/documentation/doxygen/
H A Dkernel.h8 * The Kernel APIs are the core APIs of RT-Thread, which supports the following
26 * RT-Thread operating system supports multitask systems, which are based on thread
29 * - 8/32/256 priority levels are supported, in which 0 is the highest and 7/31/255 the lowest.
94 * - In mailbox, the mail length is fixed to 4 byte, which is more effective than message queue.
108 * or waiting for sometime to return, which are determined by a timeout parameter).
113 * such as less than 1MB. Another is a SLAB like memory management, which is suitable
139 * The hooks are a series of routines, which are invoked in some special checkpoints.
156 * The error code is defined to identify which kind of error occurs. When some
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dindex.rst9 medical (ISM) band at 2.4 to 2.485 GHz which is available in most
35 NimBLE complies with Bluetooth Core Specification 5.0 which makes it an
53 4.2 which is also supported by Apache Mynewt.
85 logical channels, named L2CAP channels, which are multiplexed over
97 - **Generic Access Profile (GAP)**: a base profile which all
98 Bluetooth devices implement, which in the case of LE, defines the
116 1. **btshell** : A simple shell application which provides a basic
/nrf52832-nimble/rt-thread/documentation/
H A Droadmap-2.1.0.md3which is a big version:-) The version number should be v2.1.0. There are lot of people ask me what…
7which is hosted on http://lab.rt-thread.org/cloudide, is an online IDE, ah, similar to mbed;-) But…
9 …edded system salon which is held in Shanghai China, December of last year, developer Weety mention…
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A DChangelog.txt104 which makes shutdown of the protocol stack easier.
108 Added new STR71X GCC port which uses only freely available tools
112 - FEATURE (STR71X): Added GCC standalone port which does not
117 which pvMBFrameCloseCur( ) is called when the protocol stack
130 - BUG (ALL): mbfunccoils contained a bug which limited the amount
133 which writes the RTU/ASCII frame to the serial file descriptor.
137 argument in which case a previously registered function
173 of received characters which corrupted received frames.
180 Added a new lwIP port for the STR71X target which uses one serial
192 porting layer which allows specifing the stack size.
[all …]
H A Dgpl.txt40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
331 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/
H A Djffs2_fs_sb.h77 struct list_head erasable_list; /* Blocks which are completely dirty, and need erasing */
78 …struct list_head erasable_pending_wbuf_list; /* Blocks which need erasing but only after the curre…
79 struct list_head erasing_list; /* Blocks which are currently erasing */
80 struct list_head erase_pending_list; /* Blocks which need erasing now */
81 …struct list_head erase_complete_list; /* Blocks which are erased and need the clean marker written…
82 struct list_head free_list; /* Blocks which are free and ready to be used */
H A Djffs2_fs_i.h16 for the inode(s) which are already locked */
22 /* List of data fragments which make up the file */
25 /* There may be one datanode which isn't referenced by any of the
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig-language.txt63 Every menu entry can have at most one prompt, which is used to display
88 are applied to all other options within this menu entry (which also
153 and hex symbols. The user can only input a value which is larger than
159 the indentation level, this means it ends at the first line which has
167 which can modify the behaviour of the menu entry and its config
171 This declares a list of default entries which can be used when
172 looking for the default configuration (which is used when the main
176 This declares the symbol to be used as the MODULES symbol, which
326 of C0, which doesn't depend on M:
363 A choice accepts another option "optional", which allows to set the
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/
H A Digmp.c125 * @param netif network interface on which start IGMP processing
157 * @param netif network interface on which stop IGMP processing
189 * @param netif network interface on which report IGMP memberships
212 * @param ifp the network interface for which to look
230 * 'group' (which is also NULL at this point). in igmp_lookfor_group()
238 * @param ifp the network interface for which to look
319 * @param inp network interface on which the packet was received
444 * @param ifaddr ip address of the network interface which should join a new group
445 * @param groupaddr the ip address of the group which to join
480 * @param netif the network interface which should join a new group
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Digmp.c125 * @param netif network interface on which start IGMP processing
157 * @param netif network interface on which stop IGMP processing
189 * @param netif network interface on which report IGMP memberships
212 * @param ifp the network interface for which to look
230 * 'group' (which is also NULL at this point). in igmp_lookfor_group()
238 * @param ifp the network interface for which to look
319 * @param inp network interface on which the packet was received
444 * @param ifaddr ip address of the network interface which should join a new group
445 * @param groupaddr the ip address of the group which to join
481 * @param netif the network interface which should join a new group
[all …]
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/
H A DREADME.md7 which Root element has following models
40 * LED1 is associated with generic OnOff Server's state which is part of Root element
41 * LED2 is associated with Vendor Model which is part of Root element
44 * Button1 and Button2 are associated with gen. OnOff Client or Vendor Model which is part of Root e…
45 …ciated with gen. Level Client / Light Lightness Client / Light CTL Client which is part of Root el…
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/
H A Dicmp6.c80 * @param inp the netif on which this packet was received
215 * @param p the input packet for which the 'unreachable' should be sent,
231 * @param p the input packet for which the 'packet too big' should be sent,
247 * @param p the input packet for which the 'time exceeded' should be sent,
262 * packet for which this response is meant. The provided source and destination
265 * @param p the input packet for which the 'time exceeded' should be sent,
286 * @param p the input packet for which the 'param problem' should be sent,
302 * @param p the input packet for which the response should be sent,
337 * @param p the input packet for which the response should be sent,
375 * @param p the input packet for which the response should be sent,
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DCOPYING3 source tree, which is covered by the GPLv2 only. As Linus Torvalds puts it:
57 (2) offer you this license which gives you legal permission to copy,
79 0. This License applies to any program or other work which contains
136 distribute the same sections as part of a whole which is a work based
156 source code, which must be distributed under the terms of Sections
180 operating system on which the executable runs, unless that component
235 integrity of the free software distribution system, which is
260 specifies a version number of this License which applies to it and "any
269 to ask for permission. For software which is copyrighted by the Free
303 free software which everyone can redistribute and change under these terms.
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-doc.txt67 level protocols such as ARP which translates IP addresses to MAC
126 or the application for which the incoming packet was intended may have
127 produced one or more reply packets which should be sent out. If so,
141 architecture on which uIP is intended to run. These functions should
153 which the uIP stack runs.
166 natively available on many of the platforms for which uIP is intended,
178 In the architectures for which uIP is intended, RAM is the most
205 receiver window, which means that only a single TCP segment will be in
221 applications of the particular device in which the implementations are
237 used API for TCP/IP is the BSD socket API which is used in most Unix
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dapi_lib.c128 * @param addr a pointer to which to save the IP address
129 * @param port a pointer to which to save the port (or protocol for RAW)
203 /* This is the only function which need to not block tcpip_thread */ in netconn_connect()
336 * @param conn the netconn from which to receive data
430 * @param conn the netconn from which to receive data
448 * @param conn the netconn from which to receive data
513 * @param conn the netconn for which to update the receive window
542 * @param conn the netconn over which to send data
544 * @param addr the remote IP address to which to send the data
545 * @param port the remote port to which to send the data
[all …]
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/
H A Dble_att.rst9 must support both the client and server functionality of the ATT protocol. The only devices which d…
13 higher level GATT profile, which sits directly above ATT in the host. NimBLE exposes the few bits o…
14 which are not encompassed by higher level GATT functions. This section documents the ATT functional…
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A DCOPYING40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dsys.h129 * points to (which can be both a pointer or the actual OS structure).
162 * This may also be a define, in which case the function is not prototyped.
172 * This may also be a define, in which case the function is not prototyped.
184 * points to (which can be both a pointer or the actual OS structure).
185 * The "count" argument specifies the initial state of the semaphore (which is
234 * This may also be a define, in which case the function is not prototyped.
244 * This may also be a define, in which case the function is not prototyped.
377 * This may also be a define, in which case the function is not prototyped.
387 * This may also be a define, in which case the function is not prototyped.
477 * which should be implemented in sys_arch.c. If a particular port needs a
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Digmp.c188 * @param netif network interface on which start IGMP processing
220 * @param netif network interface on which stop IGMP processing
264 * @param netif network interface on which report IGMP memberships
284 * @param ifp the network interface for which to look
302 * 'group' (which is also NULL at this point). in igmp_lookfor_group()
310 * @param ifp the network interface for which to look
385 * @param inp network interface on which the packet was received
510 * @param ifaddr ip address of the network interface which should join a new group
511 * @param groupaddr the ip address of the group which to join
580 * @param ifaddr ip address of the network interface which should leave a group
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/
H A Dmld6.c88 * @param netif network interface on which stop MLD processing
117 * @param netif network interface on which report MLD memberships
133 * @param ifp the network interface for which to look
157 * @param ifp the network interface for which to create
219 * @param inp the netif on which this packet was received
298 * @param srcaddr ipv6 address of the network interface which should
332 * @param netif the network interface which should join a new group.
371 * @param srcaddr ipv6 address of the network interface which should
405 * @param netif the network interface which should leave the group.
485 * @param group the mld_group for which "delaying" membership report
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dhttpd.h69 * The function should return a pointer to a character string which is the
78 * method (which encodes all parameters within the URI rather than in a block
88 * function which is to be called when that URL is requested.
124 * returned insert string, which will be appended after the the string
138 * require significant additional buffering of output data yet which will still
143 * problems in these cases. To work around this, any SSI tag which needs to

12345678910>>...30