/nrf52832-nimble/rt-thread/libcpu/arm/armv6/ |
H A D | mmu.h | 113 #define SECT_ROX_CB (SECT_AP_RO|PGD_DOMAIN(0)|PGD_SECT_WB|PGD_TYPE_SECT) /* Read Only/executab… 114 #define SECT_ROX_CNB (SECT_AP_RO|PGD_DOMAIN(0)|PGD_SECT_WT|PGD_TYPE_SECT) /* Read Only/executab… 115 #define SECT_ROX_NCNB (SECT_AP_RO|PGD_DOMAIN(0)|PGD_TYPE_SECT) /* Read Only/executable without c… 116 #define SECT_ROX_FAULT (SECT_AP_RO|PGD_DOMAIN(1)|PGD_TYPE_SECT) /* Read Only without cache and wr… 118 … (SECT_AP_RO|PGD_DOMAIN(0)|PGD_SECT_WB|PGD_TYPE_SECT|PGD_SECT_XN) /* Read Only, cache, write back … 119 … (SECT_AP_RO|PGD_DOMAIN(0)|PGD_SECT_WT|PGD_TYPE_SECT|PGD_SECT_XN) /* Read Only, cache, write throu… 120 #define SECT_RONX_NCNB (SECT_AP_RO|PGD_DOMAIN(0)|PGD_TYPE_SECT|PGD_SECT_XN) /* Read Only without … 121 #define SECT_RONX_FAULT (SECT_AP_RO|PGD_DOMAIN(1)|PGD_TYPE_SECT|PGD_SECT_XN) /* Read Only without … 147 #define PAGE_ROX_CB (PAGE_AP_RO|PAGE_CB|PTE_TYPE_SMALL) /* Read Only/executable, cache, write … 148 #define PAGE_ROX_CNB (PAGE_AP_RO|PAGE_CNB|PTE_TYPE_SMALL) /* Read Only/executable, cache, write… [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig-language.txt | 21 to determine the visibility of an entry. Any child entry is only 42 name, but every definition can have only a single input prompt and the 52 Every config option must have a type. There are only two basic types: 64 to the user. Optionally dependencies only for this prompt can be added 69 default values are visible, only the first defined one is active. 73 The default value is only assigned to the config symbol if no other 77 Optionally, dependencies only for this default value can be added with 104 Reverse dependencies can only be used with boolean or tristate 111 In general use select only for non-visible symbols 145 This attribute is only applicable to menu blocks, if the condition is [all …]
|
/nrf52832-nimble/rt-thread/libcpu/arm/dm36x/ |
H A D | mmu.h | 106 #define SECT_RO_CB (SECT_AP_RO|PGD_DOMAIN(0)|PGD_SECT_WB|PGD_TYPE_SECT|PGD_BIT4) /* Read Only,… 107 #define SECT_RO_CNB (SECT_AP_RO|PGD_DOMAIN(0)|PGD_SECT_WT|PGD_TYPE_SECT|PGD_BIT4) /* Read Only,… 108 #define SECT_RO_NCNB (SECT_AP_RO|PGD_DOMAIN(0)|PGD_TYPE_SECT|PGD_BIT4) /* Read Only without cach… 109 #define SECT_RO_FAULT (SECT_AP_RO|PGD_DOMAIN(1)|PGD_TYPE_SECT|PGD_BIT4) /* Read Only without cach… 130 #define PAGE_RO_CB (PAGE_AP_RO|PAGE_CB|PTE_TYPE_SMALL) /* Read Only, cache, write back */ 131 #define PAGE_RO_CNB (PAGE_AP_RO|PAGE_CNB|PTE_TYPE_SMALL) /* Read Only, cache, write through */ 132 #define PAGE_RO_NCNB (PAGE_AP_RO|PTE_TYPE_SMALL) /* Read Only without cache and write buffer */ 133 #define PAGE_RO_FAULT (PAGE_AP_RO|PTE_TYPE_SMALL) /* Read Only without cache and write buffer */ 140 rt_uint32_t page_attr; /* only sector mapped valid */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | UPGRADING | 16 * TCP only kills existing connections with a LOWER priority than the one currently being opened. 21 * pbuf API: pbuf->type (an u8_t holding the enum 'pbuf_type') has changed to only hold a 25 * socket API: according to the standard, SO_ERROR now only returns asynchronous errors. 70 * Added IPv6 support (dual-stack or IPv4/IPv6 only) 71 …* Changed ip_addr_t to be a union in dual-stack mode (use ip4_addr_t where referring to IPv4 only). 90 to let abc.h only contain the actual application programmer's API 129 * Added IPv6 support (dual-stack or IPv4/IPv6 only) 181 * Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains 247 * Calculate the TCP/UDP checksum while copying to only fetch data once: 254 off any more, if this is set to 0, only one packet (the most recent one) is [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | ip6_zone.h | 9 * is constrained, in which case the address is meaningful only in a specific 10 * "zone." For unicast addresses, only link-local addresses have a scope; in 14 * interfaces. For example, a link-local address is valid on only one link (its 24 * means that if the address has a zone if and only if has a scope. As such, it 49 * addresses and (only) interface-local and link-local multicast addresses as 127 * This macro must only be used on IPv6 addresses of the same scope. */ 131 * These exist for efficiency only, allowing the macros to avoid certain tests 162 * meaningful only if accompanied by a zone index to identify the scope's zone. 167 * only interface-local and link-local scopes are defined. 173 * @param ip6addr the IPv6 address (const); only its address part is examined. [all …]
|
H A D | ip.h | 133 * This function must only be called from a receive callback (udp_recv, 137 * This function must only be called from a receive callback (udp_recv, 149 * This function must only be called from a receive callback (udp_recv, 153 * This function must only be called from a receive callback (udp_recv, 178 * This function must only be called from a receive callback (udp_recv, 181 /** Always returns FALSE when only supporting IPv4 only */ 195 * This function must only be called from a receive callback (udp_recv, 198 /** Always returns TRUE when only supporting IPv6 only */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | UPGRADING | 27 * Added IPv6 support (dual-stack or IPv4/IPv6 only) 28 …* Changed ip_addr_t to be a union in dual-stack mode (use ip4_addr_t where referring to IPv4 only). 47 to let abc.h only contain the actual application programmer's API 86 * Added IPv6 support (dual-stack or IPv4/IPv6 only) 138 * Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains 204 * Calculate the TCP/UDP checksum while copying to only fetch data once: 211 off any more, if this is set to 0, only one packet (the most recent one) is 217 * Implemented tcp_shutdown() to only shut down one end of a connection 224 * Fixed ARP input processing: only add a new entry if a request was directed as us 229 * Removed packing from ip_addr_t, the packed version is now only used in protocol headers
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | ppp.txt | 40 Supported compression or miscellaneous protocols, for serial links only: 51 As usual, raw API for lwIP means the lightweight API which *MUST* only be used 273 * Basic PPP client configuration. Can only be set if PPP session is in the 275 * equivalents through PPPAPI because those helpers are only changing 277 * only need to be done once. 287 * Initiate PPP negotiation, without waiting (holdoff=0), can only be called 300 * Basic PPP server configuration. Can only be set if PPP session is in the 302 * equivalents through PPPAPI because those helpers are only changing 304 * only need to be done once. 331 * Only for PPPoS, the PPP session should be up and waiting for input. [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | ppp.txt | 40 Supported compression or miscellaneous protocols, for serial links only: 51 As usual, raw API for lwIP means the lightweight API which *MUST* only be used 273 * Basic PPP client configuration. Can only be set if PPP session is in the 275 * equivalents through PPPAPI because those helpers are only changing 277 * only need to be done once. 287 * Initiate PPP negotiation, without waiting (holdoff=0), can only be called 300 * Basic PPP server configuration. Can only be set if PPP session is in the 302 * equivalents through PPPAPI because those helpers are only changing 304 * only need to be done once. 331 * Only for PPPoS, the PPP session should be up and waiting for input. [all …]
|
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/ |
H A D | x1000_otg_dwc.h | 256 #define DEP_TXFIFO_UNDRN BIT8 // Only for INEP 257 #define DEP_OUTPKT_ERR BIT8 // Only for OUTEP 259 #define DEP_INEP_NAKEFF BIT6 // Only for INEP 260 #define DEP_B2B_SETUP_RECV BIT6 // Only for OUTEP0 261 #define DEP_INTOKEN_EPMISATCH BIT5 // Only for INEP 262 #define DEP_STATUS_PHASE_RECV BIT5 // Only for OUTEP0 263 #define DEP_INTOKEN_RECV_TXFIFO_EMPTY BIT4 // Only for INEP 264 #define DEP_OUTTOKEN_RECV_EPDIS BIT4 // Only for OUTEP 265 #define DEP_TIME_OUT BIT3 // Only for INEP 266 #define DEP_SETUP_PHASE_DONE BIT3 // Only for OUTEP0
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 88 Only concern changes on RP-PPPoE plugin, which we don't use. 175 Documentation only. 205 Documentation only. 211 Documentation only. 223 Documentation only. 229 Documentation only. 248 Documentation only. 272 Documentation only. 278 Documentation only. 290 Documentation only. [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 88 Only concern changes on RP-PPPoE plugin, which we don't use. 175 Documentation only. 205 Documentation only. 211 Documentation only. 223 Documentation only. 229 Documentation only. 248 Documentation only. 272 Documentation only. 278 Documentation only. 290 Documentation only. [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/ |
H A D | missing | 142 echo "You should only need it if you modified 'configure.ac'," 147 echo "You should only need it if you modified 'acconfig.h' or" 152 echo "You should only need it if you modified 'Makefile.am' or" 157 echo "You should only need it if you modified 'acinclude.m4' or" 167 echo "You should only need it if you modified a '.y' file." 172 echo "You should only need it if you modified a '.l' file." 177 echo "You should only need it if you modified a dependency" \ 183 echo "You should only need it if you modified a '.texi' file, or"
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | UPGRADING | 47 * Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains 113 * Calculate the TCP/UDP checksum while copying to only fetch data once: 120 off any more, if this is set to 0, only one packet (the most recent one) is 126 * Implemented tcp_shutdown() to only shut down one end of a connection 133 * Fixed ARP input processing: only add a new entry if a request was directed as us 138 * Removed packing from ip_addr_t, the packed version is now only used in protocol headers
|
/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 45 - Very small RAM overhead - only two bytes per protothread 71 allows for both non-commercial and commercial usage. The only 99 of the available memory. A protothread only requires only two bytes of 156 The standard C implementation requires only two bytes of state per
|
H A D | uip-doc.txt | 46 The uIP implementation is designed to have only the absolute minimal 47 set of features needed for a full TCP/IP stack. It can only handle a 103 the second kind of requirements will only affect the communication 111 connections. Since there are only very few applications that make use 179 scarce resource. With only a few kilobytes of RAM available for the 203 performance degradation, but only when multiple connections are 205 receiver window, which means that only a single TCP segment will be in 229 provide extremely low throughput and will only allow a small number of 264 for new data. The application program provides only one callback 351 The application can send only one chunk of data at a time on a [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | ip.h | 131 * This function must only be called from a receive callback (udp_recv, 135 * This function must only be called from a receive callback (udp_recv, 147 * This function must only be called from a receive callback (udp_recv, 151 * This function must only be called from a receive callback (udp_recv, 176 * This function must only be called from a receive callback (udp_recv, 179 /** Always returns FALSE when only supporting IPv4 only */ 193 * This function must only be called from a receive callback (udp_recv, 196 /** Always returns TRUE when only supporting IPv6 only */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/ |
H A D | api_lib.c | 7 * Thread-safe, to be called from non-TCPIP threads only. 15 * @defgroup netconn_tcp TCP only 17 * TCP only functions 19 * @defgroup netconn_udp UDP only 21 * UDP only functions 403 * Disconnect a netconn from its current peer (only valid for UDP netconns). 429 * @param backlog the listen backlog, only used if TCP_LISTEN_BACKLOG==1 486 send/recv/getsockopt(SO_ERROR) only, we return it for listening in netconn_accept() 553 /* don't set conn->last_err: it's only ERR_OK, anyway */ in netconn_accept() 569 * @param apiflags flags that control function behaviour. For now only: [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/ |
H A D | syscfg.yml | 24 # XXX: This package only builds with the apollo2 MCU. 28 # This is a host-only transport. 57 only HCI, this number should be equal to the number of mbufs in 58 the msys pool. For host only, it is really dependent on the
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/ |
H A D | zlib.h | 46 data. This version of the library supports only one compression method 116 uInt extra_max; /* space at extra (only when reading header) */ 118 uInt name_max; /* space at name (only when reading header) */ 120 uInt comm_max; /* space at comment (only when reading header) */ 203 /* The deflate compression method (the only one supported in this version) */ 260 should be set only when necessary (in interactive applications). 281 algorithms and so it should be used only when necessary. 301 deflate has returned Z_STREAM_END, the only possible operations on the 314 binary. This field is only for information purposes and does not affect 319 consumed and all output has been produced (only when flush is set to [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/ |
H A D | zlib.h | 46 data. This version of the library supports only one compression method 116 uInt extra_max; /* space at extra (only when reading header) */ 118 uInt name_max; /* space at name (only when reading header) */ 120 uInt comm_max; /* space at comment (only when reading header) */ 203 /* The deflate compression method (the only one supported in this version) */ 260 should be set only when necessary (in interactive applications). 281 algorithms and so it should be used only when necessary. 301 deflate has returned Z_STREAM_END, the only possible operations on the 314 binary. This field is only for information purposes and does not affect 319 consumed and all output has been produced (only when flush is set to [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | deflate.h | 8 subject to change. Applications should only use zlib.h. 91 * save space in the various tables. IPos is used only for parameter passing. 104 Byte method; /* STORED (for zip only) or DEFLATED */ 130 * array to 64K, this link is maintained only for the last 32K strings. 172 /* Attempt to find a better match only when the current match is strictly 173 * smaller than this value. This mechanism is used only for compression 177 /* Insert new strings in the hash table only if the match length is not 179 * max_insert_length is used only for compression levels <= 3. 226 * This is applicable only for zip (not gzip or zlib).
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/ |
H A D | main_page.h | 21 * The raw TCP/IP interface is not only faster in terms of code execution 60 * the various protocols. It is the only API available when running lwIP 77 * Thread-safe, to be called from non-TCPIP threads only.\n 143 * In mainloop mode, only @ref callbackstyle_api can be used. 144 * The user has two possibilities to ensure there is only one 152 * to call lwIP, it only needs to disable interrupts during the call. 230 * You can only use @ref callbackstyle_api in this mode.\n 315 * environment, raw API functions MUST only be called from the core thread 322 * other threads or an ISR is very limited! Only functions 345 * an ISR (since only then, mem_free - for PBUF_RAM - may [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/ |
H A D | tinycrypt.rst | 97 one can select and compile only the primitives required by the application. 114 variety of side-channel attacks, many of them only relevant to certain 117 TinyCrypt only implements certain generic timing-attack countermeasures. 125 however that this will only be a problem if you intend to hash more than 146 PRNGs only stretch the seed into a seemingly random output of arbitrary 171 PRNGs only stretch the seed into a seemingly random output of arbitrary 222 authenticates the payload and only authenticates the associated data); 228 authentication-only mode on the associated data). 258 It is possible to do useful cryptography with only the given small set of
|
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | index.rst | 19 automation or sensors network. It utilizes managed flood based approach where only mains-powered no… 22 …s complementary to Bluetooth specification and requires features from 4.0 release only. This allows 35 - Low Power - operate within a mesh network at significantly reduced receiver duty cycles only in … 47 - Uses non-connectable advertising only
|