Home
last modified time | relevance | path

Searched full:currently (Results 1 – 25 of 228) sorted by relevance

12345678910

/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_qspi.h167 * @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 Dnrfx_i2s.h113 * 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 Djffs2_fs_sb.h70 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 Dposix_termios.c35 * 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 Dppp_opts.h248 * 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 Dsyscfg.yml220 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 Dmdns.txt61 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 Drawapi.txt25 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 Dppp_opts.h260 * 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 Dsnmp_agent.txt33 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 Dble_gap.h636 /** 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 Dmb.h306 * 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 DREADME.eCos2 complete sources. Currently based on zlib-1.2.3
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dip6_zone.h41 * 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 Dtcp.h128 * @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 Dip4_frag.c56 * 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 Dtcp.h126 * @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 Dmqueue.h34 long mq_curmsgs; /* Number of messages currently queued. */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/
H A Dip4_frag.c56 * 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 Dip_frag.c54 * 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 Dip.h47 /** 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 DREADME17 As such, there are currently a few known limitations:
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_hci.h37 * 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 Dnetbiosns.c200 #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 Dposix_aio.c26 * 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

12345678910