/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | algorithm.txt | 14 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 D | inftrees.h | 13 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 D | nrfx_qspi.h | 167 * @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 D | sntp.c | 291 * 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 D | kconfig-language.txt | 101 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 D | checklist.c | 241 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 D | roadmap-2.1.0.md | 9 …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 D | api_msg.h | 60 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 D | api_lib.c | 115 * @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 D | rawapi.txt | 34 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 D | rawapi.txt | 28 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 D | sntp.c | 392 * 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 D | Kconfig | 19 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 D | sys.h | 129 * @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 D | ip4_addr.h | 131 /** 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 D | mbascii.c | 192 * 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 D | pthread_rwlock.c | 149 /* 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 D | httpd.h | 196 * 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 D | httpd.h | 207 * 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 D | rtservice.h | 140 * @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 D | mem.c | 227 * 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 D | ble_sync_cb.rst | 25 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 D | ip4_addr.h | 108 /** 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 D | ip_addr.h | 163 /** 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 D | ulog.h | 90 * Another log output API. This API is more difficult to use than LOG_X API.
|