/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/ |
H A D | cmsis_os.h | 43 …ard. Note that some functions are optional and need not to be provided by every CMSIS-RTOS impleme… 107 /// \note MUST REMAIN UNCHANGED: \b osKernelSystemId shall be consistent in every CMSIS-RTOS. 110 /// \note MUST REMAIN UNCHANGED: \b osFeature_xxx shall be consistent in every CMSIS-RTOS. 131 /// \note MUST REMAIN UNCHANGED: \b osPriority shall be consistent in every CMSIS-RTOS. 144 /// \note MUST REMAIN UNCHANGED: \b osWaitForever shall be consistent in every CMSIS-RTOS. 148 /// \note MUST REMAIN UNCHANGED: \b osStatus shall be consistent in every CMSIS-RTOS. 169 /// \note MUST REMAIN UNCHANGED: \b os_timer_type shall be consistent in every CMSIS-RTOS. 176 /// \note MUST REMAIN UNCHANGED: \b os_pthread shall be consistent in every CMSIS-RTOS. 180 /// \note MUST REMAIN UNCHANGED: \b os_ptimer shall be consistent in every CMSIS-RTOS. 186 /// \note CAN BE CHANGED: \b os_thread_cb is implementation specific in every CMSIS-RTOS. [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig-language.txt | 20 Every entry has its own dependencies. These dependencies are used 37 Every line starts with a key word and can be followed by multiple 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: 63 Every menu entry can have at most one prompt, which is used to display 279 The configuration file describes a series of menu entries, where every 306 show up under the menuconfig entry and not outside of it, every item
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | memp.c | 78 /* If MEMP_OVERFLOW_CHECK is >= 2, on every call to memp_malloc or memp_free, 79 * every single element in each pool is checked! 276 * Do an overflow check for all elements in every pool. 305 * Initialize the restricted areas of all memp elements in every pool. 353 /* for every pool: */ in memp_init()
|
H A D | tcp.c | 91 /* Incremented every coarse grained timer shot (typically every 500 ms). */ 143 /* Call tcp_fasttmr() every 250 ms */ in tcp_tmr() 147 /* Call tcp_tmr() every 500 ms, i.e., every other timer in tcp_tmr() 534 this port is only used once for every local IP. */ in tcp_listen_with_backlog() 781 * Called every 500 ms and implements the retransmission timer and the timer that 1040 * Is called every TCP_FAST_INTERVAL (250 ms) and process data previously 1694 * Print all tcp_pcbs in every list for debugging purposes.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | mem_priv.h | 53 * If MEM(P)_OVERFLOW_CHECK is >= 2, on every call to mem(p)_malloc or mem(p)_free, 54 * every single element in each pool/heap is checked!
|
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/ |
H A D | csi_core.h | 92 \note The priority cannot be set for every core interrupt. 217 \note every 256 access add 1. 224 \note every 256 miss add 1.
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/ |
H A D | sfud_def.h | 71 * @param delay delay function for every retry. NULL will not delay for every retry. 277 void (*delay)(void); /**< every retry's delay */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/ipv4/lwip/ |
H A D | autoip.h | 103 /** Handles every incoming ARP Packet, called by etharp_arp_input */ 106 /** Has to be called in loop every AUTOIP_TMR_INTERVAL milliseconds */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 137 necessarily need to happen every hour (thanks to the flexible 147 state is saved every 24 hours (96 / 4). 488 means that the sequence number will be stored to flash on every 491 infrequently a value as low as 0 (update storage for every
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | mdns.txt | 60 Call mdns_resp_announce() every time the IP address on the netif has changed. 62 Call mdns_resp_restart() every time the network interface comes up after being
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | dhcp.h | 119 /* to be called every minute */ 121 /* to be called every half second */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | mppe.c | 175 * every CCP Reset-Request; we only rekey on the next xmit packet. 177 * So, rekeying for every CCP Reset-Request is broken as the peer will not 333 /* RFC 3078, sec 8.1. Rekey for every packet. */ in mppe_decompress() 359 /* Rekey for every missed "flag" packet. */ in mppe_decompress()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | mppe.c | 175 * every CCP Reset-Request; we only rekey on the next xmit packet. 177 * So, rekeying for every CCP Reset-Request is broken as the peer will not 333 /* RFC 3078, sec 8.1. Rekey for every packet. */ in mppe_decompress() 359 /* Rekey for every missed "flag" packet. */ in mppe_decompress()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | dhcp.h | 123 /* to be called every minute */ 125 /* to be called every half second */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | FILES | 2 Every application shall provide one api file APP.h and optionally one options file APP_opts.h
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | FILES | 2 Every application shall provide one api file APP.h and optionally one options file APP_opts.h
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/ |
H A D | memp_priv.h | 53 /* If MEMP_OVERFLOW_CHECK is >= 2, on every call to memp_malloc or memp_free, 54 * every single element in each pool is checked!
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | rawapi.txt | 81 C function that is called from within the TCP/IP code. Every callback 268 be polled every 5 seconds. 312 called every TCP_FAST_INTERVAL milliseconds (defined in tcp.h) and 313 tcp_slowtmr() should be called every TCP_SLOW_INTERVAL milliseconds.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | dhcp.h | 130 /** to be called every minute */ 132 /** to be called every half second */
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_qdec.h | 71 …MPLERDY = offsetof(NRF_QDEC_Type, EVENTS_SAMPLERDY), /**< Event generated for every new sample. */ 72 …PORTRDY = offsetof(NRF_QDEC_Type, EVENTS_REPORTRDY), /**< Event generated for every new report. */ 73 … = offsetof(NRF_QDEC_Type, EVENTS_ACCOF) /**< Event generated for every accumulator overfl…
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/fuzz/ |
H A D | README | 31 The lwipopts.h file needs to have checksum checking off, otherwise almost every
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/fuzz/ |
H A D | README | 34 The lwipopts.h file needs to have checksum checking off, otherwise almost every
|
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | sample.rst | 17 Every device should have unique Device UUID so config amend and rebuild is needed for each of the d…
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | algorithm.txt | 120 At least for deflate's output that generates new trees every several 10's of 123 other extreme, you could make a new table for every bit in the code. In fact,
|
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/ |
H A D | time.c | 37 /* every fourth year is a leap year except for century years that are in __isleap() 142 /* After 2100 we have to substract 3 leap years for every 400 years in mktime()
|