Home
last modified time | relevance | path

Searched full:will (Results 1 – 25 of 931) sorted by relevance

12345678910>>...38

/nrf52832-nimble/rt-thread/documentation/
H A DDoxyfile6 # All text after a hash (#) is considered a comment and will be ignored
46 # Doxygen will copy the logo to the output directory.
51 # base path where the generated documentation will be put.
52 # If a relative path is entered, it will be relative to the location
53 # where doxygen was started. If left blank the current directory will be used.
57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
59 # format and will distribute the generated files over these directories.
67 # documentation generated by doxygen is written. Doxygen will use this
79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/
H A Dlwip.Doxyfile9 # All text after a single hash (#) is considered a comment and will be ignored.
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
65 # will distribute the generated files over these directories. Enabling this
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
82 # documentation generated by doxygen is written. Doxygen will use this
[all …]
H A Dlwip.Doxyfile.cmake.in9 # All text after a single hash (#) is considered a comment and will be ignored.
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
65 # will distribute the generated files over these directories. Enabling this
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
82 # documentation generated by doxygen is written. Doxygen will use this
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/
H A Dlwip.Doxyfile9 # All text after a single hash (#) is considered a comment and will be ignored.
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
65 # will distribute the generated files over these directories. Enabling this
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
82 # documentation generated by doxygen is written. Doxygen will use this
[all …]
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Ddoxygen.xml27 # All text after a single hash (#) is considered a comment and will be ignored.
69 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
75 # into which the generated documentation will be written. If a relative path is
76 # entered, it will be relative to the location where doxygen was started. If
77 # left blank the current directory will be used.
81 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
83 # will distribute the generated files over these directories. Enabling this
91 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
93 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
100 # documentation generated by doxygen is written. Doxygen will use this
[all …]
/nrf52832-nimble/rt-thread/components/utilities/
H A DKconfig40 will be printed out in idle thread hook function.
59 When the log level is less than this option and it will stop output.
60 These log will not compile into ROM when using LOG_X api.
80 When the log level is less than this option and it will stop output.
81 These log will not compile into ROM when using LOG_X api.
139 …able asynchronous output mode. The log output is not immediately and the log will stored to buffer.
140 …The another thread (Such as idle) will read the buffer and output the log. So it will using more R…
151 …This thread will output the asynchronous logs. The logs can output by other user thread when this …
169 bool "Enable float number support. It will using more thread stack."
174 … When enable this option then it will enable libc. The formater will change to vsnprint on libc.
[all …]
/nrf52832-nimble/rt-thread/libcpu/arm/s3c44b0/
H A Dcpu.c20 * This function will enable I-Cache of CPU
51 * This function will disable I-Cache of CPU
64 * this function will get the status of I-Cache
73 * this function will enable D-Cache of CPU
82 * this function will disable D-Cache of CPU
91 * this function will get the status of D-Cache
100 * this function will reset CPU
108 * this function will shutdown CPU
/nrf52832-nimble/rt-thread/src/
H A Dobject.c122 * This function will set a hook function, which will be invoked when object
133 * This function will set a hook function, which will be invoked when object
144 * This function will set a hook function, which will be invoked when object
162 * This function will set a hook function, which will be invoked when object
181 * This function will set a hook function, which will be invoked when object
197 * This function will initialize system object management.
213 * This function will return the specified type of object information.
231 * This function will initialize an object and add it to object system
283 * This function will detach a static object from object system,
312 * This function will allocate an object from object system
[all …]
H A Dtimer.c56 * This function will set a hook function, which will be invoked when enter
67 * This function will set a hook function, which will be invoked when exit
168 * This function will initialize a timer, normally this function is used to
196 * This function will detach a timer from timer management.
227 * This function will create a timer
259 * This function will delete a timer and release timer memory
290 * This function will start the timer
416 * This function will stop the timer
451 * This function will get or set some options of the timer
489 * This function will check timer list, if a timeout event happens, the
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/fuzz/
H A DREADME7 unexpected inputs are handled. The afl tool will read the known inputs, and
11 Just running make will produce the test program.
13 Running make with parameter 'D=-DLWIP_FUZZ_MULTI_PACKET' will produce a binary
20 and it should start working. It will probably complain about CPU scheduler,
29 When afl finds a crash or a hang, the input that caused it will be placed in
31 running output_to_pcap.sh <outputdir> will create pcap files for each input
35 packet will be discarded because of that. The other options can be tuned to
/nrf52832-nimble/rt-thread/components/utilities/ymodem/
H A Dymodem.h83 /* when receiving files, the buf will be the data received from ymodem protocol
88 * fill the buf with data to send. Returning RYM_CODE_EOT will terminate the
89 * transfer and the buf will be discarded. Any other return values will cause
119 * @param on_begin The callback will be invoked when the first packet arrived.
123 * data content. The on_begin can be NULL, in which case the transmission will
126 * @param on_data The callback will be invoked on the packets received. The
127 * callback should save the data to the destination. The return value will be
129 * NULL, RYM will barely send ACK on every packet and have no side-effects.
131 * @param on_end The callback will be invoked when one transmission is
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml82 Determines the maximum rate at which the controller will send the
112 # maximum size of the PDU's that will be sent and/or received in a
127 the controller will automatically attempt to do the
132 # The number of slots that will be allocated to each connection
139 to be transferred in the connection). However, you will be guaranteed that
140 a connection event will be given this much time, if needed. Consecutively
141 scheduled items will be at least this far apart
148 msecs long. Increasing this value will delay first connection event after
159 to do this. If set to 1, the scheduler will only schedule connections at
165 The number of additional periods that will be allocated for strict
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dmdns.txt36 LWIP_MDNS_STRNCASECMP to it. Otherwise the code will provide an implementation
50 The hostname will be copied. If this returns successfully, the netif will join
52 to port 5353 will be handled:
56 Answers will use the supplied TTL (in seconds)
78 The name and service pointers will be copied. Name refers to the name of the
81 If this call returns successfully, the following queries will be answered:
105 which will publish myweb._http._tcp.local for any hosts looking for web servers,
108 Relevant information will be sent as additional records to reduce number of
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h7 warranty. In no event will the authors be held liable for any damages
47 (deflation) but other algorithms will be added later and will have the same
121 int hcrc; /* true if there was or will be a header crc */
135 The opaque value provided by the application will be passed as the first
145 exactly 65536 bytes, but will not be required to allocate more than this
163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
238 perform any compression: this will be done by deflate().
255 processing will resume at this point for the next call of deflate().
350 accordingly; otherwise the allocation will be deferred to the first call of
358 the zlib header if present: this will be done by inflate(). (So next_in and
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h7 warranty. In no event will the authors be held liable for any damages
47 (deflation) but other algorithms will be added later and will have the same
121 int hcrc; /* true if there was or will be a header crc */
135 The opaque value provided by the application will be passed as the first
145 exactly 65536 bytes, but will not be required to allocate more than this
163 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
238 perform any compression: this will be done by deflate().
255 processing will resume at this point for the next call of deflate().
350 accordingly; otherwise the allocation will be deferred to the first call of
358 the zlib header if present: this will be done by inflate(). (So next_in and
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dmdns.txt36 'lwip_strnicmp' to it. Otherwise the code will provide an implementation
50 The hostname will be copied. If this returns successfully, the netif will join
52 to port 5353 will be handled:
56 Answers will use the supplied TTL (in seconds)
78 The name and service pointers will be copied. Name refers to the name of the
81 If this call returns successfully, the following queries will be answered:
105 which will publish myweb._http._tcp.local for any hosts looking for web servers,
108 Relevant information will be sent as additional records to reduce number of
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/fuzz/
H A DREADME7 unexpected inputs are handled. The afl tool will read the known inputs, and
11 Just running make will produce the test program.
17 and it should start working. It will probably complain about CPU scheduler,
26 When afl finds a crash or a hang, the input that caused it will be placed in
28 running output_to_pcap.sh <outputdir> will create pcap files for each input
32 packet will be discarded because of that. The other options can be tuned to
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_saadc.h231 * The function will fail if ADC is busy.
245 * handler. Conversion will be done on all enabled channels. If the ADC is in idle state, the
246 * function will set up Easy DMA for the conversion. The ADC will be ready for sampling and wait for
249 * ongoing, calling this function will result in queuing the given buffer. The driver will start
251 * the first buffer is filled or calibration is in progress, it will return with error.
265 * Calibration will also trigger DONE and RESULTDONE events.
267 * The function will fail if ADC is busy or calibration is already in progress.
284 * @note @ref NRFX_SAADC_EVT_DONE event will be generated if there is a conversion in progress.
285 * Event will contain number of words in the sample buffer.
296 * @ref NRFX_SAADC_LIMITH_DISABLED). Conversion results below this value will
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/
H A Duffs_config.h11 UFFS is distributed in the hope that it will be useful, but WITHOUT
67 * \note the bigger value will bring better read/write performance.
68 * but few writing performance will be improved when this
93 * the smaller the value the frequently the buffer will be flushed.
123 * \note uffs will use static memory allocator if this is defined.
141 * \note UFFS will write all data directly into flash in
174 * UFFS will not allow appending or creating new files when the free/erased block
181 * \note If defined, closing a file which is opened for writing/appending will
182 * update the file's modify time as well. Disable this feature will save a
209 * \note If this is enabled, UFFS will report the block as 'bad' if any bit-flips found;
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A Duffs_config.h11 UFFS is distributed in the hope that it will be useful, but WITHOUT
67 * \note the bigger value will bring better read/write performance.
68 * but few writing performance will be improved when this
93 * the smaller the value the frequently the buffer will be flushed.
128 * \note uffs will use static memory allocator if this is defined.
146 * \note UFFS will write all data directly into flash in
179 * UFFS will not allow appending or creating new files when the free/erased block
186 * \note If defined, closing a file which is opened for writing/appending will
187 * update the file's modify time as well. Disable this feature will save a
214 * \note If this is enabled, UFFS will report the block as 'bad' if any bit-flips found;
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/posix/
H A Duffs_config.h11 UFFS is distributed in the hope that it will be useful, but WITHOUT
67 * \note the bigger value will bring better read/write performance.
68 * but few writing performance will be improved when this
93 * the smaller the value the frequently the buffer will be flushed.
128 * \note uffs will use static memory allocator if this is defined.
146 * \note UFFS will write all data directly into flash in
179 * UFFS will not allow appending or creating new files when the free/erased block
186 * \note If defined, closing a file which is opened for writing/appending will
187 * update the file's modify time as well. Disable this feature will save a
214 * \note If this is enabled, UFFS will report the block as 'bad' if any bit-flips found;
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-doc.txt35 with full TCP/IP support will be first-class network citizens, thus
52 embedded device always will communicate with a full-scale TCP/IP
70 protocols and upper layer protocols will be referred to as "the
72 or firmware and will be referred to as "the network device" that are
85 packet will have to reassemble any fragmented IP packets before they
103 the second kind of requirements will only affect the communication
104 within the system and will not affect host-to-host communication.
125 will never block, but will return at once. When it returns, the stack
164 implementation will have to do a number of 32-bit additions as part of
190 contains data, the TCP/IP stack will notify the corresponding
[all …]
/nrf52832-nimble/rt-thread/documentation/doxygen/
H A Dhardware.h26 * This function will return current system interrupt status and disable system
34 * This function will set the specified interrupt status, which shall saved by
36 * opened, this function will open system interrupt status.
64 * This function will install specified interrupt handler.
76 * This function will reset whole platform.
81 * This function will halt whole platform.
/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.
475 * this function is a POSIX compliant version, which will return the
[all …]
/nrf52832-nimble/rt-thread/libcpu/arm/lpc214x/
H A Dcpuport.c30 * This function will initialize thread stack
35 * @param texit the function will be called when thread exit
81 * This function will initialize hardware interrupt
114 * This function will mask a interrupt.
123 * This function will un-mask a interrupt.
132 * This function will install a interrupt service routine to a interrupt.
163 * this function will reset CPU
171 * this function will shutdown CPU

12345678910>>...38