Home
last modified time | relevance | path

Searched +full:6 +full:b (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/Zephyr-latest/samples/subsys/nvs/
Dsample.yaml19 - "Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b \
20 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 \
21 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 \
22 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 \
23 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f"
/Zephyr-latest/samples/subsys/fs/zms/
DREADME.rst726 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 …
73 …4 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 …
916 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 …
92 …4 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 …
/Zephyr-latest/tests/bluetooth/addr/src/
Dtest_bt_addr_le_eq.c13 bt_addr_le_t b = a; in ZTEST() local
15 zassert_true(bt_addr_le_eq(&a, &b)); in ZTEST()
20 bt_addr_le_t a = {.type = 1, .a = {{1, 2, 3, 4, 5, 6}}}; in ZTEST()
21 bt_addr_le_t b = a; in ZTEST() local
23 zassert_true(bt_addr_le_eq(&a, &b)); in ZTEST()
28 bt_addr_le_t a = {.type = 0, .a = {{1, 2, 3, 4, 5, 6}}}; in ZTEST()
29 bt_addr_le_t b = a; in ZTEST() local
31 zassume_true(bt_addr_le_eq(&a, &b)); in ZTEST()
33 zassert_false(bt_addr_le_eq(&a, &b)); in ZTEST()
38 bt_addr_le_t a = {.type = 0, .a = {{1, 2, 3, 4, 5, 6}}}; in ZTEST()
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dmisc_f32.c17 #define REL_ERROR_THRESH (1.0e-6)
19 #define REL_ERROR_THRESH_LD (1.0e-6)
20 #define ABS_ERROR_THRESH_LD (1.0e-6)
60 #define DEFINE_CORRELATE_TEST(a, b) \ argument
62 arm_correlate_f32, a##_##b, a, b, \
63 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
75 DEFINE_CORRELATE_TEST(6, 1);
76 DEFINE_CORRELATE_TEST(6, 2);
77 DEFINE_CORRELATE_TEST(6, 3);
78 DEFINE_CORRELATE_TEST(6, 8);
[all …]
Dmisc_q31.c56 #define DEFINE_CORRELATE_TEST(a, b) \ argument
58 arm_correlate_q31, a##_##b, a, b, \
59 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
71 DEFINE_CORRELATE_TEST(6, 1);
72 DEFINE_CORRELATE_TEST(6, 2);
73 DEFINE_CORRELATE_TEST(6, 3);
74 DEFINE_CORRELATE_TEST(6, 8);
75 DEFINE_CORRELATE_TEST(6, 11);
128 #define DEFINE_CONV_TEST(a, b) \ argument
130 arm_conv_q31, a##_##b, a, b, \
[all …]
Dmisc_f16.c52 #define DEFINE_CORRELATE_TEST(a, b) \ argument
54 arm_correlate_f16, a##_##b, a, b, \
55 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
67 DEFINE_CORRELATE_TEST(6, 1);
68 DEFINE_CORRELATE_TEST(6, 2);
69 DEFINE_CORRELATE_TEST(6, 3);
70 DEFINE_CORRELATE_TEST(6, 8);
71 DEFINE_CORRELATE_TEST(6, 11);
132 #define DEFINE_CONV_TEST(a, b) \
134 arm_conv_f16, a##_##b, a, b, \
[all …]
Dmisc_q7.c45 #define DEFINE_CORRELATE_TEST(a, b) \ argument
47 arm_correlate_q7, a##_##b, a, b, \
48 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
102 #define DEFINE_CONV_TEST(a, b) \ argument
104 arm_conv_q7, a##_##b, a, b, \
105 ref_conv_##a##_##b, ARRAY_SIZE(ref_conv_##a##_##b))
229 #define DEFINE_CONV_PARTIAL_TEST(a, b, c) \ argument
231 arm_conv_partial_q7, a##_##b##_##c, a, b, c, \
232 ref_conv_partial_##a##_##b##_##c, \
233 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c)) \
[all …]
Dmisc_q15.c46 #define DEFINE_CORRELATE_TEST(a, b) \ argument
48 arm_correlate_q15, a##_##b, a, b, \
49 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
103 #define DEFINE_CONV_TEST(a, b) \ argument
105 arm_conv_q15, a##_##b, a, b, \
106 ref_conv_##a##_##b, ARRAY_SIZE(ref_conv_##a##_##b))
324 #define DEFINE_CONV_PARTIAL_TEST(a, b, c) \ argument
326 arm_conv_partial_q15, a##_##b##_##c, a, b, c, \
327 ref_conv_partial_##a##_##b##_##c, \
328 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c)) \
[all …]
/Zephyr-latest/boards/openisa/rv32m1_vega/
Drv32m1_vega_openisa_rv32m1-pinctrl.dtsi43 pinmux = <RV32M1_MUX('B', 4, 2)>,
44 <RV32M1_MUX('B', 5, 2)>,
45 <RV32M1_MUX('B', 6, 2)>,
46 <RV32M1_MUX('B', 7, 2)>;
53 pinmux = <RV32M1_MUX('B', 20, 2)>,
54 <RV32M1_MUX('B', 21, 2)>,
55 <RV32M1_MUX('B', 22, 2)>,
56 <RV32M1_MUX('B', 24, 2)>;
63 pinmux = <RV32M1_MUX('A', 22, 6)>,
64 <RV32M1_MUX('A', 23, 6)>,
[all …]
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DREADME.rst96 west build -p -b mps2/an521/cpu0/ns samples/tfm_integration/psa_crypto
150 west build -p -b mps2/an521/cpu0/ns samples/tfm_integration/psa_crypto -t run
179 $ west build -p -b lpcxpresso55s69_ns samples/tfm_integration/psa_crypto/ --
268 0 1 2 3 4 5 6 7 8 9 A B C D E F
277 00000080 01 FA 58 75 5F 65 86 27 CE 54 60 F2 9B 75 29 67 ..Xu_e.'.T`..u)g
278 00000090 13 24 8C AE 7A D9 E2 98 4B 90 28 0E FC BC B5 02 .$..z...K.(.....
283 000000E0 50 45 04 65 30 2E 30 2E 30 05 58 20 BF E6 D8 6F PE.e0.0.0.X ...o
285 00000100 56 5D A2 6A DF 34 C3 29 48 9A DC 38 06 66 53 48 V].j.4.)H..8.fSH
286 00000110 41 32 35 36 02 58 20 6D E1 0F 82 E0 CF FC 84 5A A256.X m.......Z
287 00000120 24 25 2B EB 70 D7 2C 6B FC 92 CD BE 5B 65 9E C7 $%+.p.,k....[e..
[all …]
/Zephyr-latest/soc/microchip/mec/mec172x/
Dsoc.h49 * -9 through -6 are not implemented (reserved).
79 GIRQ14_IRQn = 6, /*!< DMA Aggregated */
94 I2C_SMB_0_IRQn = 20, /*!< GIRQ13 b[0] */
95 I2C_SMB_1_IRQn = 21, /*!< GIRQ13 b[1] */
96 I2C_SMB_2_IRQn = 22, /*!< GIRQ13 b[2] */
97 I2C_SMB_3_IRQn = 23, /*!< GIRQ13 b[3] */
98 DMA0_IRQn = 24, /*!< GIRQ14 b[0] */
99 DMA1_IRQn = 25, /*!< GIRQ14 b[1] */
100 DMA2_IRQn = 26, /*!< GIRQ14 b[2] */
101 DMA3_IRQn = 27, /*!< GIRQ14 b[3] */
[all …]
/Zephyr-latest/samples/subsys/debug/fuzz/
DREADME.rst24 clang version 14.0.6
29 $ west build -t run -b native_sim/native/64 samples/subsys/debug/fuzz
50 #2 INITED cov: 101 ft: 102 corp: 1/1b exec/s: 0 rss: 30Mb
54 …NEW_FUNC[1/6]: 0x55cbe3339c45 in check1 /home/andy/z/zephyr/samples/subsys/debug/fuzz/src/main.c:43
55 NEW_FUNC[2/6]: 0x55cbe333c8d8 in char_out /home/andy/z/zephyr/lib/os/printk.c:108
59 …#418965 REDUCE cov: 165 ft: 166 corp: 15/400b lim: 4052 exec/s: 38087 rss: 31Mb L: 5/256 MS: 1 Era…
60 #524288 pulse cov: 165 ft: 166 corp: 15/400b lim: 4096 exec/s: 40329 rss: 31Mb
65 …#579131 NEW cov: 168 ft: 169 corp: 16/406b lim: 4096 exec/s: 38608 rss: 31Mb L: 6/256 MS: 1 Ins…
66 …#579432 NEW cov: 170 ft: 171 corp: 17/414b lim: 4096 exec/s: 38628 rss: 31Mb L: 8/256 MS: 1 Per…
67 …#579948 REDUCE cov: 170 ft: 171 corp: 17/413b lim: 4096 exec/s: 38663 rss: 31Mb L: 7/256 MS: 1 Era…
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Daes_ccm.c20 static inline void xor16(uint8_t *dst, const uint8_t *a, const uint8_t *b) in xor16() argument
22 dst[0] = a[0] ^ b[0]; in xor16()
23 dst[1] = a[1] ^ b[1]; in xor16()
24 dst[2] = a[2] ^ b[2]; in xor16()
25 dst[3] = a[3] ^ b[3]; in xor16()
26 dst[4] = a[4] ^ b[4]; in xor16()
27 dst[5] = a[5] ^ b[5]; in xor16()
28 dst[6] = a[6] ^ b[6]; in xor16()
29 dst[7] = a[7] ^ b[7]; in xor16()
30 dst[8] = a[8] ^ b[8]; in xor16()
[all …]
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/
DREADME.rst89 …0:00:03.390,000] <inf> aws: PUBLISHED on topic "zephyr_sample/data" [ id: 1 qos: 0 ], payload: 13 B
91 7b 22 63 6f 75 6e 74 65 72 22 3a 30 7d |{"counte r":0}
93 …6,000] <inf> aws: RECEIVED on topic "zephyr_sample/downlink" [ id: 13 qos: 0 ] payload: 45 / 4096 B
95 7b 0a 20 20 22 6d 65 73 73 61 67 65 22 3a 20 22 |{. "mes sage": "
96 48 65 6c 6c 6f 20 66 72 6f 6d 20 41 57 53 20 49 |Hello fr om AWS I
97 6f 54 20 63 6f 6e 73 6f 6c 65 22 0a 7d |oT conso le".}
98 …0:00:11.857,000] <inf> aws: PUBLISHED on topic "zephyr_sample/data" [ id: 2 qos: 0 ], payload: 13 B
100 7b 22 63 6f 75 6e 74 65 72 22 3a 31 7d |{"counte r":1}
/Zephyr-latest/tests/drivers/flash/common/boards/
Dnrf52840dk_mx25r_high_perf.overlay4 gpio-reserved-ranges = <0 2>, <6 1>, <8 3>, <18 6>;
18 e5 20 f1 ff ff ff ff 03 44 eb 08 6b 08 3b 04 bb
/Zephyr-latest/tests/subsys/debug/gdbstub/
Dtest_breakpoints.gdbinit1 b test
2 b main.c:29
12 b k_thread_abort
14 if ret == 6
/Zephyr-latest/samples/drivers/jesd216/
DREADME.rst41 Support 1-1-4: instr 6Bh, 0 mode clocks, 8 waits
49 Byte program: type 32 + 1 * B us, max 192 + 6 * B us
56 e5 20 f1 ff ff ff 7f 00 44 eb 08 6b 08 3b 04 bb
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_chan.c30 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.2
56 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3.2
67 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3
94 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3
121 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3
155 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3
197 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3.2
200 static uint8_t chan_rev_8(uint8_t b) in chan_rev_8() argument
202 b = (((uint32_t)b * 0x0802LU & 0x22110LU) | in chan_rev_8()
203 ((uint32_t)b * 0x8020LU & 0x88440LU)) * 0x10101LU >> 16; in chan_rev_8()
[all …]
/Zephyr-latest/arch/sparc/core/
Dtrap_table_mvt.S85 BAD_TRAP; ! 0B watchpoint_detected
98 INTERRUPT_TRAP(6); ! 16 interrupt_level_6
103 INTERRUPT_TRAP(11); ! 1B interrupt_level_11
119 BAD_TRAP; ! 2B data_store_error
126 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 38 - 3B reserved
133 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 48 - 4B undefined
137 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 58 - 5B undefined
146 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 68 - 6B undefined
147 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 6C - 6F undefined
150 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 78 - 7B undefined
[all …]
/Zephyr-latest/dts/bindings/timer/
Dambiq,stimer.yaml29 6 - LFRC_DIV1 : Approximately 1KHz from the LFRC oscillator (uncalibrated).
31 8 - CTIMER0B : Use CTIMER 0 section B (or A and B linked together) as a prescaler.
34 1 - HFRC_6MHZ : 6MHz from the HFRC clock divider.
39 6 - LFRC_1KHZ : Approximately 1KHz from the LFRC oscillator (uncalibrated).
/Zephyr-latest/samples/userspace/prod_consumer/
DREADME.rst28 Application B.
30 Application B simply processes the data. Let's pretend this data is
31 untrusted and possibly malicious, so Application B is sandboxed from
43 monitored by application B.
44 - Application B processing thread waits on new items in the queue. It
77 I:sample_driver_foo_isr: param=0x00147078 count=6
78 I:monitor thread got data payload #6
91 I:processing payload #6 complete
/Zephyr-latest/samples/net/capture/
DREADME.rst59 RX packets 0 bytes 0 (0.0 B)
61 TX packets 0 bytes 0 (0.0 B)
68 RX packets 0 bytes 0 (0.0 B)
70 TX packets 0 bytes 0 (0.0 B)
77 RX packets 0 bytes 0 (0.0 B)
79 TX packets 0 bytes 0 (0.0 B)
86 RX packets 0 bytes 0 (0.0 B)
88 TX packets 0 bytes 0 (0.0 B)
93 inet6 fe80::387b:a6ff:fe56:6cac prefixlen 64 scopeid 0x20<link>
95 RX packets 0 bytes 0 (0.0 B)
[all …]
/Zephyr-latest/boards/nordic/nrf9160dk/
Dnrf9160dk_nrf9160_common_0_14_0.dtsi14 /* 6: COEX0 */
35 int-gpios = <&gpio0 6 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
49 e5 20 f1 ff ff ff ff 03 44 eb 08 6b 08 3b 04 bb
/Zephyr-latest/include/zephyr/arch/riscv/
Delf.h34 #define R_RISCV_TLS_DTPMOD32 6
112 /** @brief Generate mask for immediate in B-type RISC-V instruction
121 (R_RISCV_IMM8_GET_BIT(imm8, 7) << 27) | (R_RISCV_IMM8_GET_BIT(imm8, 6) << 26) | \
135 (R_RISCV_IMM8_GET_BIT(imm8, 7) << 27) | (R_RISCV_IMM8_GET_BIT(imm8, 6) << 26) | \
152 (R_RISCV_IMM8_GET_BIT(imm8, 7) << 27) | (R_RISCV_IMM8_GET_BIT(imm8, 6) << 26) | \
166 (R_RISCV_IMM8_GET_BIT(imm8, 10) << 8) | (R_RISCV_IMM8_GET_BIT(imm8, 6) << 7) | \
167 (R_RISCV_IMM8_GET_BIT(imm8, 7) << 6) | (R_RISCV_IMM8_GET_BIT(imm8, 3) << 5) | \
171 /** @brief Generate mask for immediate in compressed B-type RISC-V instruction
179 (R_RISCV_IMM8_GET_BIT(imm8, 3) << 10) | (R_RISCV_IMM8_GET_BIT(imm8, 7) << 6) | \
180 (R_RISCV_IMM8_GET_BIT(imm8, 6) << 5) | (R_RISCV_IMM8_GET_BIT(imm8, 2) << 4) | \
[all …]
/Zephyr-latest/tests/kernel/pipe/pipe_api/src/
Dtest_pipe_avail.c70 * |a|b|c|d|e|f|g|h|
71 * |0|1|2|3|4|5|6|7|
78 * would read: a b c d
108 * |a|b|c|d|e|f|g|h|
109 * |0|1|2|3|4|5|6|7|
120 * would overwrite: a b c d
150 * |a|b|c|d|e|f|g|h|
151 * |0|1|2|3|4|5|6|7|
163 * would overwrite: e f g h a b c d
193 * |a|b|c|d|e|f|g|h|
[all …]

12345678910>>...29