/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_qspi.h | 167 * @retval NRFX_ERROR_BUSY If the driver currently handles another operation. 194 * @retval NRFX_ERROR_BUSY If the driver currently handles other 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. 257 * @retval NRFX_ERROR_BUSY If the driver currently handles other operation. 273 * @retval NRFX_ERROR_BUSY If the driver currently handles another operation.
|
H A D | nrfx_i2s.h | 113 * be done before the currently used buffers are completely processed 202 * Currently, no additional flags are available. 228 * the peripheral is currently being stopped.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/ |
H A D | jffs2_fs_sb.h | 70 struct jffs2_eraseblock *nextblock; /* The block we're currently filling */ 72 struct jffs2_eraseblock *gcblock; /* The block we're currently garbage-collecting */ 79 struct list_head erasing_list; /* Blocks which are currently erasing */
|
/nrf52832-nimble/rt-thread/components/libc/termios/ |
H A D | posix_termios.c | 35 * Don't make the change until all currently written data in tcsetattr() 40 /* Don't make the change until all currently written data in tcsetattr()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | ppp_opts.h | 248 * CBCP_SUPPORT==1: Support CBCP. CURRENTLY NOT SUPPORTED! DO NOT SET! 255 * ECP_SUPPORT==1: Support ECP. CURRENTLY NOT SUPPORTED! DO NOT SET! 262 * DEMAND_SUPPORT==1: Support dial on demand. CURRENTLY NOT SUPPORTED! DO NOT SET! 278 * Currently only supported for PPPoS.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 220 procedure. This feature is implemented but currently has no impact 227 Currently, this feature is not implemented by the controller so 247 policy feature. Currently, this feature is not supported by the
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | mdns.txt | 61 since there is currently no check if the v4 address is valid. 111 Removing services is currently not supported. Services are removed when the
|
H A D | rawapi.txt | 25 currently it is built on top of the sequential API. It is meant to 232 the application should wait until some of the currently enqueued 346 address. The function currently always return ERR_OK.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | ppp_opts.h | 260 * CBCP_SUPPORT==1: Support CBCP. CURRENTLY NOT SUPPORTED! DO NOT SET! 267 * ECP_SUPPORT==1: Support ECP. CURRENTLY NOT SUPPORTED! DO NOT SET! 274 * DEMAND_SUPPORT==1: Support dial on demand. CURRENTLY NOT SUPPORTED! DO NOT SET! 290 * Currently only supported for PPPoS.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | snmp_agent.txt | 33 Note lwIP has a very limited notion of IP routing. It currently 160 Currently only the .mgmt sub-tree is available and
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_gap.h | 636 /** Whether the peer is currently subscribed to notifications. */ 642 /** Whether the peer is currently subscribed to indications. */ 805 * Stops the currently-active advertising procedure. A success return 827 * Indicates whether an advertisement procedure is currently in progress. 958 * Cancels the discovery procedure currently in progress. A success return 970 * Indicates whether a discovery procedure is currently in progress. 1088 * Indicates whether a connect procedure is currently in progress.
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/ |
H A D | mb.h | 306 * currently not available and the application dependent response 341 * currently not available and the application dependent response 376 * currently not available and the application dependent response 405 * currently not available and the application dependent response
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | README.eCos | 2 complete sources. Currently based on zlib-1.2.3
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | ip6_zone.h | 41 * destination address does not leave its zone. This is currently implemented 133 * will do the rest. IP6_MULTICAST is supported but currently not optimized. 214 * but all call sites of this macro currently support multiple matching netifs
|
H A D | tcp.h | 128 * @param err An unused error code, always ERR_OK currently ;-) @todo! 132 * @note When a connection attempt fails, the error callback is currently called! 328 u16_t snd_queuelen; /* Number of pbufs currently in the send buffer. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | ip4_frag.c | 56 * The IP reassembly code currently has the following limitations: 59 * currently, overlapping or duplicate fragments are thrown away 498 LWIP_DEBUGF(IP_REASS_DEBUG,("ip4_reass: IP options currently not supported!\n")); in ip4_reass() 527 /* Check if the incoming fragment matches the one currently present in ip4_reass() 620 /* and adjust the number of pbufs currently queued for reassembly. */ in ip4_reass()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | tcp.h | 126 * @param err An unused error code, always ERR_OK currently ;-) @todo! 130 * @note When a connection attempt fails, the error callback is currently called! 273 u16_t snd_queuelen; /* Number of pbufs currently in the send buffer. */
|
/nrf52832-nimble/rt-thread/components/libc/pthreads/ |
H A D | mqueue.h | 34 long mq_curmsgs; /* Number of messages currently queued. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | ip4_frag.c | 56 * The IP reassembly code currently has the following limitations: 59 * currently, overlapping or duplicate fragments are thrown away 520 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip4_reass: IP options currently not supported!\n")); in ip4_reass() 555 /* Check if the incoming fragment matches the one currently present in ip4_reass() 665 /* and adjust the number of pbufs currently queued for reassembly. */ in ip4_reass()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | ip_frag.c | 54 * The IP reassembly code currently has the following limitations: 57 * currently, overlapping or duplicate fragments are thrown away 492 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass: IP options currently not supported!\n")); in ip_reass() 521 /* Check if the incoming fragment matches the one currently present in ip_reass() 598 /* and adjust the number of pbufs currently queued for reassembly. */ in ip_reass()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/ipv4/lwip/ |
H A D | ip.h | 47 /** Currently, the function ip_output_if_opt() is only used with IGMP */ 167 /** Header of the input packet currently being processed. */
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | README | 17 As such, there are currently a few known limitations:
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll_hci.h | 37 * other portions of the code as we currently use a global os event for
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/netbiosns/ |
H A D | netbiosns.c | 200 #if 0 /* function currently unused */ 201 /** Encode a NetBIOS name (from string to packet) - currently unused because
|
/nrf52832-nimble/rt-thread/components/libc/aio/ |
H A D | posix_aio.c | 26 * requests currently outstanding against file descriptor fildes. The aiocbp 88 * option: If op is O_DSYNC, all currently queued I/O operations shall be completed 92 * option: If op is O_SYNC, all currently queued I/O operations shall be completed
|