/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 53 # SCA between 251 and 500 ppm (inclusive); master sca = 0 54 # SCA between 151 and 250 ppm (inclusive); master sca = 1 55 # SCA between 101 and 150 ppm (inclusive); master sca = 2 56 # SCA between 76 and 100 ppm (inclusive); master sca = 3 57 # SCA between 51 and 75 ppm (inclusive); master sca = 4 58 # SCA between 31 and 50 ppm (inclusive); master sca = 5 59 # SCA between 21 and 30 ppm (inclusive); master sca = 6 60 # SCA between 0 and 20 ppm (inclusive); master sca = 7
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_radio.h | 197 …Y_START_MASK = RADIO_SHORTS_READY_START_Msk, /**< Shortcut between READY event and S… 198 …DISABLE_MASK = RADIO_SHORTS_END_DISABLE_Msk, /**< Shortcut between END event and DIS… 199 …BLED_TXEN_MASK = RADIO_SHORTS_DISABLED_TXEN_Msk, /**< Shortcut between DISABLED event an… 200 …BLED_RXEN_MASK = RADIO_SHORTS_DISABLED_RXEN_Msk, /**< Shortcut between DISABLED event an… 201 …ESS_RSSISTART_MASK = RADIO_SHORTS_ADDRESS_RSSISTART_Msk, /**< Shortcut between ADDRESS event and… 202 …START_MASK = RADIO_SHORTS_END_START_Msk, /**< Shortcut between END event and STA… 203 …ESS_BCSTART_MASK = RADIO_SHORTS_ADDRESS_BCSTART_Msk, /**< Shortcut between ADDRESS event and… 204 …BLED_RSSISTOP_MASK = RADIO_SHORTS_DISABLED_RSSISTOP_Msk, /**< Shortcut between DISABLED event an… 206 …ADY_CCASTART_MASK = RADIO_SHORTS_RXREADY_CCASTART_Msk, /**< Shortcut between RXREADY event and… 209 …DLE_TXEN_MASK = RADIO_SHORTS_CCAIDLE_TXEN_Msk, /**< Shortcut between CCAIDLE event and… [all …]
|
H A D | nrf_lpcomp.h | 142 …NRF_LPCOMP_SHORT_CROSS_STOP_MASK = LPCOMP_SHORTS_CROSS_STOP_Msk, /*!< Short between CROSS event… 143 …NRF_LPCOMP_SHORT_UP_STOP_MASK = LPCOMP_SHORTS_UP_STOP_Msk, /*!< Short between UP event an… 144 …NRF_LPCOMP_SHORT_DOWN_STOP_MASK = LPCOMP_SHORTS_DOWN_STOP_Msk, /*!< Short between DOWN event … 145 …NRF_LPCOMP_SHORT_READY_STOP_MASK = LPCOMP_SHORTS_READY_STOP_Msk, /*!< Short between READY event… 146 …NRF_LPCOMP_SHORT_READY_SAMPLE_MASK = LPCOMP_SHORTS_READY_SAMPLE_Msk /*!< Short between READY event…
|
H A D | nrf_twim.h | 83 …NRF_TWIM_SHORT_LASTTX_STARTRX_MASK = TWIM_SHORTS_LASTTX_STARTRX_Msk, ///< Shortcut between LASTTX… 84 …NRF_TWIM_SHORT_LASTTX_SUSPEND_MASK = TWIM_SHORTS_LASTTX_SUSPEND_Msk, ///< Shortcut between LASTTX… 85 …NRF_TWIM_SHORT_LASTTX_STOP_MASK = TWIM_SHORTS_LASTTX_STOP_Msk, ///< Shortcut between LASTTX… 86 …NRF_TWIM_SHORT_LASTRX_STARTTX_MASK = TWIM_SHORTS_LASTRX_STARTTX_Msk, ///< Shortcut between LASTRX… 87 …NRF_TWIM_SHORT_LASTRX_STOP_MASK = TWIM_SHORTS_LASTRX_STOP_Msk, ///< Shortcut between LASTRX…
|
H A D | nrf_nfct.h | 93 …_ACTIVATE_MASK = NFCT_SHORTS_FIELDDETECTED_ACTIVATE_Msk, /**< Shortcut between the FIELDDETECTED… 94 …SE_MASK = NFCT_SHORTS_FIELDLOST_SENSE_Msk, /**< Shortcut between the FIELDLOST eve… 96 …ABLERXDATA_MASK = NFCT_SHORTS_TXFRAMEEND_ENABLERXDATA_Msk, /**< Shortcut between the TXFRAMEEND ev… 190 …ODE_FRAMEDELAYMODE_Window, /**< Frame transmission starts in a window between FRAMEDELAYMIN and… 192 …E_FRAMEDELAYMODE_WindowGrid /**< Frame transmission starts in a bit grid between FRAMEDELAYMIN and… 447 * @details This is the minimum value for Frame Delay Timer. It controls the shortest time between 458 * @details This is the minimum value for Frame Delay Timer. It controls the shortest time between 468 * @details This is the maximum value for Frame Delay Timer. It controls the longest time between 480 * @details This is the maximum value for Frame Delay Timer. It controls the longest time between
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | uip-code-style.c | 47 * between functions. 66 * between the name and the first parenthesis), followed 80 * There should be no space between keywords and the first in code_style_example_function() 82 * spaces between a unary operator and its operand. in code_style_example_function()
|
H A D | uip-doc.txt | 80 another network by a router that is situated between the two 96 communication between the application and the networking stack. An 108 removed certain mechanisms in the interface between the application 304 test function that is used to distinguish between different 316 used, e.g., to distinguish between different services, or to check to 603 \subsection example3 Differentiating Between Applications 606 differentiate between them is to use the TCP port number of either the 924 interactions between the protocol layers are strictly defined. While 1070 between hosts with wildly varying memory dimensions. In each TCP 1114 the TCP/IP stack is run in the kernel, data has to be copied between [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/ |
H A D | autoip.h | 60 #define ANNOUNCE_INTERVAL 2 /* seconds (time between announcement packets) */ 63 #define RATE_LIMIT_INTERVAL 60 /* seconds (delay between successive attempts) */ 64 #define DEFEND_INTERVAL 10 /* seconds (min. wait between defensive ARPs) */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/ |
H A D | autoip.h | 60 #define ANNOUNCE_INTERVAL 2 /* seconds (time between announcement packets) */ 63 #define RATE_LIMIT_INTERVAL 60 /* seconds (delay between successive attempts) */ 64 #define DEFEND_INTERVAL 10 /* seconds (min. wait between defensive ARPs) */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/ipv4/lwip/ |
H A D | autoip.h | 69 #define ANNOUNCE_INTERVAL 2 /* seconds (time between announcement packets) */ 72 #define RATE_LIMIT_INTERVAL 60 /* seconds (delay between successive attempts) */ 73 #define DEFEND_INTERVAL 10 /* seconds (min. wait between defensive ARPs) */
|
/nrf52832-nimble/rt-thread/components/utilities/ymodem/ |
H A D | ymodem.h | 48 /* how many ticks wait for chars between packet. */ 52 /* how many ticks wait for between packet. */ 56 /* how many ticks between two handshake code. */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | inflate.h | 19 /* Possible inflate modes between inflate() calls */ 54 State transitions between above modes - 76 /* state maintained between inflate() calls. Approximately 7K bytes. */
|
/nrf52832-nimble/nordic/nrfx/drivers/ |
H A D | nrfx_common.h | 158 * @param[in] delay_us Delay between consecutive checks, in microseconds. 181 * of this peripheral, and there is a direct relationship between this ID and 252 * The event identifier is the offset between the event register address and 268 * The event identifier is the offset between the event register address and
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | contrib.txt | 19 4. one space between keyword and opening bracket. 20 5. no space between function and opening bracket.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | contrib.txt | 19 4. one space between keyword and opening bracket. 20 5. no space between function and opening bracket.
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | nrf52_to_nrf52810.h | 38 /* This file is given to prevent your SW from not compiling with the name changes between nRF51 or … 43 /* Differences between latest nRF52 headers and nRF52810 headers. */
|
H A D | nrf52_to_nrf52840.h | 38 /* This file is given to prevent your SW from not compiling with the name changes between nRF51 or … 43 /* Differences between latest nRF52 headers and nRF52840 headers. */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | contrib.txt | 19 4. one space between keyword and opening bracket. 20 5. no space between function and opening bracket.
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_comp.h | 69 …NRFX_COMP_SHORT_STOP_AFTER_CROSS_EVT = COMP_SHORTS_CROSS_STOP_Msk, /*!< Shortcut between the CROSS… 70 …NRFX_COMP_SHORT_STOP_AFTER_UP_EVT = COMP_SHORTS_UP_STOP_Msk, /*!< Shortcut between the UP ev… 71 …NRFX_COMP_SHORT_STOP_AFTER_DOWN_EVT = COMP_SHORTS_DOWN_STOP_Msk /*!< Shortcut between the DOWN …
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 47 i.e. the ability to act as a proxy between a Mesh GATT Client 229 Time in seconds between Friend Requests, if a previous Friend 255 The ReceiveDelay is the time between the Low Power node 263 PollTimeout timer is used to measure time between two
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/ |
H A D | tinycrypt.rst | 196 In special, there is a tradeoff between the maximum number of invocations 214 accepts any even integer between 4 and 16, as suggested in SP 800-38C. 216 * TinyCrypt CCM implementation accepts associated data of any length between 246 functions to convert between the native integer representation and the
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | pppos.h | 74 /* -- below are data that will NOT be cleared between two sessions */ 78 /* -- below are data that will be cleared between two sessions
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | pppos.h | 70 /* -- below are data that will NOT be cleared between two sessions */ 74 /* -- below are data that will be cleared between two sessions
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | roadmap-2.1.0.md | 7 … hardware to update its firmware in fly; sharing snippets and components between developers; integ… 35 - More better integration between DFS and device file system interface(devfs).
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | mem.c | 13 * of pools like this (more pools can be added between _START and _END): 209 /* initialize unused memory (diff between requested size and selected pool's size) */ in mem_malloc() 244 …/* check that unused memory remained untouched (diff between requested size and selected pool's si… in mem_free() 582 next struct mem is used but size between mem and mem2 is not big enough in mem_trim() 668 * struct mem would fit in but no data between mem2 and mem2->next in mem_malloc() 679 /* and insert it between mem and mem->next */ in mem_malloc()
|