Home
last modified time | relevance | path

Searched full:2 (Results 1 – 25 of 1928) sorted by relevance

12345678910>>...78

/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dmips_def.h8 * the Free Software Foundation; either version 2 of the License, or
43 * 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
44 * 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
74 * 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
75 * 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
87 * 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
88 * 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
100 * 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
101 * 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
113 * 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
[all …]
H A Dmips_context.h8 * the Free Software Foundation; either version 2 of the License, or
60 sw $2, ( 2 * 4)(sp)
91 mfc0 $2, CP0_STATUS
92 sw $2, STK_OFFSET_SR(sp)
94 mfc0 $2, CP0_CAUSE
95 sw $2, STK_OFFSET_CAUSE(sp)
97 mfc0 $2, CP0_BADVADDR
98 sw $2, STK_OFFSET_BADVADDR(sp)
100 MFC0 $2, CP0_EPC
101 sw $2, STK_OFFSET_EPC(sp)
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/lwiperf/
H A Dlwiperf.c26 * 2. Redistributions in binary form must reproduce the above copyright notice,
121 …'0','1','2','3','4','5','6','7','8','9','0','1','2','3','4','5','6','7','8','9','0','1','2','3','4…
122 …'0','1','2','3','4','5','6','7','8','9','0','1','2','3','4','5','6','7','8','9','0','1','2','3','4…
123 …'0','1','2','3','4','5','6','7','8','9','0','1','2','3','4','5','6','7','8','9','0','1','2','3','4…
124 …'0','1','2','3','4','5','6','7','8','9','0','1','2','3','4','5','6','7','8','9','0','1','2','3','4…
125 …'0','1','2','3','4','5','6','7','8','9','0','1','2','3','4','5','6','7','8','9','0','1','2','3','4…
126 …'0','1','2','3','4','5','6','7','8','9','0','1','2','3','4','5','6','7','8','9','0','1','2','3','4…
127 …'0','1','2','3','4','5','6','7','8','9','0','1','2','3','4','5','6','7','8','9','0','1','2','3','4…
128 …'0','1','2','3','4','5','6','7','8','9','0','1','2','3','4','5','6','7','8','9','0','1','2','3','4…
129 …'0','1','2','3','4','5','6','7','8','9','0','1','2','3','4','5','6','7','8','9','0','1','2','3','4…
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dyconf.c313 && (2 < __GNUC__ || (__GNUC__ == 2 && 96 <= __GNUC_MINOR__))) \
509 #define YYUNDEFTOK 2
519 0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
520 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
521 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
522 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
523 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
524 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
525 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
526 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatt_disc_s_test.c104 off += 2; in ble_gatt_disc_s_test_misc_rx_all_rsp_once()
107 off += 2; in ble_gatt_disc_s_test_misc_rx_all_rsp_once()
170 off += 2; in ble_gatt_disc_s_test_misc_rx_uuid_rsp_once()
173 off += 2; in ble_gatt_disc_s_test_misc_rx_uuid_rsp_once()
266 ble_hs_test_util_create_conn(2, ((uint8_t[]){2,3,4,5,6,7,8,9}), in ble_gatt_disc_s_test_misc_good_all()
269 rc = ble_gattc_disc_all_svcs(2, ble_gatt_disc_s_test_misc_disc_cb, NULL); in ble_gatt_disc_s_test_misc_good_all()
272 ble_gatt_disc_s_test_misc_rx_all_rsp(2, services); in ble_gatt_disc_s_test_misc_good_all()
284 ble_hs_test_util_create_conn(2, ((uint8_t[]){2,3,4,5,6,7,8,9}), in ble_gatt_disc_s_test_misc_good_uuid()
287 rc = ble_gattc_disc_svc_by_uuid(2, services[0].uuid, in ble_gatt_disc_s_test_misc_good_uuid()
293 ble_gatt_disc_s_test_misc_rx_uuid_rsp(2, services); in ble_gatt_disc_s_test_misc_good_uuid()
[all …]
H A Dble_gatt_read_test.c218 rsp.batp_length = 2 + attrs[0].value_len; in ble_gatt_read_test_misc_uuid_rx_rsp_good()
230 off += 2; in ble_gatt_read_test_misc_uuid_rx_rsp_good()
249 ble_hs_test_util_create_conn(2, ((uint8_t[]){2,3,4,5,6,7,8,9}), in ble_gatt_read_test_misc_verify_good()
253 ble_hs_test_util_set_att_mtu(2, attr->value_len + 1); in ble_gatt_read_test_misc_verify_good()
255 rc = ble_gattc_read(2, attr->handle, ble_gatt_read_test_cb, NULL); in ble_gatt_read_test_misc_verify_good()
258 ble_gatt_read_test_misc_rx_rsp_good(2, attr); in ble_gatt_read_test_misc_verify_good()
261 TEST_ASSERT(ble_gatt_read_test_attrs[0].conn_handle == 2); in ble_gatt_read_test_misc_verify_good()
275 ble_hs_test_util_create_conn(2, ((uint8_t[]){2,3,4,5,6,7,8,9}), in ble_gatt_read_test_misc_verify_bad()
278 rc = ble_gattc_read(2, attr->handle, ble_gatt_read_test_cb, NULL); in ble_gatt_read_test_misc_verify_bad()
281 ble_gatt_read_test_misc_rx_rsp_bad(2, att_status, attr->handle); in ble_gatt_read_test_misc_verify_bad()
[all …]
H A Dble_gatt_write_test.c63 TEST_ASSERT(conn_handle == 2); in ble_gatt_write_test_cb_good()
132 ble_hs_test_util_create_conn(2, ((uint8_t[]){2,3,4,5,6,7,8,9}), in ble_gatt_write_test_misc_long_good()
135 mtu = ble_att_mtu(2); in ble_gatt_write_test_misc_long_good()
138 2, 100, ble_gatt_write_test_attr_value, attr_len, in ble_gatt_write_test_misc_long_good()
155 2, 100, off, ble_gatt_write_test_attr_value + off, len); in ble_gatt_write_test_misc_long_good()
167 ble_gatt_write_test_rx_exec_rsp(2); in ble_gatt_write_test_misc_long_good()
188 ble_hs_test_util_create_conn(2, ((uint8_t[]){2,3,4,5,6,7,8,9}), in ble_gatt_write_test_misc_long_bad()
190 mtu = ble_att_mtu(2); in ble_gatt_write_test_misc_long_bad()
193 2, 100, ble_gatt_write_test_attr_value, attr_len, in ble_gatt_write_test_misc_long_bad()
217 2, 100, off, ble_gatt_write_test_attr_value + off, len); in ble_gatt_write_test_misc_long_bad()
[all …]
H A Dble_l2cap_test.c84 2, BLE_HCI_PB_FIRST_FLUSH, in ble_l2cap_test_util_rx_update_req()
115 TEST_ASSERT(get_le16(param + 0) == 2); in ble_l2cap_test_util_verify_tx_update_conn()
116 TEST_ASSERT(get_le16(param + 2) == params->itvl_min); in ble_l2cap_test_util_verify_tx_update_conn()
276 ble_l2cap_test_util_create_conn(2, ((uint8_t[]){1,2,3,4,5,6}), in TEST_CASE()
279 rc = ble_l2cap_test_util_rx_first_frag(2, 14, 1234, 10); in TEST_CASE()
289 ble_l2cap_test_util_create_conn(2, ((uint8_t[]){1,2,3,4,5,6}), in TEST_CASE()
311 ble_l2cap_test_util_create_conn(2, ((uint8_t[]){1,2,3,4,5,6}), in TEST_CASE()
315 hci_hdr = BLE_HS_TEST_UTIL_L2CAP_HCI_HDR(2, BLE_HCI_PB_MIDDLE, 10); in TEST_CASE()
323 rc = ble_hs_test_util_l2cap_rx(2, &hci_hdr, om); in TEST_CASE()
327 ble_l2cap_test_util_verify_first_frag(2, 10, 30); in TEST_CASE()
[all …]
H A Dble_hs_hci_test.c59 params[2] = -8; in TEST_CASE()
88 struct ble_hs_test_util_hci_num_completed_pkts_entry ncpe[2]; in TEST_CASE()
90 uint8_t peer_addr[6] = { 1, 2, 3, 4, 5, 6 }; in TEST_CASE()
172 struct ble_hs_test_util_hci_num_completed_pkts_entry ncpe[2]; in TEST_CASE()
175 uint8_t peer_addr1[6] = { 1, 2, 3, 4, 5, 6 }; in TEST_CASE()
176 uint8_t peer_addr2[6] = { 2, 3, 4, 5, 6, 7 }; in TEST_CASE()
194 ble_hs_test_util_create_conn(2, peer_addr2, NULL, NULL); in TEST_CASE()
202 conn2 = ble_hs_conn_find_assert(2); in TEST_CASE()
207 ble_hs_test_util_set_att_mtu(2, 256); in TEST_CASE()
215 /* Tx two fragments over connection 2. */ in TEST_CASE()
[all …]
H A Dble_gap_test.c61 ble_hs_test_util_set_static_rnd_addr((uint8_t[6]){ 1, 2, 3, 4, 5, 0xc0 }); in ble_gap_test_util_init()
238 TEST_ASSERT(get_le16(param + 0) == 2); in ble_gap_test_util_verify_tx_disconnect()
239 TEST_ASSERT(param[2] == BLE_ERR_REM_USER_CONN_TERM); in ble_gap_test_util_verify_tx_disconnect()
303 TEST_ASSERT(get_le16(param + 0) == 2); in ble_gap_test_util_verify_tx_update_conn()
304 TEST_ASSERT(get_le16(param + 2) == params->itvl_min); in ble_gap_test_util_verify_tx_update_conn()
322 TEST_ASSERT(get_le16(param + 0) == 2); in ble_gap_test_util_verify_tx_params_reply_pos()
323 TEST_ASSERT(get_le16(param + 2) == ble_gap_test_conn_self_params.itvl_min); in ble_gap_test_util_verify_tx_params_reply_pos()
344 TEST_ASSERT(get_le16(param + 0) == 2); in ble_gap_test_util_verify_tx_params_reply_neg()
345 TEST_ASSERT(param[2] == reason); in ble_gap_test_util_verify_tx_params_reply_neg()
357 evt.connection_handle = 2; in ble_gap_test_util_rx_update_complete()
[all …]
H A Dble_sm_test_util.c105 cmd->authreq = u8ptr[2]; in ble_sm_pair_cmd_parse()
123 u8ptr[2] = cmd->oob_data_flag; in ble_sm_pair_cmd_write()
219 cmd->rand_val = get_le64(u8ptr + 2); in ble_sm_master_id_parse()
286 memcpy(u8ptr + 2, cmd->bd_addr, sizeof cmd->bd_addr); in ble_sm_id_addr_info_write()
538 ble_hs_test_util_create_rpa_conn(2, out_us->addr_type, out_us->rpa, in ble_sm_test_util_init_good()
550 conn = ble_hs_conn_find(2); in ble_sm_test_util_init_good()
685 2, BLE_HCI_PB_FIRST_FLUSH, in ble_sm_test_util_rx_pair_cmd()
732 2, BLE_HCI_PB_FIRST_FLUSH, in ble_sm_test_util_rx_confirm()
764 2, BLE_HCI_PB_FIRST_FLUSH, in ble_sm_test_util_rx_random()
793 2, BLE_HCI_PB_FIRST_FLUSH, in ble_sm_test_util_rx_sec_req()
[all …]
H A Dble_att_svr_test.c81 ble_hs_test_util_create_conn(2, ((uint8_t[]){2,3,4,5,6,7,8,9}), in ble_att_svr_test_misc_init()
86 rc = ble_hs_misc_conn_chan_find(2, BLE_L2CAP_CID_ATT, &conn, &chan); in ble_att_svr_test_misc_init()
101 return 2; in ble_att_svr_test_misc_init()
157 rc = os_mbuf_append(*om, (uint8_t[4]){1,2,3,4}, 4); in ble_att_svr_test_misc_attr_fn_r_err()
183 [2] = { 0x01, 0x11 }, in ble_att_svr_test_misc_attr_fn_r_group()
192 [11] = { 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 }, in ble_att_svr_test_misc_attr_fn_r_group()
197 [16] = { 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 }, in ble_att_svr_test_misc_attr_fn_r_group()
218 if (memcmp(src + 2, zeros, 14) == 0) { in ble_att_svr_test_misc_attr_fn_r_group()
219 rc = os_mbuf_append(*om, src, 2); in ble_att_svr_test_misc_attr_fn_r_group()
263 for (i = 2; i <= 5; i++) { in ble_att_svr_test_misc_register_group_attrs()
[all …]
/nrf52832-nimble/rt-thread/libcpu/arm/s3c44b0/
H A Dstart_rvds.S80 ;// <o1.1..2> CM: Cache Mode
83 ;// <2=> Reserved
103 ;// <o4.6..7> LCD_DMA <0=> 1st <1=> 2nd <2=> 3rd <3=> 4th
104 ;// <o4.4..5> ZDMA <0=> 1st <1=> 2nd <2=> 3rd <3=> 4th
105 ;// <o4.2..3> BDMA <0=> 1st <1=> 2nd <2=> 3rd <3=> 4th
106 ;// <o4.0..1> nBREQ <0=> 1st <1=> 2nd <2=> 3rd <3=> 4th
119 ;// <o1.23> EINT2 <i> External Interrupt 2
140 ;// <o1.2> UTXD1 <i> UART1 Tx Interrupt
157 ;// <i> Fpllo = (m * Fin) / (p * 2^s), 20MHz < Fpllo < 66MHz
161 ;// <i> p = PDIV + 2, 1MHz <= Fin/p < 2MHz
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/lwiperf/
H A Dlwiperf.c30 * 2. Redistributions in binary form must reproduce the above copyright notice,
136 …'2', '3', '4', '5', '6', '7', '8', '9', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '1'…
137 …'2', '3', '4', '5', '6', '7', '8', '9', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '1'…
138 …'2', '3', '4', '5', '6', '7', '8', '9', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '1'…
139 …'2', '3', '4', '5', '6', '7', '8', '9', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '1'…
140 …'2', '3', '4', '5', '6', '7', '8', '9', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '1'…
141 …'2', '3', '4', '5', '6', '7', '8', '9', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '1'…
142 …'2', '3', '4', '5', '6', '7', '8', '9', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '1'…
143 …'2', '3', '4', '5', '6', '7', '8', '9', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '1'…
144 …'2', '3', '4', '5', '6', '7', '8', '9', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '1'…
[all …]
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/
H A Dstart_rvds.S108 ;// <0=> 16 <1=> 32 <2=> 64 <3=> 128
109 ;// <o1.2> Interrupt Generation Enable
138 ;// <i> MPLL = (2 * m * Fin) / (p * 2^s)
141 ;// <o2.4..9> p: Pre-divider p Value <3-64><#-2>
142 ;// <i> p = PDIV + 2
147 ;// <i> UPLL = ( m * Fin) / (p * 2^s)
150 ;// <o3.4..9> p: Pre-divider p Value <2-65><#-2>
151 ;// <i> p = PDIV + 2
174 ;// <o4.2> IDLE BIT Enable
180 ;// <o5.0..2> SLOW_VAL: Slow Clock Divider <0-7>
[all …]
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/
H A Dmath.c21 static double cos_off_tbl[] = {0.0, -M_PI/2., 0, -M_PI/2.};
24 static double sin_off_tbl[] = {0.0, -M_PI/2., 0, -M_PI/2.};
33 quadrant = x * (2./M_PI); in sin()
36 x = x - quadrant * (M_PI/2.); in sin()
49 * result = 1 - x^2/2! + x^4/4! - x^6/6! + x^8/8! in sin()
52 * result = 1 - x^2 * (1/2! - x^2 * (1/4! - x^2 * (1/6! - x^2 * (1/8!)))) in sin()
59 result += 1./(1.*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16*17*18*19*20); in sin()
63 result += 1./(1.*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16*17*18); in sin()
67 result += 1./(1.*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16); in sin()
71 result += 1./(1.*2*3*4*5*6*7*8*9*10*11*12*13*14); in sin()
[all …]
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/
H A Dstackframe_fpu.h18 #define PT_FPU_R2 ((PT_FPU_R0) + 2*LONGSIZE)
19 #define PT_FPU_R4 ((PT_FPU_R2) + 2*LONGSIZE)
20 #define PT_FPU_R6 ((PT_FPU_R4) + 2*LONGSIZE)
21 #define PT_FPU_R8 ((PT_FPU_R6) + 2*LONGSIZE)
22 #define PT_FPU_R10 ((PT_FPU_R8) + 2*LONGSIZE)
23 #define PT_FPU_R12 ((PT_FPU_R10) + 2*LONGSIZE)
24 #define PT_FPU_R14 ((PT_FPU_R12) + 2*LONGSIZE)
25 #define PT_FPU_R16 ((PT_FPU_R14) + 2*LONGSIZE)
26 #define PT_FPU_R18 ((PT_FPU_R16) + 2*LONGSIZE)
27 #define PT_FPU_R20 ((PT_FPU_R18) + 2*LONGSIZE)
[all …]
/nrf52832-nimble/nordic/nrfx/templates/nRF51/
H A Dnrfx_config.h17 // <2=> 2
33 // <2=> Warning
45 // <2=> Red
61 // <2=> Red
86 // <2=> Synth
102 // <2=> 2
118 // <2=> Warning
130 // <2=> Red
146 // <2=> Red
176 // <2=> 2
[all …]
/nrf52832-nimble/nordic/nrfx/templates/nRF52840/
H A Dnrfx_config.h17 // <2=> Synth
35 // <2=> 2
55 // <2=> Warning
67 // <2=> Red
83 // <2=> Red
108 // <2=> Internal 2.4V
129 // <2=> High speed
132 #define NRFX_COMP_CONFIG_SPEED_MODE 2
148 // <2=> 5 uA
159 // <2=> 2
[all …]
/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cm4_simd.h162 __ASM volatile ("sadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
170 __ASM volatile ("qadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
178 __ASM volatile ("shadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
186 __ASM volatile ("uadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
194 __ASM volatile ("uqadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
202 __ASM volatile ("uhadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
211 __ASM volatile ("ssub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
219 __ASM volatile ("qsub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
227 __ASM volatile ("shsub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
235 __ASM volatile ("usub8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) );
[all …]
/nrf52832-nimble/nordic/nrfx/templates/nRF52810/
H A Dnrfx_config.h17 // <2=> Synth
35 // <2=> 2
55 // <2=> Warning
67 // <2=> Red
83 // <2=> Red
108 // <2=> Internal 2.4V
129 // <2=> High speed
132 #define NRFX_COMP_CONFIG_SPEED_MODE 2
148 // <2=> 5 uA
159 // <2=> 2
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/
H A Dlowpan6.c16 * 2. Redistributions in binary form must reproduce the above copyright notice,
88 static const struct ieee_802154_addr ieee_802154_broadcast = {2, {0xff, 0xff}};
91 static struct ieee_802154_addr short_mac_addr = {2, {0,0}};
160 if (mac_addr->addr_len == 2) { in lowpan6_get_address_mode()
161 if ((ip6addr->addr[2] == (u32_t)PP_HTONL(0x000000ff)) && in lowpan6_get_address_mode()
168 …if ((ip6addr->addr[2] == lwip_ntohl(((mac_addr->addr[0] ^ 2) << 24) | (mac_addr->addr[1] << 16) | … in lowpan6_get_address_mode()
174 if ((ip6addr->addr[2] == PP_HTONL(0x000000ffUL)) && in lowpan6_get_address_mode()
176 return 2; in lowpan6_get_address_mode()
188 (ip6addr->addr[2] == 0) && in lowpan6_get_address_mode_mc()
193 if ((ip6addr->addr[2] == 0) && in lowpan6_get_address_mode_mc()
[all …]
/nrf52832-nimble/drivers/
H A Dnrfx_config.h17 // <2=> Synth
35 // <2=> 2
55 // <2=> Warning
67 // <2=> Red
83 // <2=> Red
108 // <2=> Internal 2.4V
129 // <2=> High speed
132 #define NRFX_COMP_CONFIG_SPEED_MODE 2
148 // <2=> 5 uA
159 // <2=> 2
[all …]
/nrf52832-nimble/nordic/nrfx/templates/nRF52832/
H A Dnrfx_config.h17 // <2=> Synth
35 // <2=> 2
55 // <2=> Warning
67 // <2=> Red
83 // <2=> Red
108 // <2=> Internal 2.4V
129 // <2=> High speed
132 #define NRFX_COMP_CONFIG_SPEED_MODE 2
148 // <2=> 5 uA
159 // <2=> 2
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/tpg/
H A D94654-20170317-085122560.tpg15 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!(![@
21 M.>+;@:^JF;;2-&@WD;Z8I9*SB5D+7 &/J8NI6GYGMDGK2(U+_)K!,I$6Q4R%
22 MAIE9A<NX;^965G^IIA-2QKVO\TZZK("PEB\(Q=7%#</<JX7X3&6.GP41]*8L
28 M^=?2 (->^FPVC9/W+<BNPH65S)H$1>).O2<ZY.7_Q1107Z].<XH6I\DGXYA*
29 M5E$VH8H7B>3U=;?;2EV+G5"5%KG(EED8SLB#Q["2.9YW6IB4DKT QL7P\,%#
33 M'G.5D/)=H)R"J6R470%+AO24DHF5L -2OV(60>3Z]/#0\HE4<(V%GXBM% 0-
34 M3X-@G;H%E[2$DL$P-?W&"JI0-EV0AUP(\>] XIW!BI6DO7I9T33VE._FJ(*_
[all …]

12345678910>>...78