/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/tpg/ |
H A D | 94654-20170317-085122560.tpg | 2 M'&/JP\$+#X83?)"[ M2E=\N*7*U 5)JSKT(5#=>@^/#]IP*[GTZ0%0]$F(/$ 8 M!5L,T[F[JEFYD;^4JYE2JO%6O=+:CXZ6CL\:\-LP1(%UF9F8$Q"A4XJ_PM#^ 9 M^G*CZ8!#KXH7096+O4QZ6O<)Y-4PO:<0N*]7B9PRW"'X3YL(Z^S%XUB5@[F_ 10 MDKB?NDVX39/(_5[/I!?M_Q@F4A[/?PD7SQS?21+70M!:Y6RP0BX8<[N>A\<! 14 M]X6NG8^EC)N?AH+3[\3SG''R3(?WRGF0NZ#,_4%*E)&>&9R)5[F0OM$A0Y.; 15 MA8R7%EGBS&\IDPYNR<DUG*^8[.&)T2! "F\<2L/VCZNXDHN=O2"O2JR,P_'V 16 MG^??HX&-:=ZO$Z 2GFNL<++PP(K$$0N4(]"2F,96FJV0FH^?]A"7P_+ Y<M/ 17 MGZT#BI_?NH.HFKN/E?B#&*\.!<2?KFV9BD>%4ZV$FK^(F[P B/[TU86=H%S^ 18 MH[H^EYQB:MZ)A:2@IV)4O=//SXNP#%F]5N&<3KZL>(#6'H"D4\DST(O!(![@ 20 M;-X;,QD[X;?P@%Q"C9N54GVF6KYV8NK8U#<EP^!X#<NJI.V#JI22F'S;3(3Z [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/dhcpc/ |
H A D | dhcpc.c | 10 * 2. Redistributions in binary form must reproduce the above copyright 44 #define STATE_OFFER_RECEIVED 2 68 #define DHCP_REPLY 2 77 #define DHCPOFFER 2 143 create_msg(register struct dhcp_msg *m) in create_msg() argument 145 m->op = DHCP_REQUEST; in create_msg() 146 m->htype = DHCP_HTYPE_ETHERNET; in create_msg() 147 m->hlen = s.mac_len; in create_msg() 148 m->hops = 0; in create_msg() 149 memcpy(m->xid, xid, sizeof(m->xid)); in create_msg() [all …]
|
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/ |
H A D | system_clock.c | 17 /* MPLL=2*12*100/6=400MHz */ 18 #define MPL_MIDV 92 /* m=MPL_MDIV+8=100 */ 19 #define MPL_PDIV 4 /* p=MPL_PDIV+2=6 */ 22 #define UPL_MDIV 56 /* m=UPL_MDIV+8=64 */ 23 #define UPL_PDIV 2 /* p=UPL_PDIV+2=4 */ 26 #define DIVN_UPLL 0x1 /* UCLK = UPLL clock / 2 */ 28 #define PDIVN 0x1 /* PCLK = HCLK / 2 */ 39 rt_uint8_t m, p, s; in rt_hw_get_clock() local 42 m = (val>>12)&0xff; in rt_hw_get_clock() 46 FCLK = ((m+8)*(CONFIG_SYS_CLK_FREQ/100)*2)/((p+2)*(1<<s))*100; in rt_hw_get_clock() [all …]
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/ |
H A D | io.h | 20 "isync" : "=r" (ret) : "m" (*addr)); in in_8() 26 __asm__ __volatile__("stb%U0%X0 %1,%0; eieio" : "=m" (*addr) : "r" (val)); in out_8() 36 "r" (addr), "m" (*addr)); in in_le16() 46 "isync" : "=r" (ret) : "m" (*addr)); in in_be16() 52 __asm__ __volatile__("sync; sthbrx %1,0,%2" : "=m" (*addr) : in out_le16() 58 __asm__ __volatile__("sync; sth%U0%X0 %1,%0" : "=m" (*addr) : "r" (val)); in out_be16() 68 "r" (addr), "m" (*addr)); in in_le32() 78 "isync" : "=r" (ret) : "m" (*addr)); in in_be32() 84 __asm__ __volatile__("sync; stwbrx %1,0,%2" : "=m" (*addr) : in out_le32() 90 __asm__ __volatile__("sync; stw%U0%X0 %1,%0" : "=m" (*addr) : "r" (val)); in out_be32()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/mdns/ |
H A D | test_mdns.c | 10 * 2. Redistributions in binary form must reproduce the above copyright notice, 41 static const u8_t data[] = { 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', 0x00 }; in START_TEST() 79 static const u8_t data[] = { 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a' }; in START_TEST() 97 0x05, 'm', 'u', 'l', 't', 'i', in START_TEST() 122 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', in START_TEST() 123 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', in START_TEST() 124 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', in START_TEST() 125 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', in START_TEST() 126 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', in START_TEST() 127 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', in START_TEST() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/mdns/ |
H A D | test_mdns.c | 10 * 2. Redistributions in binary form must reproduce the above copyright notice, 41 static const u8_t data[] = { 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', 0x00 }; in START_TEST() 79 static const u8_t data[] = { 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a' }; in START_TEST() 97 0x05, 'm', 'u', 'l', 't', 'i', in START_TEST() 122 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', in START_TEST() 123 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', in START_TEST() 124 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', in START_TEST() 125 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', in START_TEST() 126 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', in START_TEST() 127 0x05, 'm', 'u', 'l', 't', 'i', 0x04, 'c', 'a', 's', 't', in START_TEST() [all …]
|
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/ |
H A D | rmtx.c | 15 * as 2 for dlib multi-thread support. 20 void _Mtxinit(_Rmtx *m) in _Mtxinit() argument 24 RT_ASSERT(m != RT_NULL); in _Mtxinit() 26 mutex = (rt_mutex_t)m; in _Mtxinit() 30 void _Mtxdst(_Rmtx *m) in _Mtxdst() argument 34 RT_ASSERT(m != RT_NULL); in _Mtxdst() 36 mutex = (rt_mutex_t)m; in _Mtxdst() 40 void _Mtxlock(_Rmtx *m) in _Mtxlock() argument 44 RT_ASSERT(m != RT_NULL); in _Mtxlock() 46 mutex = (rt_mutex_t)m; in _Mtxlock() [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/ |
H A D | kconfig-tweak.in | 10 cat >&2 <<EOL 17 --module|-m option Turn option into a module 23 --state|-s option Print state of option (n,y,m,undef) 29 --module-after|-M beforeopt option 67 local insert="$2" 81 local after="$2" 92 local infile="$2" 101 local name=$1 new=$2 before=$3 124 FN="$2" 128 shift 2 [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | api_msg.h | 15 * 2. Redistributions in binary form must reproduce the above copyright notice, 60 #define API_MSG_M_DEF_SEM(m) *m argument 62 #define API_MSG_M_DEF_SEM(m) API_MSG_M_DEF(m) 65 #define API_MSG_M_DEF_SEM(m) API_MSG_M_DEF(m) 70 #define NETCONN_SHUT_WR 2 194 void lwip_netconn_do_newconn (void *m); 195 void lwip_netconn_do_delconn (void *m); 196 void lwip_netconn_do_bind (void *m); 197 void lwip_netconn_do_bind_if (void *m); 198 void lwip_netconn_do_connect (void *m); [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/ |
H A D | api_msg.h | 15 * 2. Redistributions in binary form must reproduce the above copyright notice, 60 #define API_MSG_M_DEF_SEM(m) *m argument 62 #define API_MSG_M_DEF_SEM(m) API_MSG_M_DEF(m) 65 #define API_MSG_M_DEF_SEM(m) API_MSG_M_DEF(m) 70 #define NETCONN_SHUT_WR 2 184 void lwip_netconn_do_newconn (void *m); 185 void lwip_netconn_do_delconn (void *m); 186 void lwip_netconn_do_bind (void *m); 187 void lwip_netconn_do_connect (void *m); 188 void lwip_netconn_do_disconnect (void *m); [all …]
|
/nrf52832-nimble/rt-thread/include/libc/ |
H A D | libc_stat.h | 42 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument 57 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument 58 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument 59 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument 60 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument 61 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument 62 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument 63 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument 102 long st_spare4[2];
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig-language.txt | 135 n y n N/m/y 136 m y m M/y/n 201 <symbol> '=' <symbol> (2) 213 (2) If the values of both symbols are equal, it returns 'y', 218 (5) Returns the result of (2-/expr/). 222 An expression can have a value of 'n', 'm' or 'y' (or 0, 1, 2 224 expression evaluates to 'm' or 'y'. 311 menuconfig M 312 if M 317 (2): [all …]
|
H A D | kconfig.txt | 98 KCONFIG_PROBABILITY y:n split y:m:n split 101 N N : 100-N N/2 : N/2 : 100-N 102 [1] N:M N+M : 100-(N+M) N : M : 100-(N+M) 103 [2] N:M:L N : 100-N M : L : 100-(M+L) 105 where N, M and L are integers (in base 10) in the range [0,100], and so 107 [1] N+M is in the range [0,100] 108 [2] M+L is in the range [0,100] 113 5% of tristates will be set to 'y', 5% to 'm', 90% to 'n' 116 15% of tristates will be set to 'y', 25% to 'm', 60% to 'n' 119 15% of tristates will be set to 'y', 15% to 'm', 70% to 'n'
|
/nrf52832-nimble/rt-thread/components/net/uip/lib/ |
H A D | memb.c | 10 * 2. Redistributions in binary form must reproduce the above copyright 52 memb_init(struct memb_blocks *m) in memb_init() argument 54 memset(m->count, 0, m->num); in memb_init() 55 memset(m->mem, 0, m->size * m->num); in memb_init() 59 memb_alloc(struct memb_blocks *m) in memb_alloc() argument 63 for(i = 0; i < m->num; ++i) { in memb_alloc() 64 if(m->count[i] == 0) { in memb_alloc() 68 ++(m->count[i]); in memb_alloc() 69 return (void *)((char *)m->mem + (i * m->size)); in memb_alloc() 79 memb_free(struct memb_blocks *m, void *ptr) in memb_free() argument [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | memp.c | 23 * 2. Redistributions in binary form must reproduce the above copyright notice, 90 #if MEMP_MEM_MALLOC && MEMP_OVERFLOW_CHECK >= 2 92 /* MEMP_OVERFLOW_CHECK >= 2 does not work with MEMP_MEM_MALLOC, use 1 instead */ 132 u8_t *m; in memp_overflow_check_element_overflow() local 133 m = (u8_t*)p + MEMP_SIZE + desc->size; in memp_overflow_check_element_overflow() 135 if (m[k] != 0xcd) { in memp_overflow_check_element_overflow() 159 u8_t *m; in memp_overflow_check_element_underflow() local 160 m = (u8_t*)p + MEMP_SIZE - MEMP_SANITY_REGION_BEFORE_ALIGNED; in memp_overflow_check_element_underflow() 162 if (m[k] != 0xcd) { in memp_overflow_check_element_underflow() 181 u8_t *m; in memp_overflow_init_element() local [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_sm_alg.c | 144 memcpy(p1 + 2, preq, 7); in ble_sm_alg_c1() 232 uint8_t m[65]; in ble_sm_alg_f4() local 244 * U, V and Z are concatenated and used as input m to the function in ble_sm_alg_f4() 252 swap_buf(m, u, 32); in ble_sm_alg_f4() 253 swap_buf(m + 32, v, 32); in ble_sm_alg_f4() 254 m[64] = z; in ble_sm_alg_f4() 258 rc = ble_sm_alg_aes_cmac(xs, m, sizeof(m), out_enc_data); in ble_sm_alg_f4() 280 uint8_t m[53] = { in ble_sm_alg_f5() local 285 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /*2*/ in ble_sm_alg_f5() 309 swap_buf(m + 5, n1, 16); in ble_sm_alg_f5() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | tcpip.h | 10 * 2. Redistributions in binary form must reproduce the above copyright notice, 62 #define TCPIP_APIMSG(m) tcpip_apimsg_lock(m) argument 63 #define TCPIP_APIMSG_ACK(m) argument 64 #define TCPIP_NETIFAPI(m) tcpip_netifapi_lock(m) argument 65 #define TCPIP_NETIFAPI_ACK(m) argument 69 #define TCPIP_APIMSG(m) tcpip_apimsg(m) 70 #define TCPIP_APIMSG_ACK(m) sys_sem_signal(&m->conn->op_completed) 71 #define TCPIP_NETIFAPI(m) tcpip_netifapi(m) 72 #define TCPIP_NETIFAPI_ACK(m) sys_sem_signal(&m->sem) 110 err_t mem_free_callback(void *m);
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/ |
H A D | syscfg.yml | 30 is an array of 4 GPIO pin numbers for 1M, 2M, LE Coded S=2 and 36 is an array of 3 GPIO pin numbers for 1M, 2M and LE Coded
|
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/ |
H A D | mipscfg.c | 7 * the Free Software Foundation; either version 2 of the License, or 62 g_mips_core.icache_lines_per_way = 64 * m_pow(2, val); in mips32_cfg_init() 64 g_mips_core.icache_line_size = 2 * m_pow(2, val); in mips32_cfg_init() 69 g_mips_core.dcache_lines_per_way = 64 * m_pow(2, val); in mips32_cfg_init() 71 g_mips_core.dcache_line_size = 2 * m_pow(2, val); in mips32_cfg_init() 106 if(value & (1<<2)) in CP0_status_analyze() 116 /* [31] M */ in CP0_config0_analyze() 118 rt_kprintf(" M"); in CP0_config0_analyze() 138 else if(AT == 2) in CP0_config0_analyze() 170 /* [2:0] K0 */ in CP0_config0_analyze() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | memp.c | 18 * 2. Redistributions in binary form must reproduce the above copyright notice, 78 /* If MEMP_OVERFLOW_CHECK is >= 2, on every call to memp_malloc or memp_free, 220 u8_t *m; in memp_overflow_check_element_overflow() local 222 m = (u8_t*)p + MEMP_SIZE + memp_sizes[memp_type]; in memp_overflow_check_element_overflow() 224 if (m[k] != 0xcd) { in memp_overflow_check_element_overflow() 253 u8_t *m; in memp_overflow_check_element_underflow() local 255 m = (u8_t*)p + MEMP_SIZE - MEMP_SANITY_REGION_BEFORE_ALIGNED; in memp_overflow_check_element_underflow() 257 if (m[k] != 0xcd) { in memp_overflow_check_element_underflow() 312 u8_t *m; in memp_overflow_init() local 319 m = (u8_t*)p + MEMP_SIZE - MEMP_SANITY_REGION_BEFORE_ALIGNED; in memp_overflow_init() [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | a00159.html | 25 <tr><td colspan="2"><br><h2>Files</h2></td></tr> 36 <tr><td colspan="2"><br><h2>Data Structures</h2></td></tr> 39 <tr><td colspan="2"><br><h2>Defines</h2></td></tr> 49 <tr><td colspan="2"><br><h2>Functions</h2></td></tr> 50 …16ded12ca2910">memb_init</a> (struct <a class="el" href="a00081.html">memb_blocks</a> *m)</td></tr> 53 …760a176249ba">memb_alloc</a> (struct <a class="el" href="a00081.html">memb_blocks</a> *m)</td></tr> 56 …8f">memb_free</a> (struct <a class="el" href="a00081.html">memb_blocks</a> *m, void *ptr)</td></tr> 62 <table class="mdTable" cellpadding="2" cellspacing="0"> 103 <table border="0" cellspacing="2" cellpadding="0"> 116 …="memb.c::memb_alloc" ref="gfe5e93119035e14cc485760a176249ba" args="(struct memb_blocks *m)" --><p> [all …]
|
H A D | a00168.html | 30 <a name="l00010"></a>00010 <span class="comment"> * 2. Redistributions in binary form must reproduc… 64 …<span class="preprocessor"></span><span class="preprocessor">#define STATE_OFFER_RECEIVED 2</span> 88 …8 <span class="preprocessor"></span><span class="preprocessor">#define DHCP_REPLY 2</span> 97 …a>00077 <span class="preprocessor"></span><span class="preprocessor">#define DHCPOFFER 2</span> 163 …3 create_msg(<span class="keyword">register</span> <span class="keyword">struct</span> dhcp_msg *m) 165 <a name="l00145"></a>00145 m->op = DHCP_REQUEST; 166 <a name="l00146"></a>00146 m->htype = DHCP_HTYPE_ETHERNET; 167 <a name="l00147"></a>00147 m->hlen = s.<a class="code" href="a00077.html#5361ef75bfbdb469b5cc3… 168 <a name="l00148"></a>00148 m->hops = 0; 169 <a name="l00149"></a>00149 memcpy(m->xid, xid, <span class="keyword">sizeof</span>(m->xid)); [all …]
|
H A D | a00048.html | 25 <a name="l00010"></a>00010 <span class="comment"> * 2. Redistributions in binary form must reproduc… 59 …<span class="preprocessor"></span><span class="preprocessor">#define STATE_OFFER_RECEIVED 2</span> 83 …8 <span class="preprocessor"></span><span class="preprocessor">#define DHCP_REPLY 2</span> 92 …a>00077 <span class="preprocessor"></span><span class="preprocessor">#define DHCPOFFER 2</span> 158 …3 create_msg(<span class="keyword">register</span> <span class="keyword">struct</span> dhcp_msg *m) 160 <a name="l00145"></a>00145 m->op = DHCP_REQUEST; 161 <a name="l00146"></a>00146 m->htype = DHCP_HTYPE_ETHERNET; 162 <a name="l00147"></a>00147 m->hlen = s.<a name="a5"></a><a class="code" href="a00077.html#5361… 163 <a name="l00148"></a>00148 m->hops = 0; 164 <a name="l00149"></a>00149 memcpy(m->xid, xid, <span class="keyword">sizeof</span>(m->xid)); [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_phy.h | 30 #error LE 2M PHY can only be enabled on nRF52xxx 45 #define BLE_PHY_CHAN_SPACING_MHZ (2) 70 #define BLE_PHY_STATE_TX (2) 75 #define BLE_PHY_TRANSITION_TX_RX (2) 79 #define BLE_PHY_ERR_INIT (2) 85 /* Maximun PDU length. Includes LL header of 2 bytes and 255 bytes payload. */ 166 * that the data channel PDU is composed of a 2-byte header, the payload, and 193 * the PHY modes for 1Mbps and 2Mbps are the same here. For the coded phy 199 #define BLE_PHY_MODE_2M (2) 230 * Mode values are set in a way that 1M, 2M and Coded(S=2) are equivalent in ble_ll_phy_to_phy_mode() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll.c | 54 * 2) Need to figure out what to do with packets that we hand up that did 244 (BLE_LL_PREAMBLE_LEN * 2 + BLE_LL_ACC_ADDR_LEN + BLE_LL_CRC_LEN + 245 BLE_LL_PDU_HDR_LEN) << 2, 248 * - PDU, CRC, TERM2 (coded as S=2 or S=8) 254 (80 + 256 + 16 + 24 + 2 * (BLE_LL_PDU_HDR_LEN * 8 + 24 + 3)), 312 struct os_mbuf *m; in ble_ll_rxpdu_alloc() local 337 m = os_msys_get(len, 0); in ble_ll_rxpdu_alloc() 338 if (!m) { in ble_ll_rxpdu_alloc() 344 SLIST_NEXT(n, om_next) = m; in ble_ll_rxpdu_alloc() 345 n = m; in ble_ll_rxpdu_alloc() [all …]
|