Home
last modified time | relevance | path

Searched full:maximum (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml97 This options specifies the maximum capacity of the replay
122 be at least three more advertising buffers than the maximum
152 Maximum number of simultaneous outgoing multi-segment and/or
158 Maximum number of simultaneous incoming multi-segment and/or
164 Maximum incoming Upper Transport Access PDU length. This
168 requirement is 2 segments (24 bytes) whereas the maximum supported
174 Maximum number of segments supported for outgoing messages.
179 is why the default is lower than the maximum that the
182 The maximum outgoing SDU size is 12 times this number (out of
184 example, 5 segments means the maximum SDU size is 60 bytes,
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/port/sys/
H A Dstat.h126 /* Maximum length of arguments to `execve', including environment. */
129 /* Maximum simultaneous processes per real user ID. */
135 /* Maximum link count of a file. */
148 /* Maximum number of message queues open for a process. */
151 /* Maximum number of supported message priorities. */
196 /* Maximum number of characters in a tty name. */
202 /* Maximum length of a timezone name (element of `tzname'). */
205 /* Maximum clock resolution in nanoseconds. */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml93 The maximum number of concurrent L2CAP signal procedures.
110 Defines maximum number of LE Connection Oriented Channels channels.
124 The maximum number of concurrent security manager procedures.
265 The maximum number of attributes that can be read with a single
270 The maximum number of attributes that can be written with a single
275 The maximum number of concurrent client GATT procedures. (0/1)
376 Maximum number of bonds that can be persisted. Note: increasing
382 Maximum number of client characteristic configuration descriptors
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dhttpd_opts.h95 * To save memory, the maximum tag length is limited (@see LWIP_HTTPD_MAX_TAG_NAME_LEN).
96 * To save memory, the maximum insertion string length is limited (@see
129 /* The maximum number of parameters that the CGI handler can be sent. */
142 /* The maximum length of the string comprising the SSI tag name
149 /* The maximum length of string that can be returned to replace any given tag
203 /** Maximum retries before the connection is aborted/closed.
269 /** Defines the maximum length of a HTTP request line (up to the first CRLF,
286 /** Maximum length of the filename to send as response to a POST request,
331 /* Define this to a function that returns the maximum amount of data to enqueue.
H A Dsmtp_opts.h27 /** Maximum length reserved for server name including terminating 0 byte */
32 /** Maximum length reserved for username */
37 /** Maximum length reserved for password */
H A Dsnmp_opts.h120 * The maximum length of strings used.
127 * The maximum number of Sub ID's inside an object identifier.
128 * Indirectly this also limits the maximum depth of SNMP tree.
140 * The maximum size of a value.
169 * The maximum length of community string.
171 * enter here the possible maximum length (+1 for terminating null character).
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/
H A Dhmac_prng.c46 * SP800-90A specifies a maximum of 2^35 bits (i.e., 2^32 bytes).
52 * SP800-90A specifies a maximum of 2^35 bits (i.e., 2^32 bytes).
58 * SP800-90A specifies a maximum of 2^35 bits (i.e., 2^32 bytes).
65 * a 32-bit unsigned int variable, while SP800-90A specifies a maximum of 2^48.
70 * maximum bytes per generate call;
71 * SP800-90A specifies a maximum up to 2^19.
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dmmcsd_host.h94 rt_uint32_t max_seg_size; /* maximum size of one dma segment */
95 rt_uint32_t max_dma_segs; /* maximum number of dma segments in one request */
96 rt_uint32_t max_blk_size; /* maximum block size */
97 rt_uint32_t max_blk_count; /* maximum block count */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/
H A Dmount.x5 const MNTPATHLEN = 1024; /* Maximum bytes in a path name */
6 const MNTNAMLEN = 255; /* Maximum bytes in a name */
7 const FHSIZE3 = 64; /* Maximum bytes in a V3 file handle */
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml82 Determines the maximum rate at which the controller will send the
112 # maximum size of the PDU's that will be sent and/or received in a
115 description: 'The maximum PDU size that can be sent/received'
118 description: 'The maximum supported received PDU size'
121 description: 'The maximum supported transmit PDU size'
125 Used to set the initial maximum transmit PDU size in a
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsnmp_opts.h120 * The maximum length of strings used.
127 * The maximum number of Sub ID's inside an object identifier.
128 * Indirectly this also limits the maximum depth of SNMP tree.
136 * The maximum size of a value.
169 * The maximum length of community string.
171 * enter here the possible maximum length (+1 for terminating null character).
H A Dhttpd_opts.h78 /* The maximum number of parameters that the CGI handler can be sent. */
91 /* The maximum length of the string comprising the tag name */
96 /* The maximum length of string that can be returned to replace any given tag */
135 /** Maximum retries before the connection is aborted/closed.
201 /** Defines the maximum length of a HTTP request line (up to the first CRLF,
218 /** Maximum length of the filename to send as response to a POST request,
263 /* Define this to a function that returns the maximum amount of data to enqueue.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dinftrees.h38 /* Maximum size of dynamic tree. The maximum found in a long but non-
41 exhaustive search). The true maximum is not known, but the value
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/
H A Dmbconfig.h65 * a configuration option. It should be set to the maximum expected delay
69 /*! \brief Maximum number of Modbus functions codes the protocol stack
72 * The maximum number of supported Modbus functions must be greater than
80 * This number limits the maximum size of the additional segment in the
/nrf52832-nimble/rt-thread/components/utilities/utest/
H A Dutest.h61 * @member run_timeout Testcase maximum test time (Time unit: seconds).
114 * @brief Testcase name maximum length.
129 * @param timeout Testcase maximum test time (Time unit: seconds).
/nrf52832-nimble/rt-thread/components/drivers/
H A DKconfig263 int "SSID name maximum length"
267 int "Maximum password length"
275 int "Maximum number of WiFi information automatically saved"
291 int "Maximum number of driver events"
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dfsm.h88 u8_t maxnakloops; /* Maximum number of nak loops tolerated
155 #define DEFMAXTERMREQS 2 /* Maximum Terminate-Request transmissions */
156 #define DEFMAXCONFREQS 10 /* Maximum Configure-Request transmissions */
157 #define DEFMAXNAKLOOPS 5 /* Maximum number of nak loops */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dfsm.h92 u8_t maxnakloops; /* Maximum number of nak loops tolerated
159 #define DEFMAXTERMREQS 2 /* Maximum Terminate-Request transmissions */
160 #define DEFMAXCONFREQS 10 /* Maximum Configure-Request transmissions */
161 #define DEFMAXNAKLOOPS 5 /* Maximum number of nak loops */
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Duipopt.h159 * The maximum time an IP fragment should wait in the reassembly
199 * The maximum amount of concurrent UDP connections.
236 * The maximum number of simultaneously open TCP connections.
252 * The maximum number of simultaneously listening TCP ports.
283 * The maximum number of times a segment should be retransmitted
291 * The maximum number of times a SYN segment should be retransmitted
300 * The TCP maximum segment size.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dopt.h539 * IP_REASS_MAXAGE: Maximum time (in multiples of IP_TMR_INTERVAL - so seconds, normally)
548 * IP_REASS_MAX_PBUFS: Total maximum amount of pbufs waiting to be reassembled.
551 * packets even if the maximum amount of fragments is enqueued for reassembly!
772 * The maximum length of strings used. This affects the size of
780 * The maximum depth of the SNMP tree.
821 /** DNS maximum number of entries to maintain locally. */
826 /** DNS maximum host name length supported in the name table. */
831 /** The maximum of DNS servers */
927 * TCP_MAXRTX: Maximum number of retransmissions of data segments.
934 * TCP_SYNMAXRTX: Maximum number of retransmissions of SYN segments.
[all …]
/nrf52832-nimble/rt-thread/components/net/at/
H A DKconfig24 int "The maximum length of server data accepted"
55 int "The maximum number of supported clients"
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_systick.c37 * @brief Maximum number of ticks to delay
39 * The maximum number of ticks should be much lower than
40 * Physical maximum count of the SysTick timer.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/
H A Dbridgeif.h73 /** Maximum number of ports in the bridge (ports are stored in an array, this
76 /** Maximum number of dynamic/learning entries in the bridge's forwarding database.
79 /** Maximum number of static forwarding entries. Influences memory consumption! */
/nrf52832-nimble/rt-thread/components/libc/pthreads/
H A Dmqueue.h32 long mq_maxmsg; /* Maximum number of messages. */
33 long mq_msgsize; /* Maximum message size. */
/nrf52832-nimble/packages/NimBLE-latest/nimble/
H A Dsyscfg.yml35 description: 'The maximum number of concurrent connections.'
55 This allows to configure maximum size of advertising data and

12345678910>>...15