Home
last modified time | relevance | path

Searched full:must (Results 1 – 25 of 1407) sorted by relevance

12345678910>>...57

/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/
H A Dcmsis_os.h42 Definitions that are marked with <b>MUST REMAIN UNCHANGED</b> cannot be altered. Otherwise the CMSI…
101 /// \note MUST REMAIN UNCHANGED: \b osCMSIS identifies the CMSIS-RTOS API version
107 /// \note MUST REMAIN UNCHANGED: \b osKernelSystemId shall be consistent in every CMSIS-RTOS.
110 /// \note MUST REMAIN UNCHANGED: \b osFeature_xxx shall be consistent in every CMSIS-RTOS.
131 /// \note MUST REMAIN UNCHANGED: \b osPriority shall be consistent in every CMSIS-RTOS.
144 /// \note MUST REMAIN UNCHANGED: \b osWaitForever shall be consistent in every CMSIS-RTOS.
148 /// \note MUST REMAIN UNCHANGED: \b osStatus shall be consistent in every CMSIS-RTOS.
169 /// \note MUST REMAIN UNCHANGED: \b os_timer_type shall be consistent in every CMSIS-RTOS.
176 /// \note MUST REMAIN UNCHANGED: \b os_pthread shall be consistent in every CMSIS-RTOS.
180 /// \note MUST REMAIN UNCHANGED: \b os_ptimer shall be consistent in every CMSIS-RTOS.
[all …]
/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A Dsensor.h40 * Handles must be higher than SENSORS_HANDLE_BASE and must be unique.
115 * save power, unless batch mode is active, in which case they must
120 * set and supported, the specified sensor must be able to wake-up the SoC and
129 * wake-up: yes this sensor must wake-up the SoC to deliver events
143 * These types must start at SENSOR_TYPE_DEVICE_PRIVATE_BASE.
159 * From the point of view of this API these virtual sensors MUST appear as
163 * In particular, all sensors must be able to function concurrently.
165 * then both must be able to work concurrently.
180 * The HAL must return an event immediately when an on-change
197 * NO SENSOR OF THAT TYPE MUST BE RETURNED (*get_sensors_list)()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Decc_dh.h10 * * Redistributions of source code must retain the above copyright notice, this
13 * * Redistributions in binary form must reproduce the above copyright notice,
35 * - Redistributions of source code must retain the above copyright notice,
38 * - Redistributions in binary form must reproduce the above copyright
83 * @param p_public_key OUT -- Will be filled in with the public key. Must be at
85 * must be 64 bytes long.
86 * @param p_private_key OUT -- Will be filled in with the private key. Must be as
87 * long as the curve order (for secp256r1, p_private_key must be 32 bytes long).
91 * @warning A cryptographically-secure PRNG function must be set (using
114 * @param p_secret OUT -- Will be filled in with the shared secret value. Must be
[all …]
H A Decc_dsa.h10 * * Redistributions of source code must retain the above copyright notice, this
13 * * Redistributions in binary form must reproduce the above copyright notice,
36 * - Redistributions of source code must retain the above copyright notice,
39 * - Redistributions in binary form must reproduce the above copyright
71 * private key and a random number. You must use a new non-predictable
95 * @param p_signature OUT -- Will be filled in with the signature value. Must be
96 * at least 2 * curve size long (for secp256r1, signature must be 64 bytes long).
98 * @warning A cryptographically-secure PRNG function must be set (using
H A Decc_platform_specific.h8 * * Redistributions of source code must retain the above copyright notice,
10 * * Redistributions in binary form must reproduce the above copyright notice,
32 * - Redistributions of source code must retain the above copyright notice,
35 * - Redistributions in binary form must reproduce the above copyright
67 * A cryptographically-secure PRNG function must be set (using uECC_set_rng())
/nrf52832-nimble/packages/NimBLE-latest/
H A DCODING_STANDARDS.md49 * Code must be indented to 4 spaces, tabs should not be used.
55 * for, else, if, while statements must have braces around their
75 * Braces for statements must be on the same line as the statement. Good:
91 { <-- brace must be on same line as for
162 * Header files must contain the following structure:
177 * ```#include``` directives must happen prior to the cplusplus
180 * The cplusplus wrapper must have the following format, and precedes
191 * Names of functions, structures and variables must be in all lowercase.
195 * Globally visible names must be prefixed with the name of the module,
235 * The function type must be on a line by itself preceding the function, i.e. do:
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dinit.c14 * 1. Redistributions of source code must retain the above copyright notice,
16 * 2. Redistributions in binary form must reproduce the above copyright notice,
128 /* There must be sufficient timeouts, taking into account requirements of the subsystems. */
133 …TA > IP_REASS_MAX_PBUFS doesn't make sense since each struct ip_reassdata must hold 2 pbufs at lea…
138 #error "If you want to use TCP, TCP_WND must fit in an u32_t, so, you have to reduce it in your lwi…
151 #error "If you want to use TCP, TCP_WND must fit in an u16_t, so, you have to reduce it in your lwi…
155 #error "If you want to use TCP, TCP_SND_QUEUELEN must fit in an u16_t, so, you have to reduce it in…
158 #error "TCP_SND_QUEUELEN must be at least 2 for no-copy TCP writes to work"
161 #error "If you want to use TCP, TCP_MAXRTX and TCP_SYNMAXRTX must less or equal to 12 (due to tcp_b…
164 #error "If you want to use TCP backlog, TCP_DEFAULT_LISTEN_BACKLOG must fit into an u8_t"
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Drawapi.txt15 code and the application program must reside in different execution
150 ATTENTION: the PCB passed in must be the listening pcb, not the pcb passed
197 also means that the memory behind dataptr must not change until the data is
240 ERR_OK, then it must free the pbuf. Otherwise, it must not
245 Must be called when the application has received the data. The len
311 must be called with regular intervals. The tcp_fasttmr() should be
400 Note: you must call etharp_tmr at a ARP_TMR_INTERVAL (5 seconds) regular interval
414 Note: you must call tcp_fasttmr() and tcp_slowtmr() at the
427 The init function pointer must point to a initialization function for
439 For ethernet drivers, the input function pointer must point to the lwip
[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
18 2. Altered source versions must be plainly marked as such, and must not be
53 application must provide more input and/or consume the output
129 The application must update next_in and avail_in when avail_in has
130 dropped to zero. It must update next_out and avail_out when avail_out
131 has dropped to zero. The application must initialize zalloc, zfree and
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.
141 If zlib is used in a multi-threaded application, zalloc and zfree must be
144 On 16-bit systems, the functions zalloc and zfree must be able to allocate
[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
18 2. Altered source versions must be plainly marked as such, and must not be
53 application must provide more input and/or consume the output
129 The application must update next_in and avail_in when avail_in has
130 dropped to zero. It must update next_out and avail_out when avail_out
131 has dropped to zero. The application must initialize zalloc, zfree and
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.
141 If zlib is used in a multi-threaded application, zalloc and zfree must be
144 On 16-bit systems, the functions zalloc and zfree must be able to allocate
[all …]
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dlgpl.txt41 or for a fee, you must give the recipients all the rights that we gave
42 you. You must make sure that they, too, receive or can get the source
43 code. If you link other code with the library, you must provide
46 it. And you must show them these terms so they know their rights.
63 any patent license obtained for a version of the library must be
91 a de-facto standard. To achieve this, non-free programs must be
112 former contains code derived from the library, whereas the latter must
167 a) The modified work must itself be a software library.
169 b) You must cause the files modified to carry prominent notices
172 c) You must cause the whole of the work to be licensed at no
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dinit.c14 * 1. Redistributions of source code must retain the above copyright notice,
16 * 2. Redistributions in binary form must reproduce the above copyright notice,
132 /* There must be sufficient timeouts, taking into account requirements of the subsystems. */
137 …TA > IP_REASS_MAX_PBUFS doesn't make sense since each struct ip_reassdata must hold 2 pbufs at lea…
142 …#error "If you want to use TCP, TCP_WND must fit in an u32_t, so, you have to reduce it in your lw…
155 …#error "If you want to use TCP, TCP_WND must fit in an u16_t, so, you have to reduce it in your lw…
159 …#error "If you want to use TCP, TCP_SND_QUEUELEN must fit in an u16_t, so, you have to reduce it i…
162 #error "TCP_SND_QUEUELEN must be at least 2 for no-copy TCP writes to work"
165 …#error "If you want to use TCP, TCP_MAXRTX and TCP_SYNMAXRTX must less or equal to 12 (due to tcp_…
168 #error "If you want to use TCP backlog, TCP_DEFAULT_LISTEN_BACKLOG must fit into an u8_t"
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dinit.c14 * 1. Redistributions of source code must retain the above copyright notice,
16 * 2. Redistributions in binary form must reproduce the above copyright notice,
107 /* There must be sufficient timeouts, taking into account requirements of the subsystems. */
112 …TA > IP_REASS_MAX_PBUFS doesn't make sense since each struct ip_reassdata must hold 2 pbufs at lea…
116 …#error "If you want to use TCP, TCP_WND must fit in an u16_t, so, you have to reduce it in your lw…
119 …#error "If you want to use TCP, TCP_SND_QUEUELEN must fit in an u16_t, so, you have to reduce it i…
122 #error "TCP_SND_QUEUELEN must be at least 2 for no-copy TCP writes to work"
125 …#error "If you want to use TCP, TCP_MAXRTX and TCP_SYNMAXRTX must less or equal to 12 (due to tcp_…
128 #error "If you want to use TCP backlog, TCP_DEFAULT_LISTEN_BACKLOG must fit into an u8_t"
164 …#error "PBUF_POOL_BUFSIZE must be greater than MEM_ALIGNMENT or the offset may take the full first…
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A Dinteger.h17 /* These types MUST be 16-bit or 32-bit */
21 /* This type MUST be 8-bit */
24 /* These types MUST be 16-bit */
29 /* These types MUST be 32-bit */
33 /* This type MUST be 64-bit (Remove this for C89 compatibility) */
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dpm.h66 #error "You must defined PM_RUN_MODE_COUNT on pm_cfg.h"
70 #error "You must defined PM_SLEEP_MODE_COUNT on pm_cfg.h"
74 #error "You must defined PM_MODE_DEFAULT on pm_cfg.h"
78 #error "You must defined PM_MODE_NAMES on pm_cfg.h"
82 #error "You must defined PM_RUN_MODE_DEFAULT on pm_cfg.h"
91 /* run mode must start at 0 */
93 /* the values of the run modes and sleep mode must be consecutive */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Drawapi.txt21 code and the application program must reside in different execution
37 environment, raw API functions MUST only be called from the core thread
61 granularity level. That is, a UDP or TCP control block must
218 also means that the memory behind dataptr must not change until the data is
261 ERR_OK, then it must free the pbuf. Otherwise, it must not
266 Must be called when the application has received the data. The len
399 The init function pointer must point to a initialization function for
413 For Ethernet drivers, the input function pointer must point to the lwIP
415 must use ip_input() declared in "lwip/ip.h".
424 Ethernet interface. This function must be called even if you don't know
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dipv6cp.h10 * 1. Redistributions of source code must retain the above copyright
13 * 2. Redistributions in binary form must reproduce the above copyright
18 * 3. The name(s) of the authors of this software must not be used to
22 * 4. Redistributions of any form whatsoever must retain the following
106 * 1. Redistributions of source code must retain the above copyright
109 * 2. Redistributions in binary form must reproduce the above copyright
114 * 3. The name "Carnegie Mellon University" must not be used to
125 * 4. Redistributions of any form whatsoever must retain the following
/nrf52832-nimble/rt-thread/components/net/uip/apps/webclient/
H A Dwebclient.h19 * 1. Redistributions of source code must retain the above copyright
21 * 2. Redistributions in binary form must reproduce the above
79 * This function must be implemented by the module that uses the
96 * This function must be implemented by the module that uses the
105 * This function must be implemented by the module that uses the
115 * This function must be implemented by the module that uses the
124 * This function must be implemented by the module that uses the
154 * \note If the function is passed a host name, it must already be in
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dipv6cp.h10 * 1. Redistributions of source code must retain the above copyright
13 * 2. Redistributions in binary form must reproduce the above copyright
18 * 3. The name(s) of the authors of this software must not be used to
22 * 4. Redistributions of any form whatsoever must retain the following
106 * 1. Redistributions of source code must retain the above copyright
109 * 2. Redistributions in binary form must reproduce the above copyright
114 * 3. The name "Carnegie Mellon University" must not be used to
125 * 4. Redistributions of any form whatsoever must retain the following
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/
H A Dmbutils.h9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
50 * The array used for storing the bits must always be a multiple of two
53 * \param ucByteBuf A buffer where the bit values are stored. Must be a
59 * \param ucNBits Number of bits to modify. The value must always be smaller
89 * \param ucNBits Number of bits to modify. The value must always be smaller
H A Dmb_m.h9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
44 * is ready to answer network requests it must then call eMBEnable() to activate
45 * the protocol stack. In the main loop the function eMBMasterPoll() must be called
140 * hardware resources. It must only be called when the protocol stack
144 * get an callback must define the macro MB_PORT_HAS_CLOSE to 1.
178 * This function must be called periodically. The timer interval required
241 * \param usNRegs Number of registers the callback function must supply.
243 * \return The function must return one of the following error codes:
272 * \return The function must return one of the following error codes:
[all …]
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_lpcomp.h8 * 1. Redistributions of source code must retain the above copyright notice, this
11 * 2. Redistributions in binary form must reproduce the above copyright
91 * Must not be NULL.
106 * its interrupts are disabled, and local variables are cleaned. After this call, you must
116 * Before calling this function, the driver must be initialized. This function
125 * Before calling this function, the driver must be initialized. This function disables the LPCOMP
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/
H A Dbridgeif.h13 * 1. Redistributions of source code must retain the above copyright notice,
15 * 2. Redistributions in binary form must reproduce the above copyright notice,
52 #error BRIDGEIF_MAX_PORTS must be [1..63]
67 * An instance of this type must be passed as parameter 'state' to @ref netif_add
85 * (ethaddr must be passed as ETH_ADDR())
90 * (each byte of ethaddr must be passed)
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Decp.c11 * 1. Redistributions of source code must retain the above copyright
14 * 2. Redistributions in binary form must reproduce the above copyright
19 * 3. The name(s) of the authors of this software must not be used to
39 * 1. Redistributions of source code must retain the above copyright
42 * 2. The name(s) of the authors of this software must not be used to
46 * 3. Redistributions of any form whatsoever must retain the following
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DREADME64 - For 64-bit Irix, deflate.c must be compiled without any optimization. With
81 - When building a shared, i.e. dynamic library on Mac OS X, the library must be
105 1. The origin of this software must not be misrepresented; you must not
109 2. Altered source versions must be plainly marked as such, and must not be

12345678910>>...57