/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/ |
H A D | cmsis_os.h | 111 #define osFeature_MainThread 1 ///< main thread 1=main can be thread, 0=not available 112 #define osFeature_Pool 1 ///< Memory Pools: 1=available, 0=not available 113 #define osFeature_MailQ 1 ///< Mail Queues: 1=available, 0=not available 114 #define osFeature_MessageQ 1 ///< Message Queues: 1=available, 0=not available 115 #define osFeature_Signals 8 ///< maximum number of Signal Flags available per thread 117 #define osFeature_Wait 1 ///< osWait function: 1=available, 0=not available 156 …orResource = 0x81, ///< resource not available: a specified resource was not availa… 157 …Resource = 0xC1, ///< resource not available within given time: a specified resource was n… 376 #if (defined (osFeature_Wait) && (osFeature_Wait != 0)) // Generic Wait available 384 #endif // Generic Wait available [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | zlib.3 | 50 is available in the Java Development Kit 1.1: 57 is available at CPAN (Comprehensive Perl Archive Network) sites, 65 is available in Python 1.5 and later versions: 82 is available at: 108 These documents are also available in other formats from: 115 a copy of the article is available at:
|
H A D | README | 7 and rfc1952.txt (gzip format). These documents are also available in other 33 issue of Dr. Dobb's Journal; a copy of the article is available in 40 A Java implementation of zlib is available in the Java Development Kit 49 available in Python 1.5 and later versions, see 56 of zlib by Gilles Vollant <[email protected]>, is available in the
|
H A D | inffast.c | 35 available, an end-of-block is encountered, or a data error is encountered. 50 LEN -- ran out of enough output space or enough available input 60 checking for available input while decoding. 73 unsigned char FAR *last; /* while in < last, enough input available */ 76 unsigned char FAR *end; /* while out < end, enough space available */
|
H A D | descrip.mms | 18 @ write sys$output " Example applications available" 20 @ write sys$output " libz available"
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/ |
H A D | mass.c | 40 rt_kprintf("the interface is not available\n"); in _pipe_check() 108 rt_kprintf("the interface is not available\n"); in rt_usb_bulk_only_xfer() 197 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_get_max_lun() 248 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_reset() 295 rt_kprintf("interface is not available\n"); in rt_usbh_storage_read10() 341 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_write10() 385 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_request_sense() 421 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_test_unit_ready() 457 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_inquiry() 494 rt_kprintf("the interface is not available\n"); in rt_usbh_storage_get_capacity() [all …]
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_ppi.h | 58 …nt32_t)0xFFFFFFFFuL & ~(NRFX_PPI_CHANNELS_USED)) /**< All PPI channels available to the applicati… 59 …000FFFFFuL & ~(NRFX_PPI_CHANNELS_USED)) /**< Programmable PPI channels available to the applicati… 61 …nt32_t)0xFFF0FFFFuL & ~(NRFX_PPI_CHANNELS_USED)) /**< All PPI channels available to the applicati… 62 …0000FFFFuL & ~(NRFX_PPI_CHANNELS_USED)) /**< Programmable PPI channels available to the applicati… 65 …< PPI_GROUP_NUM) - 1) & ~(NRFX_PPI_GROUPS_USED)) /**< All PPI groups available to the applicati… 81 * @retval NRFX_ERROR_NO_MEM If there is no available channel to be used. 150 * @retval NRFX_ERROR_NO_MEM If there is no available channel group to be used.
|
H A D | nrfx_gpiote.h | 211 * attempts to allocate one of the available GPIOTE channels. If no channel is 212 * available, an error is returned. 219 * @retval NRFX_ERROR_NO_MEM If no GPIOTE channel is available. 306 * of the available GPIOTE channels. If no channel is 307 * available, an error is returned. 319 * @retval NRFX_ERROR_NO_MEM If no GPIOTE channel is available.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | errno.h | 84 #define ENOLCK 37 /* No record locks available */ 97 #define ENOCSI 50 /* No CSI structure available */ 110 #define ENODATA 61 /* No data available */ 141 #define ENOPROTOOPT 92 /* Protocol not available */ 154 #define ENOBUFS 105 /* No buffer space available */ 168 #define ENAVAIL 119 /* No XENIX semaphores available */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | errno.h | 84 #define ENOLCK 37 /* No record locks available */ 97 #define ENOCSI 50 /* No CSI structure available */ 110 #define ENODATA 61 /* No data available */ 141 #define ENOPROTOOPT 92 /* Protocol not available */ 154 #define ENOBUFS 105 /* No buffer space available */ 168 #define ENAVAIL 119 /* No XENIX semaphores available */
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_spu.h | 162 * @retval true If ARM TrustZone support is available. 163 * @retval false If ARM TrustZone support is not available. 168 * @brief Function for configuring the DPPI channels to be available in particular domains. 170 * Channels are configured as bitmask. Set one in bitmask to make channels available only in secure 171 * domain. Set zero to make it available in secure and non-secure domains. 184 * @brief Function for configuring the GPIO pins to be available in particular domains. 186 * GPIO pins are configured as bitmask. Set one in bitmask to make particular pin available only 187 * in secure domain. Set zero to make it available in secure and non-secure domains.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | arch.h | 115 #define ENOLCK 37 /* No record locks available */ 128 #define ENOCSI 50 /* No CSI structure available */ 141 #define ENODATA 61 /* No data available */ 172 #define ENOPROTOOPT 92 /* Protocol not available */ 185 #define ENOBUFS 105 /* No buffer space available */ 199 #define ENAVAIL 119 /* No XENIX semaphores available */
|
H A D | tcp.h | 77 * This also means that the pcb has now space available to send new data. 197 u16_t rcv_wnd; /* receiver window available */ 232 u16_t snd_buf; /* Available buffer space for sending (in bytes). */ 234 u16_t snd_queuelen; /* Available buffer space for sending (in tcp_segs). */ 237 /* Extra bytes available at the end of the last pbuf in unsent. */ 251 /* Function to be called when more send buffer space is available. */
|
/nrf52832-nimble/rt-thread/components/lwp/ |
H A D | lwp_memheap.c | 159 /* determine if the memory is available. */ in rt_lwp_memheap_alloc() 207 /* decrement the available byte count. */ in rt_lwp_memheap_alloc() 216 /* decrement the entire free size from the available bytes count. */ in rt_lwp_memheap_alloc() 234 /* Mark the allocated block as not available. */ in rt_lwp_memheap_alloc() 325 /* decrement the entire free size from the available bytes count. */ in rt_lwp_memheap_realloc() 457 /* increment the available byte count. */ in rt_lwp_memheap_realloc() 504 /* Mark the memory as available. */ in rt_lwp_memheap_free() 506 /* Adjust the available number of bytes. */ in rt_lwp_memheap_free() 515 /* adjust the available number of bytes. */ in rt_lwp_memheap_free() 531 /* adjust the available number of bytes. */ in rt_lwp_memheap_free()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | rawapi.txt | 14 the various protocols. It is the only API available when running lwIP 107 callback function for events such as incoming data available, outgoing 138 available for creating the new pcb, NULL is returned. 164 tcp_listen() may return NULL if no memory was available for the 199 available for enqueueing the SYN segment. If the SYN indeed was 227 in lwipopts.h. The number of bytes available in the output queue can 276 as a method of waiting for memory to become available. For instance, 277 if a call to tcp_write() has failed because memory wasn't available, 297 was available for closing the connection. If so, the application
|
/nrf52832-nimble/rt-thread/src/ |
H A D | memheap.c | 182 /* determine if the memory is available. */ in rt_memheap_alloc() 230 /* decrement the available byte count. */ in rt_memheap_alloc() 239 /* decrement the entire free size from the available bytes count. */ in rt_memheap_alloc() 257 /* Mark the allocated block as not available. */ in rt_memheap_alloc() 352 /* decrement the entire free size from the available bytes count. */ in rt_memheap_realloc() 484 /* increment the available byte count. */ in rt_memheap_realloc() 535 /* Mark the memory as available. */ in rt_memheap_free() 537 /* Adjust the available number of bytes. */ in rt_memheap_free() 546 /* adjust the available number of bytes. */ in rt_memheap_free() 562 /* adjust the available number of bytes. */ in rt_memheap_free()
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | LICENSE | 36 Object form, made available under the License, as indicated by a 203 This product bundles queue.h 8.5, which is available under the "3-clause BSD" 206 This product partly derives from FreeBSD, which is available under the 210 This product bundles Gary S. Brown's CRC32 implementation, which is available 215 This product bundles tinycrypt, which is available under the "3-clause BSD"
|
/nrf52832-nimble/rt-thread/components/cplusplus/ |
H A D | Semaphore.h | 23 @param number of available resources; maximum index value is (count-1). 28 /** Wait until a Semaphore resource becomes available.
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | index.rst | 9 medical (ISM) band at 2.4 to 2.485 GHz which is available in most 106 implementation of each component, APIs available, and things to consider 113 NimBLE, try the tutorials out with, and see how to use available
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/ |
H A D | ffconf.h | 154 / 1: Enable relative path. f_chdir() and f_chdrive() are available. 155 / 2: f_getcwd() function is available in addition to 1. 186 / funciton will be available. */ 214 / bit0=0: Use free cluster count in the FSINFO if available. 216 / bit1=0: Use last allocated cluster number in the FSINFO if available. 285 / function, must be added to the project. Samples are available in
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | rawapi.txt | 108 available for creating the new pcb, NULL is returned. 134 tcp_listen() may return NULL if no memory was available for the 178 available for enqueueing the SYN segment. If the SYN indeed was 206 in lwipopts.h. The number of bytes available in the output queue can 255 as a method of waiting for memory to become available. For instance, 256 if a call to tcp_write() has failed because memory wasn't available, 276 was available for closing the connection. If so, the application
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | mtd_nor.h | 24 rt_uint32_t block_start; /* The start of available block*/ 25 rt_uint32_t block_end; /* The end of available block */
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | pt-doc.txt | 28 amounts of the available memory. In contrast, each protothread only 92 available memory. 99 of the available memory. A protothread only requires only two bytes of
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/ |
H A D | device_composition.c | 199 case 0x00: /* No optional fields are available */ in gen_onoff_setunack() 204 case 0x02: /* Optional fields are available */ in gen_onoff_setunack() 332 case 0x00: /* No optional fields are available */ in gen_level_set_unack() 337 case 0x02: /* Optional fields are available */ in gen_level_set_unack() 422 case 0x00: /* No optional fields are available */ in gen_delta_set_unack() 427 case 0x02: /* Optional fields are available */ in gen_delta_set_unack() 510 case 0x00: /* No optional fields are available */ in gen_move_set_unack() 515 case 0x02: /* Optional fields are available */ in gen_move_set_unack() 864 case 0x00: /* No optional fields are available */ in light_lightness_set_unack() 869 case 0x02: /* Optional fields are available */ in light_lightness_set_unack() [all …]
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/ |
H A D | mb.h | 52 * Modbus timeout. If an RTOS is available a separate task should be created 261 * more resources are available it returns eMBErrorCode::MB_ENORES. In this 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
|