Home
last modified time | relevance | path

Searched full:another (Results 1 – 25 of 220) sorted by relevance

123456789

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dalgorithm.txt14 match distances are compressed with another tree. The trees are stored
18 it would be useful to start another block with fresh trees. (This is
104 to another similar table for the remaining bits. Again, there are duplicated
112 So a table entry either points to another table (in which case nine bits in
158 many bits to gobble. Or the entry points to another table, with the number of
H A Dinftrees.h13 indexed that table entry, or it provides a pointer to another
15 the entry is a pointer to another table, a literal, a length or
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_qspi.h167 * @retval NRFX_ERROR_BUSY If the driver currently handles another operation.
221 * @retval NRFX_ERROR_BUSY If the driver currently handles another operation.
231 * @retval NRFX_ERROR_BUSY If the driver currently handles another operation.
240 * @retval NRFX_ERROR_BUSY If the driver or memory currently handle another operation.
273 * @retval NRFX_ERROR_BUSY If the driver currently handles another operation.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/sntp/
H A Dsntp.c291 * If Kiss-of-Death is received (or another packet parsing error),
368 /* Kiss-of-death packet. Use another server or increase UPDATE_DELAY. */ in sntp_recv()
421 /* Kiss-of-death packet. Use another server or increase UPDATE_DELAY. */ in sntp_recv()
424 /* another error, try the same server again */ in sntp_recv()
478 /* DNS resolving failed -> try another server */ in sntp_dns_found()
524 /* address conversion failed, try another server */ in sntp_request()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig-language.txt101 another symbol. The value of the current menu symbol is used as the
117 This is similar to "select" as it enforces a lower limit on another
186 another symbol).
363 A choice accepts another option "optional", which allows to set the
367 then you may define the same choice (ie. with the same entries) in another
608 boolean formulas and run a SAT solver on it [1]. Another known related project
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/
H A Dchecklist.c241 continue; /* wait for another key press */ in dialog_checklist()
269 continue; /* wait for another key press */ in dialog_checklist()
284 continue; /* wait for another key press */ in dialog_checklist()
/nrf52832-nimble/rt-thread/documentation/
H A Droadmap-2.1.0.md9 …f RT-Thread is another one. Therefore, RT-Thread has no unified select/read/write/poll function on…
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dapi_msg.h60 for a netconn in another thread context (mainly used to process netconns
120 /** This struct contains a function to execute in another thread context and
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dapi_lib.c115 * @return ERR_OK if the function was called, another err_t if not
523 /* the netconn has been closed from another thread */ in netconn_accept()
572 * memory error or another error)
627 /* the netconn has been closed from another thread */ in netconn_recv_data()
778 * memory error or another error, @see netconn_recv_data)
799 * memory error or another error, @see netconn_recv_data)
818 * memory error or another error)
838 * memory error or another error)
857 * memory error or another error)
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Drawapi.txt34 threading support, instead of making the core thread-safe, another
66 pbuf_free() may also be called from another thread or
133 incoming connections or be explicitly connected to another host.
147 If another connection is bound to the same port, the function will
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Drawapi.txt28 threading support, instead of making the core thread-safe, another
51 pbuf_free() may also be called from another thread or
103 incoming connections or be explicitly connected to another host.
117 If another connection is bound to the same port, the function will
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/sntp/
H A Dsntp.c392 * If Kiss-of-Death is received (or another packet parsing error),
465 /* Kiss-of-death packet. Use another server or increase UPDATE_DELAY. */ in sntp_recv()
527 /* Kiss-of-death packet. Use another server or increase UPDATE_DELAY. */ in sntp_recv()
590 /* DNS resolving failed -> try another server */ in sntp_dns_found()
636 /* address conversion failed, try another server */ in sntp_request()
/nrf52832-nimble/rt-thread/components/vbus/
H A DKconfig19 When enable remote shell, the finsh/msh of RT-Thread can be operated from another
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dsys.h129 * @return ERR_OK if successful, another err_t otherwise
173 * @return ERR_OK if successful, another err_t otherwise
241 * @return ERR_OK if successful, another err_t otherwise
H A Dip4_addr.h131 /** Safely copy one IP address to another (src may be NULL) */
143 /** Safely copy one IP address to another and change byte order
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/ascii/
H A Dmbascii.c192 * slow with processing the received frame and the master sent another in eMBASCIISend()
381 /* We need another state to make sure that the CR character has in xMBASCIITransmitFSM()
392 /* Disable transmitter. This prevents another transmit buffer in xMBASCIITransmitFSM()
/nrf52832-nimble/rt-thread/components/libc/pthreads/
H A Dpthread_rwlock.c149 /* another reader has a read lock */ in pthread_rwlock_rdlock()
207 /* another reader has a read lock */ in pthread_rwlock_timedrdlock()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dhttpd.h196 * another err_t: Deny the POST request, send back 'bad request'.
208 * another err_t: Data denied, http_post_get_response_uri will be called.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dhttpd.h207 * another err_t: Deny the POST request, send back 'bad request'.
221 * another err_t: Data denied, http_post_get_response_uri will be called.
/nrf52832-nimble/rt-thread/include/
H A Drtservice.h140 * @n: another rt_list_t * to use as temporary storage
161 * @n: another type * to use as temporary storage
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dmem.c227 * one empty struct mem pointing to another empty struct mem.
449 /* Next struct is used but there's room for another struct mem with in mem_trim()
473 to create another struct mem in mem_trim()
554 /* (in addition to the above, we test if another struct mem (SIZEOF_STRUCT_MEM) containing in mem_malloc()
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_sync_cb.rst25 Another event indicated by the host is a *controller reset*. The NimBLE
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dip4_addr.h108 /** Safely copy one IP address to another (src may be NULL) */
120 /** Safely copy one IP address to another and change byte order
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/ipv4/lwip/
H A Dip_addr.h163 /** Safely copy one IP address to another (src may be NULL) */
173 /** Safely copy one IP address to another and change byte order
/nrf52832-nimble/rt-thread/components/utilities/ulog/
H A Dulog.h90 * Another log output API. This API is more difficult to use than LOG_X API.

123456789