Home
last modified time | relevance | path

Searched full:e (Results 1 – 25 of 2005) sorted by relevance

12345678910>>...81

/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dpopper.min.js7e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&de… function
Dtippy-bundle.umd.min.js6e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("@popperjs/core")… function
/Zephyr-latest/tests/arch/riscv/fatal/
Dtestcase.yaml15 - "E: a0: 0000000000000004 t0: 0000000000000000"
16 - "E: a1: a1ff0000ff000b11 t1: d1ff0000ff000606"
17 - "E: a2: a2ff0000ff000c12 t2: d2ff0000ff000707"
18 - "E: a3: a3ff0000ff000d13 t3: d3ff0000ff001c28"
19 - "E: a4: a4ff0000ff000e14 t4: d4ff0000ff001d29"
20 - "E: a5: a5ff0000ff000f15 t5: d5ff0000ff001e30"
21 - "E: a6: a6ff0000ff001016 t6: d6ff0000ff001f31"
22 - "E: a7: a7ff0000ff001117"
23 - "E: ra: dada0000ff000101"
24 - "E: s0: c0ff0000ff000808 s6: c6ff0000ff001622"
[all …]
/Zephyr-latest/subsys/shell/
Dshell_vt100.h30 #define SHELL_VT100_SETNL "\e[20h\0"
32 #define SHELL_VT100_SETAPPL "\e[?1h\0"
34 #define SHELL_VT100_SETCOL_132 "\e[?3h\0"
36 #define SHELL_VT100_SETSMOOTH "\e[?4h\0"
38 #define SHELL_VT100_SETREVSCRN "\e[?5h\0"
40 #define SHELL_VT100_SETORGREL "\e[?6h\0"
42 #define SHELL_VT100_SETWRAP_ON "\e[?7h\0"
44 #define SHELL_VT100_SETWRAP_OFF "\e[?7l\0"
46 #define SHELL_VT100_SETREP "\e[?8h\0"
48 #define SHELL_VT100_SETINTER "\e[?9h\0"
[all …]
/Zephyr-latest/soc/cdns/xtensa_sample_controller/include/
D_soc_inthandlers.h93 struct _isr_table_entry *e = &_sw_isr_table[0]; in _xtensa_handle_one_int1() local
95 e->isr(e->arg); in _xtensa_handle_one_int1()
99 struct _isr_table_entry *e = &_sw_isr_table[1]; in _xtensa_handle_one_int1() local
101 e->isr(e->arg); in _xtensa_handle_one_int1()
105 struct _isr_table_entry *e = &_sw_isr_table[2]; in _xtensa_handle_one_int1() local
107 e->isr(e->arg); in _xtensa_handle_one_int1()
113 struct _isr_table_entry *e = &_sw_isr_table[3]; in _xtensa_handle_one_int1() local
115 e->isr(e->arg); in _xtensa_handle_one_int1()
119 struct _isr_table_entry *e = &_sw_isr_table[4]; in _xtensa_handle_one_int1() local
121 e->isr(e->arg); in _xtensa_handle_one_int1()
[all …]
/Zephyr-latest/tests/drivers/coredump/coredump_api/
Dtestcase.yaml18 - "E: #CD:BEGIN#"
19 - "E: #CD:5([aA])45([0-9a-fA-F]+)"
20 - "E: #CD:4([dD])([0-9a-fA-F]+)"
21 - "E: #CD:4([dD])([0-9a-fA-F]+)"
22 - "E: #CD:4([dD])([0-9a-fA-F]+)"
23 - "E: #CD:12121212"
24 - "E: #CD:4([dD])([0-9a-fA-F]+)"
25 - "E: #CD:34343434"
26 - "E: #CD:4([dD])([0-9a-fA-F]+)"
27 - "E: #CD:ababababcdcdcdcdefefefef"
[all …]
/Zephyr-latest/tests/arch/arm/arm_interrupt/
DREADME.txt10 while running in handler mode (i.e. in an ISR). Only for ARM
59 E: ***** Debug monitor exception *****
61 E: r0/a1: 0x20000000 r1/a2: 0x00000000 r2/a3: 0x20001e40
62 E: r3/a4: 0x00003109 r12/ip: 0xfabf33ff r14/lr: 0x00003e7f
63 E: xpsr: 0x41000000
64 E: Faulting instruction address (r15/pc): 0x00000f34
65 E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
66 E: Current thread: 0x20000148 (unknown)
72 E: >>> ZEPHYR FATAL ERROR 1: Unhandled interrupt on CPU 0
73 E: Current thread: 0x20000148 (unknown)
[all …]
/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt110 E: Page fault at address (nil) (error code 0x4)
111 E: Linear address not present in page tables
112 E: Access violation: user thread not allowed to read
113 E: PTE: not present
114 E: EAX: 0x00000000, EBX: 0x00000000, ECX: 0x00000000, EDX: 0x0010fe51
115 E: ESI: 0x00000000, EDI: 0x0012dfe8, EBP: 0x0012dfcc, ESP: 0x0012dfc4
116 E: EFLAGS: 0x00000246 CS: 0x002b CR3: 0x001142c0
117 E: call trace:
118 E: EIP: 0x00100439
119 E: 0x001010ea (0x113068)
[all …]
/Zephyr-latest/scripts/coccinelle/
Dconst_config_info.cocci20 // bare: (struct T*)E
26 expression E;
30 struct T*)E->config_info
32 // bare const: (struct T* const)E
38 expression E;
42 struct T * const)E->config_info
51 expression E;
54 struct T * D = (const struct T*)E->config_info;
63 expression E;
66 struct T * const D = (const struct T*)E->config_info;
[all …]
Dderef_null.cocci20 expression E;
25 (E != NULL && ...) ? <+...E->f@p1...+> : ...
28 expression E;
34 (E != NULL) && ... && <+...E->f@p2...+>
36 (E == NULL) || ... || <+...E->f@p2...+>
38 sizeof(<+...E->f@p2...+>)
42 expression *E;
47 if@p1 ((E == NULL && ...) || ...) S1 else S2
52 expression subE <= ifm.E;
53 expression *ifm.E;
[all …]
Darray_size.cocci29 T[] E;
32 * (sizeof(E)/sizeof(*E))
34 * (sizeof(E)/sizeof(E[...]))
36 * (sizeof(E)/sizeof(T))
45 T[] E;
48 - (sizeof(E)/sizeof(*E))
49 + ARRAY_SIZE(E)
51 - (sizeof(E)/sizeof(E[...]))
52 + ARRAY_SIZE(E)
54 - (sizeof(E)/sizeof(T))
[all …]
/Zephyr-latest/tests/subsys/debug/coredump_threads/
Dtestcase.yaml20 - "E: #CD:BEGIN#"
21 - "E: #CD:5([aA])45([0-9a-fA-F]+)"
22 - "E: #CD:41([0-9a-fA-F]+)"
23 - "E: #CD:54([0-9a-fA-F]+)"
24 - "E: #CD:4([dD])([0-9a-fA-F]+)"
25 - "E: #CD:4([dD])([0-9a-fA-F]+)"
26 - "E: #CD:4([dD])([0-9a-fA-F]+)"
27 - "E: #CD:4([dD])([0-9a-fA-F]+)"
28 - "E: #CD:4([dD])([0-9a-fA-F]+)"
29 - "E: #CD:4([dD])([0-9a-fA-F]+)"
[all …]
/Zephyr-latest/tests/arch/common/stack_unwind/
Dtestcase.yaml18 - "E: call trace:"
19 - "E: 0: fp: \\w+ ra: \\w+"
20 - "E: 1: fp: \\w+ ra: \\w+"
30 - "E: call trace:"
31 - "E: 0: sp: \\w+ ra: \\w+"
32 - "E: 1: sp: \\w+ ra: \\w+"
44 - "E: call trace:"
45 - "E: 0: \\w+"
46 - "E: 1: \\w+"
57 - "E: call trace:"
[all …]
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst102 E: Page fault at address 0x0 (error code 0x2)
103 E: Linear address not present in page tables
104 E: PDE: 0x0000000000115827 Writable, User, Execute Enabled
105 E: PTE: Non-present
106 E: EAX: 0x00000000, EBX: 0x00000000, ECX: 0x00119d74, EDX: 0x000003f8
107 E: ESI: 0x00000000, EDI: 0x00101aa7, EBP: 0x00119d10, ESP: 0x00119d00
108 E: EFLAGS: 0x00000206 CS: 0x0008 CR3: 0x00119000
109 E: call trace:
110 E: EIP: 0x00100459
111 E: 0x00100477 (0x0)
[all …]
/Zephyr-latest/tests/subsys/debug/coredump/
Dtestcase.yaml18 - "E: #CD:BEGIN#"
19 - "E: #CD:5([aA])45([0-9a-fA-F]+)"
20 - "E: #CD:41([0-9a-fA-F]+)"
21 - "E: #CD:4([dD])([0-9a-fA-F]+)"
22 - "E: #CD:4([dD])([0-9a-fA-F]+)"
23 - "E: #CD:END#"
46 - "E: #CD:BEGIN#"
47 - "E: #CD:5([aA])45([0-9a-fA-F]+)"
48 - "E: #CD:41([0-9a-fA-F]+)"
49 - "E: #CD:4([dD])([0-9a-fA-F]+)"
[all …]
/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/tests/arch/arm/arm_hardfault_validation/
DREADME.txt38 E: r0/a1: 0x00000004 r1/a2: 0x00000000 r2/a3: 0x00000004
39 E: r3/a4: 0x20000000 r12/ip: 0x00000000 r14/lr: 0x000029fb
40 E: xpsr: 0x41000000
41 E: Faulting instruction address (r15/pc): 0x0000079e
42 E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
43 E: Current thread: 0x20000070 (test_arm_hardfault)
47 E: ***** HARD FAULT *****
48 E: Fault escalation (see below)
49 E: ARCH_EXCEPT with reason 4
51 E: r0/a1: 0x00000004 r1/a2: 0x0000002a r2/a3: 0x00000001
[all …]
/Zephyr-latest/tests/lib/cobs/src/
Dmain.c79 #define COBS_ITEM(d, e, del, n) \ argument
83 .encoded = e, \
84 .encoded_len = sizeof(e), \
112 U8({'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F',
114 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r',
116 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T',
117 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p',
119 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R',
120 'S', 'T', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n',
122 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P',
[all …]
/Zephyr-latest/doc/_static/js/
Ddark-mode-toggle.min.mjs2e=document;let t={};try{t=localStorage}catch(e){}const i="prefers-color-scheme";const a="media";co… argument
/Zephyr-latest/samples/subsys/profiling/perf/images/
Dgraph_example.svg45 window.addEventListener("click", function(e) {
46 var target = find_group(e.target);
49 if (e.ctrlKey === false) return;
50 e.preventDefault();
73 else if (e.target.id == "unzoom") clearzoom();
74 else if (e.target.id == "search") search_prompt();
75 else if (e.target.id == "ignorecase") toggle_ignorecase();
80 window.addEventListener("mouseover", function(e) {
81 var target = find_group(e.target);
86 window.addEventListener("mouseout", function(e) {
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/interrupt-controller/
Dmchp-xec-ecia.h24 #define MCHP_XEC_ECIA_GIRQ(e) ((e) & 0x1f) argument
25 #define MCHP_XEC_ECIA_GIRQ_POS(e) (((e) >> 8) & 0x1f) argument
26 #define MCHP_XEC_ECIA_NVIC_AGGR(e) (((e) >> 16) & 0xff) argument
27 #define MCHP_XEC_ECIA_NVIC_DIRECT(e) (((e) >> 24) & 0xff) argument
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Decb.c144 void ecb_encrypt_nonblocking(struct ecb *e) in ecb_encrypt_nonblocking() argument
147 if (e->in_key_le) { in ecb_encrypt_nonblocking()
148 mem_rcopy(&e->in_key_be[0], e->in_key_le, sizeof(e->in_key_be)); in ecb_encrypt_nonblocking()
150 if (e->in_clear_text_le) { in ecb_encrypt_nonblocking()
151 mem_rcopy(&e->in_clear_text_be[0], e->in_clear_text_le, in ecb_encrypt_nonblocking()
152 sizeof(e->in_clear_text_be)); in ecb_encrypt_nonblocking()
157 NRF_ECB->KEY.VALUE[3] = sys_get_be32(&e->in_key_be[0]); in ecb_encrypt_nonblocking()
158 NRF_ECB->KEY.VALUE[2] = sys_get_be32(&e->in_key_be[4]); in ecb_encrypt_nonblocking()
159 NRF_ECB->KEY.VALUE[1] = sys_get_be32(&e->in_key_be[8]); in ecb_encrypt_nonblocking()
160 NRF_ECB->KEY.VALUE[0] = sys_get_be32(&e->in_key_be[12]); in ecb_encrypt_nonblocking()
[all …]
/Zephyr-latest/boards/shields/waveshare_epaper/
Dwaveshare_epaper_gdeh0213b1.overlay40 1E 1E 1E 1E 1E 1E 1E 1E
/Zephyr-latest/scripts/ci/
Derrno.py39 except KeyError as e:
40 print(f'Environment variable missing: {e}', file=sys.stderr)
46 for e in minimal:
47 if e[0] not in [x[0] for x in newlib] or e[1] != next(
48 filter(lambda _e: _e[0] == e[0], newlib))[1]:
50 print(f'{e[0]} (with value {e[1]})', file=sys.stderr)
/Zephyr-latest/tests/bsim/
Drun_parallel.sh71 export CLEAN_XML="sed -E -e 's/&/\&amp;/g' -e 's/</\&lt;/g' -e 's/>/\&gt;/g' \
72 -e 's/\"/&quot;/g' -e $'s/\x1b\[[0-9;]*[a-zA-Z]//g'"
85 (>&2 echo -e "\e[91m{} FAILED\e[39m ($dur_s s)")
94 (>&2 echo -e "{} PASSED ($dur_s s)")
105 echo -e "\e[91m$case FAILED\e[39m"
112 echo -e "$case PASSED"
119 echo -e "</testsuite>\n</testsuites>\n" >> $tmp_res_file
121 echo -e "<testsuites>\n<testsuite errors=\"0\" failures=\"$err\"\

12345678910>>...81