Home
last modified time | relevance | path

Searched full:not (Results 1 – 25 of 2044) sorted by relevance

12345678910>>...82

/nrf52832-nimble/
H A D.config2 # Automatically generated file; DO NOT EDIT.
10 # CONFIG_RT_USING_SMP is not set
12 # CONFIG_RT_THREAD_PRIORITY_8 is not set
14 # CONFIG_RT_THREAD_PRIORITY_256 is not set
22 # CONFIG_RT_USING_TIMER_SOFT is not set
24 # CONFIG_RT_DEBUG_INIT_CONFIG is not set
25 # CONFIG_RT_DEBUG_THREAD_CONFIG is not set
26 # CONFIG_RT_DEBUG_SCHEDULER_CONFIG is not set
27 # CONFIG_RT_DEBUG_IPC_CONFIG is not set
28 # CONFIG_RT_DEBUG_TIMER_CONFIG is not set
[all …]
/nrf52832-nimble/rt-thread/components/utilities/utest/
H A Dutest_assert.h33 * @macro uassert_true if @value is true, not assert, means passing.
34 * @macro uassert_false if @value is false, not assert, means passing.
35 * @macro uassert_null if @value is null, not assert, means passing.
36 * @macro uassert_not_null if @value is not null, not assert, means passing.
37 * @macro uassert_int_equal if @a equal to @b, not assert, means passing. Integer type test.
38 * @macro uassert_int_not_equal if @a not equal to @b, not assert, means passing. Integer type test.
39 * @macro uassert_str_equal if @a equal to @b, not assert, means passing. String type test.
40 * @macro uassert_str_not_equal if @a not equal to @b, not assert, means passing. String type test.
41 * @macro uassert_buf_equal if @a equal to @b, not assert, means passing. buf type test.
42 * @macro uassert_buf_not_equal if @a not equal to @b, not assert, means passing. buf type test.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Darch.h13 * 3. The name of the author may not be used to endorse or promote products
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
45 /** Temporary: define format string for size_t if not defined in cc.h */
49 /** Temporary upgrade helper: define format string for u8_t as hex if not
79 #define EPERM 1 /* Operation not permitted */
98 #define ENOTDIR 20 /* Not a directory */
103 #define ENOTTY 25 /* Not a typewriter */
112 #define ERANGE 34 /* Math result not representable */
116 #define ENOSYS 38 /* Function not implemented */
[all …]
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_ppi.h20 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
92 * @retval NRFX_ERROR_INVALID_PARAM If the channel is not user-configurable.
104 * @retval NRFX_ERROR_INVALID_STATE If the channel is not allocated for the user.
105 * @retval NRFX_ERROR_INVALID_PARAM If the channel is not user-configurable.
116 * @retval NRFX_ERROR_INVALID_STATE If the channel is not allocated for the user.
117 * @retval NRFX_ERROR_NOT_SUPPORTED If function is not supported.
127 * @retval NRFX_ERROR_INVALID_STATE If the user-configurable channel is not allocated.
138 * @retval NRFX_ERROR_INVALID_STATE If the user-configurable channel is not allocated.
161 * @retval NRFX_ERROR_INVALID_PARAM If the channel group is not user-configurable.
[all …]
H A Dnrfx_spim.h20 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
85 * MISO, and Slave Select to specify that the given signal is not used and
86 * therefore does not need to be connected to a pin.
98 * if this signal is not needed. */
101 * if this signal is not needed. */
104 * if this signal is not needed. */
162 …1UL << 2) /**< Interrupt after each transfer is suppressed, and the event handler is not called. */
163 #define NRFX_SPIM_FLAG_HOLD_XFER (1UL << 3) /**< Set up the transfer but do not start it.…
247 * @retval NRFX_ERROR_NOT_SUPPORTED If requested configuration is not supported
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Derrno.h18 * 3. The name of the author may not be used to endorse or promote products
22 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
48 #define EPERM 1 /* Operation not permitted */
67 #define ENOTDIR 20 /* Not a directory */
72 #define ENOTTY 25 /* Not a typewriter */
81 #define ERANGE 34 /* Math result not representable */
85 #define ENOSYS 38 /* Function not implemented */
86 #define ENOTEMPTY 39 /* Directory not empty */
92 #define EL2NSYNC 45 /* Level 2 not synchronized */
[all …]
H A Dip6_zone.h22 * address "has a zone" or "is zoned" when its zone index is *not* set to "no
41 * destination address does not leave its zone. This is currently implemented
45 * not cause zone violations unless the application sets bad addresses, though.
66 * 3. The name of the author may not be used to endorse or promote products
70 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
73 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
98 #if LWIP_IPV6 /* don't build if not configured for use in lwipopts.h */
132 * when the address is known not to be of a certain type. Dead code elimination
133 * will do the rest. IP6_MULTICAST is supported but currently not optimized.
170 * scope, in this implementation it does not have an explicitly assigned zone
[all …]
H A Dsys.h18 * 3. The name of the author may not be used to endorse or promote products
22 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
126 * Note that mutexes are expected to not be taken recursively by the lwIP code,
159 * Returns 1 if the mutes is valid, 0 if it is not valid.
162 * This may also be a define, in which case the function is not prototyped.
170 * ATTENTION: This does NOT mean that the mutex shall be deallocated:
172 * This may also be a define, in which case the function is not prototyped.
231 * Returns 1 if the semaphore is valid, 0 if it is not valid.
234 * This may also be a define, in which case the function is not prototyped.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Derrno.h18 * 3. The name of the author may not be used to endorse or promote products
22 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
48 #define EPERM 1 /* Operation not permitted */
67 #define ENOTDIR 20 /* Not a directory */
72 #define ENOTTY 25 /* Not a typewriter */
81 #define ERANGE 34 /* Math result not representable */
85 #define ENOSYS 38 /* Function not implemented */
86 #define ENOTEMPTY 39 /* Directory not empty */
92 #define EL2NSYNC 45 /* Level 2 not synchronized */
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A DPPPD_FOLLOWUP28 in Debian but not in the latest (at the time when the port were started)
56 Don't care, is a patch for pppd/plugins/rp-pppoe/plugin.c which is not part
73 Again, we are not running as a heavy process, so all exit() or _exit() calls
81 We are not parsing config file, all the filesystem I/O stuff were disabled
112 Not in the port.
119 MSCHAP and I am not sure if the benefit worth it. The PPP client can
126 Again, we are not running scripts.
132 Again, we are not using the RP-PPPoE plugin.
157 We are using the PolarSSL DES implementation that does not return NULL.
169 Once more, we are not using the RP-PPPoE plugin.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A DPPPD_FOLLOWUP28 in Debian but not in the latest (at the time when the port were started)
56 Don't care, is a patch for pppd/plugins/rp-pppoe/plugin.c which is not part
73 Again, we are not running as a heavy process, so all exit() or _exit() calls
81 We are not parsing config file, all the filesystem I/O stuff were disabled
112 Not in the port.
119 MSCHAP and I am not sure if the benefit worth it. The PPP client can
126 Again, we are not running scripts.
132 Again, we are not using the RP-PPPoE plugin.
157 We are using the PolarSSL DES implementation that does not return NULL.
169 Once more, we are not using the RP-PPPoE plugin.
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DCOPYING6 > is concerned is _this_ particular version of the license (ie v2, not
13 also covered by this sentence, and available under the GPLv2, and not any
24 of this license document, but changing it is not allowed.
38 When we speak of free software, we are referring to freedom, not
63 want its recipients to know that what they have is not the original, so
64 that any problems introduced by others will not reflect on the original
71 patent must be licensed for everyone's free use or not licensed at all.
89 Activities other than copying, distribution and modification are not
91 running the Program is not restricted, and the output from the Program
128 does not normally print such an announcement, your work based on
[all …]
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dgpl.txt7 of this license document, but changing it is not allowed.
21 When we speak of free software, we are referring to freedom, not
46 want its recipients to know that what they have is not the original, so
47 that any problems introduced by others will not reflect on the original
54 patent must be licensed for everyone's free use or not licensed at all.
72 Activities other than copying, distribution and modification are not
74 running the Program is not restricted, and the output from the Program
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
115 identifiable sections of that work are not derived from the Program,
[all …]
H A Dlgpl.txt7 of this license document, but changing it is not allowed.
28 not price. Our General Public Licenses are designed to make sure that
55 that what they have is not the original version, so that the original
56 author's reputation will not be affected by problems that might be
142 Activities other than copying, distribution and modification are not
144 running a program using the Library is not restricted, and output from
179 in the event an application does not supply such function or
187 be optional: if the application does not supply it, the square
191 identifiable sections of that work are not derived from the Library,
193 themselves, then this License, and its terms, do not apply to those
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A DCOPYING7 of this license document, but changing it is not allowed.
21 When we speak of free software, we are referring to freedom, not
46 want its recipients to know that what they have is not the original, so
47 that any problems introduced by others will not reflect on the original
54 patent must be licensed for everyone's free use or not licensed at all.
72 Activities other than copying, distribution and modification are not
74 running the Program is not restricted, and the output from the Program
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
115 identifiable sections of that work are not derived from the Program,
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h14 1. The origin of this software must not be misrepresented; you must not
17 appreciated but is not required.
18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
72 The library does not install any signal handler. The decoder checks
92 struct internal_state FAR *state; /* not visible by applications */
112 int xflags; /* extra flags (not used when writing a gzip file) */
122 int done; /* true when done reading gzip header (not used
133 compression library and must not be updated by the application.
140 zalloc must return Z_NULL if there is not enough memory for the object.
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h14 1. The origin of this software must not be misrepresented; you must not
17 appreciated but is not required.
18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
72 The library does not install any signal handler. The decoder checks
92 struct internal_state FAR *state; /* not visible by applications */
112 int xflags; /* extra flags (not used when writing a gzip file) */
122 int done; /* true when done reading gzip header (not used
133 compression library and must not be updated by the application.
140 zalloc must return Z_NULL if there is not enough memory for the object.
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_flash.h17 and GNU Library General Public License along with UFFS; if not, write
24 this file does not by itself cause the resulting work to be covered
29 This exception does not invalidate any other reasons why a work based
53 #define UFFS_ECC_NONE 0 //!< do not use ECC
70 #define UFFS_FLASH_NOT_SEALED 2 //!< page spare area is not sealed properly (only for ReadPageWith…
144 …AUTO, flash driver do ecc correction before return data and flash driver do not need to return ecc.
145 …* if ecc_opt is UFFS_ECC_NONE or UFFS_ECC_SOFT, flash driver do not need to calculate data ecc a…
151 …* #UFFS_FLASH_BAD_BLK: if the block is a bad block (e.g., the bad block mark byte is not
153 …* \note if data is NULL, do not return data; if spare is NULL, do not return spare; if both data a…
154 * then read bad block mark and return UFFS_FLASH_BAD_BLK if bad block mark is not 0xFF.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dcontrib.txt12 features of Savannah help us not lose users' input.
16 1. do not use tabs.
30 2. Function documentation above functions in .c files, not .h files.
38 2. If you think you found a bug make sure it's not already filed in the
43 is to NOT touch archs you can't test and let maintainers take care of them.
46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
50 …can go to the lwip-users list. This is still the fastest way of interaction and the list is not so…
53 6. Patches should be specific to a single change or to related changes.Do not mix bugfixes with spe…
54 …trivial fixes unless the bugfix is trivial too.Do not reorganize code and rename identifiers in th…
55 …change behaviour if not necessary.A patch is easier to read and understand if it's to the point an…
[all …]
/nrf52832-nimble/packages/NimBLE-latest/
H A DCODING_STANDARDS.md33 * "License"); you may not use this file except in compliance
49 * Code must be indented to 4 spaces, tabs should not be used.
51 * Do not add whitespace at the end of a line.
66 Not:
87 Not:
109 not:
129 Not:
149 Not:
157 purpose, parameters and return values. Private APIs need not be documented.
202 Not:
[all …]
/nrf52832-nimble/rt-thread/tools/
H A Dkconfiglib.py25 Warning: Not passing -p1 to patch will cause the wrong file to be patched.
27 Please tell me if the patch does not apply. It should be trivial to apply
34 If you do not wish to install Kconfiglib via pip, the Makefile patch is set up
169 'default' properties are used if the symbol is not visible or has no user
172 Symbols with no user value (or that have a user value but are not visible) and
178 select*ing* symbol. 'select' does not respect visibility, so non-visible
198 # CONFIG_FOO is not set
267 A, B, C, ... are symbols (Symbol instances), NOT is the kconfiglib.NOT
274 !A (NOT, A)
331 statement, instead of relative to the project root. This extension is not
[all …]
H A Dpymenuconfig.py18 not *nix). The aim of this project is to implement simple and small Kconfiglib
103 '- -' symbol has value 'n' that's not editable
104 '-M-' symbol has value 'm' that's not editable
105 '-*-' symbol has value 'y' that's not editable
176 v = v and node.prompt is not None
177 # It should be enough to check if prompt expression is not false and
178 # for menu nodes whether 'visible if' is not false
212 # Symbol is not editable
216 elif isinstance(item, kconfiglib.Symbol) and item.choice is not None:
224 # Symbol is not editable
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dcontrib.txt12 features of Savannah help us not lose users' input.
16 1. do not use tabs.
30 2. Function documentation above functions in .c files, not .h files.
38 2. If you think you found a bug make sure it's not already filed in the
43 is to NOT touch archs you can't test and let maintainers take care of them.
46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
49 5. Patches should be specific to a single change or to related changes. Do not mix bugfixes with sp…
50 …trivial fixes unless the bugfix is trivial too. Do not reorganize code and rename identifiers in t…
51 …change behaviour if not necessary. A patch is easier to read and understand if it's to the point a…
52 if it's not to the point and long :) so the chances for it to be applied are greater.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dcontrib.txt12 features of Savannah help us not lose users' input.
16 1. do not use tabs.
30 2. Function documentation above functions in .c files, not .h files.
38 2. If you think you found a bug make sure it's not already filed in the
43 is to NOT touch archs you can't test and let maintainers take care of them.
46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
49 5. Patches should be specific to a single change or to related changes. Do not mix bugfixes with sp…
50 …trivial fixes unless the bugfix is trivial too. Do not reorganize code and rename identifiers in t…
51 …change behaviour if not necessary. A patch is easier to read and understand if it's to the point a…
52 if it's not to the point and long :) so the chances for it to be applied are greater.
H A Dsys_arch.txt11 that does not rely on any underlying operating system.
15 sys_arch, but this is not required for the basic lwIP
33 lwIP does not place any restrictions on how these types are represented
84 Returns 1 if the semaphore is valid, 0 if it is not valid.
87 This may also be a define, in which case the function is not prototyped.
92 ATTENTION: This does NOT mean that the semaphore shall be deallocated:
94 This may also be a define, in which case the function is not prototyped.
118 Returns 1 if the mutes is valid, 0 if it is not valid.
121 This may also be a define, in which case the function is not prototyped.
126 ATTENTION: This does NOT mean that the mutex shall be deallocated:
[all …]

12345678910>>...82