/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/ |
H A D | snmp_mib2_icmp.c | 115 case 18: /* icmpOutParmProbs: not supported -> always 0 */ in icmp_get_value() 118 case 19: /* icmpOutSrcQuenchs: not supported -> always 0 */ in icmp_get_value() 121 case 20: /* icmpOutRedirects: not supported -> always 0 */ in icmp_get_value() 130 case 23: /* icmpOutTimestamps: not supported -> always 0 */ in icmp_get_value() 133 case 24: /* icmpOutTimestampReps: not supported -> always 0 */ in icmp_get_value() 136 case 25: /* icmpOutAddrMasks: not supported -> always 0 */ in icmp_get_value() 139 case 26: /* icmpOutAddrMaskReps: not supported -> always 0 */ in icmp_get_value()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_mib2_icmp.c | 115 case 18: /* icmpOutParmProbs: not supported -> always 0 */ in icmp_get_value() 118 case 19: /* icmpOutSrcQuenchs: not supported -> always 0 */ in icmp_get_value() 121 case 20: /* icmpOutRedirects: not supported -> always 0 */ in icmp_get_value() 130 case 23: /* icmpOutTimestamps: not supported -> always 0 */ in icmp_get_value() 133 case 24: /* icmpOutTimestampReps: not supported -> always 0 */ in icmp_get_value() 136 case 25: /* icmpOutAddrMasks: not supported -> always 0 */ in icmp_get_value() 139 case 26: /* icmpOutAddrMaskReps: not supported -> always 0 */ in icmp_get_value()
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | uip-code-style.c | 60 * This template should always be used to document 73 * Local variables should always be declared at the start of the in code_style_example_function() 89 * Always use full blocks (curly brackets) after if(), for(), and in code_style_example_function() 97 curly brackers, always on its own line. */ in code_style_example_function()
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/ |
H A D | mbutils.h | 50 * The array used for storing the bits must always be a multiple of two 59 * \param ucNBits Number of bits to modify. The value must always be smaller 89 * \param ucNBits Number of bits to modify. The value must always be smaller
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | ip6_zone.h | 26 * Even though one could argue that there is always one zone even for global 30 * Backward compatibility prevents us from requiring that applications always 189 * of both of those scopes always equals the index of the network interface. 212 * of both of those scopes always equals the index of the network interface. 213 * As such, there is always only one matching netif for a specific zone index, 238 * Ideally, callers would always supply a properly zoned address, in which case
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | ccm_mode.h | 143 * 3-7 btis: always 0's 154 * 7: always 0 189 * 3-7 btis: always 0's 200 * 7: always 0
|
/nrf52832-nimble/rt-thread/components/vmm/linux_patch-v3.8/ |
H A D | 0002-arm-gic-correct-the-cpu-map-on-gic_raise_softirq-for.patch | 27 + * softirq are always handled on CPU0. 32 /* this always happens on GIC0 */
|
/nrf52832-nimble/rt-thread/components/net/uip/ |
H A D | uip-1.0-changelog.txt | 9 driver coding: outbound packets are now *always* stored in full in 91 o TCP: A FINACK segment would not always correctly acknowledge data.
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | system_nrf52810.c | 269 /* Fix should always apply. */ in errata_31() 306 /* Fix should always apply. */ in errata_36() 350 /* Fix should always apply. */ in errata_66() 360 /* Fix should always apply. */ in errata_103() 403 /* Fix should always apply. */ in errata_136()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 128 data length update procedure. The host can always tell 179 always have available for the host to use. Decreasing this 200 # NOTE: 'the' controller always supports extended reject indicate and thus
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/ |
H A D | ffconf.h | 115 / 1: Enable LFN with static working buffer on the BSS. Always NOT thread-safe. 196 / 2048 or 4096) Always set both 512 for most systems, all type of memory cards and 278 / volume is always re-entrant and volume control functions, f_mount(), f_mkfs() 279 / and f_fdisk() function, are always not re-entrant. Only file/directory access
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | mem.c | 119 * Note that the returned value must always be aligned (as defined by MEM_ALIGNMENT). 296 /** the last entry, always unused! */ 473 * @return for compatibility reasons: is always == rmem, at the moment 600 * Note that the returned value will always be aligned (as defined by MEM_ALIGNMENT). 688 /* (a mem2 struct does no fit into the user data space of mem and mem->next will always in mem_malloc() 693 * will always be used at this point! in mem_malloc()
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | psock.h | 57 * variables will not always be saved across a call to a protosocket 289 * almost always be used in conjunction with PSOCK_CLOSE(). 318 * ends. It must always be used together with a matching PSOCK_BEGIN()
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_i2s.c | 98 // - MCK (optional) - always output, in configure_pins() 109 // - SDOUT (optional) - always output, in configure_pins() 120 // - SDIN (optional) - always input. in configure_pins()
|
H A D | nrfx_pwm.c | 204 // The notification that the peripheral has stopped is always enabled. in start_playback() 210 // 'nrfx_pwm_init'), hence these events must be always enabled in start_playback() 445 // The STOPPED event is always propagated to the user handler. in irq_handler()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | sys_arch.txt | 93 sys_sem_free() is always called before calling this function! 127 sys_mutex_free() is always called before calling this function! 197 sys_mbox_free() is always called before calling this function!
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | UPGRADING | 26 All other/normal/synchronous errors are (and always were) available via 'errno'. 27 LWIP_SOCKET_SET_ERRNO has been removed - 'errno' is always set - and required! 205 * Added LWIP_NETIF_TX_SINGLE_PBUF to always copy to try to create single pbufs
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | a00051.html | 75 <a name="l00060"></a>00060 <span class="comment"> * This template should always be used… 88 <a name="l00073"></a>00073 <span class="comment"> * Local variables should always be declared at … 104 <a name="l00089"></a>00089 <span class="comment"> * Always use full blocks (curly brackets) aft… 112 …00097 <span class="comment"> curly brackers, always on its own line. *…
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | mem.c | 188 /** the last entry, always unused! */ 364 * @return for compatibility reasons: is always == rmem, at the moment 491 * Note that the returned value will always be aligned (as defined by MEM_ALIGNMENT). 579 /* (a mem2 struct does no fit into the user data space of mem and mem->next will always in mem_malloc() 584 * will always be used at this point! in mem_malloc()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | README.eCos | 24 Note: zconf.h always defines __ECOS__. This is necessary to support
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/ |
H A D | api_msg.h | 43 /* Note: Netconn API is always available when sockets are enabled - 80 /** The netconn which to process - always needed: it includes the semaphore
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | version.yml | 21 # This should always be 0.0.0 in the master branch.
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/ |
H A D | depcomp | 298 # in a .u file. In older versions, this file always lives in the 365 # Will always output deps to 'file.d' where file is the root name of the 572 # always write the preprocessed file to stdout, regardless of -o. 678 # always write the preprocessed file to stdout. 721 # always write the preprocessed file to stdout.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/ |
H A D | syscfg.yml | 39 # 0 is always available
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | mem.c | 204 * Note that the returned value must always be aligned (as defined by MEM_ALIGNMENT). 385 /** the last entry, always unused! */ 694 * @return for compatibility reasons: is always == rmem, at the moment 828 * Note that the returned value will always be aligned (as defined by MEM_ALIGNMENT). 918 /* (a mem2 struct does no fit into the user data space of mem and mem->next will always in mem_malloc() 923 * will always be used at this point! in mem_malloc()
|