Home
last modified time | relevance | path

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

12345678910>>...71

/Zephyr-Core-3.6.0/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-Core-3.6.0/soc/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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/doc/services/debugging/
Dcoredump.rst94 E: Page fault at address 0x0 (error code 0x2)
95 E: Linear address not present in page tables
96 E: PDE: 0x0000000000115827 Writable, User, Execute Enabled
97 E: PTE: Non-present
98 E: EAX: 0x00000000, EBX: 0x00000000, ECX: 0x00119d74, EDX: 0x000003f8
99 E: ESI: 0x00000000, EDI: 0x00101aa7, EBP: 0x00119d10, ESP: 0x00119d00
100 E: EFLAGS: 0x00000206 CS: 0x0008 CR3: 0x00119000
101 E: call trace:
102 E: EIP: 0x00100459
103 E: 0x00100477 (0x0)
[all …]
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/doc/_static/js/
Ddark-mode-toggle.min.mjs2e=document;const t=localStorage;const i="prefers-color-scheme";const a="media";const s="light";con… argument
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/boards/shields/waveshare_epaper/
Dwaveshare_epaper_gdeh0213b1.overlay36 1E 1E 1E 1E 1E 1E 1E 1E
/Zephyr-Core-3.6.0/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#"
/Zephyr-Core-3.6.0/drivers/sensor/max31865/
Dmax31865.h52 #define RTD_A_ITS90 3.9080e-3
53 #define RTD_A_USINDUSTRIAL 3.9692e-3
54 #define RTD_A_DIN43760 3.9848e-3
55 #define RTD_B_ITS90 -5.870e-7
56 #define RTD_B_USINDUSTRIAL -5.8495e-7
57 #define RTD_B_DIN43760 -5.8019e-7
71 static const float A[6] = {-242.02, 2.2228, 2.5859e-3, 4.8260e-6, 2.8183e-8, 1.5243e-10};
/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/bsim/
Drun_parallel.sh70 export CLEAN_XML="sed -E -e 's/&/\&amp;/g' -e 's/</\&lt;/g' -e 's/>/\&gt;/g' \
71 -e 's/\"/&quot;/g'"
80 (>&2 echo -e "\e[91m{} FAILED\e[39m")
89 (>&2 echo -e "{} PASSED")
99 echo -e "\e[91m$case FAILED\e[39m"
106 echo -e "$case PASSED"
113 echo -e "</testsuite>\n</testsuites>\n" >> $tmp_res_file
115 echo -e "<testsuites>\n<testsuite errors=\"0\" failures=\"$err\"\
/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/
Dlwm2m_util.c26 int32_t e = -1, v, f = 0; in lwm2m_float_to_b32() local
53 e++; in lwm2m_float_to_b32()
60 i = e; in lwm2m_float_to_b32()
63 if (!f && e < 0 && v < PRECISION32) { in lwm2m_float_to_b32()
64 /* handle -e */ in lwm2m_float_to_b32()
65 e--; in lwm2m_float_to_b32()
80 e += 127; in lwm2m_float_to_b32()
92 b32[0] |= e >> 1; in lwm2m_float_to_b32()
93 b32[1] = (e & 1) << 7; in lwm2m_float_to_b32()
108 int32_t e = -1; in lwm2m_float_to_b64() local
[all …]
/Zephyr-Core-3.6.0/scripts/tracing/
Dtrace_capture_usb.py44 except Exception as e:
45 sys.exit("{}".format(e))
53 except usb.core.USBError as e:
54 sys.exit("{}".format(e))
60 except usb.core.USBError as e:
61 sys.exit("{}".format(e))
68 lambda e: \
70 e.bEndpointAddress) == \
75 lambda e: \
77 e.bEndpointAddress) == \
/Zephyr-Core-3.6.0/samples/tfm_integration/psa_crypto/
DREADME.rst119 3. Edit (e.g., with vim) the ``<MPS2 device name>/MB/HBI0263C/AN521/images.txt``
266 0 1 2 3 4 5 6 7 8 9 A B C D E F
276 00000090 13 24 8C AE 7A D9 E2 98 4B 90 28 0E FC BC B5 02 .$..z...K.(.....
281 000000E0 50 45 04 65 30 2E 30 2E 30 05 58 20 BF E6 D8 6F PE.e0.0.0.X ...o
282 000000F0 88 26 F4 FF 97 FB 96 C4 E6 FB C4 99 3E 46 19 FC .&..........>F..
285 00000120 24 25 2B EB 70 D7 2C 6B FC 92 CD BE 5B 65 9E C7 $%+.p.,k....[e..
286 00000130 34 1E 1C D2 80 5D A3 A5 01 64 4E 53 50 45 04 65 4....]...dNSPE.e
287 00000140 30 2E 30 2E 30 05 58 20 B3 60 CA F5 C9 8C 6B 94 0.0.0.X .`....k.
288 00000150 2A 48 82 FA 9D 48 23 EF B1 66 A9 EF 6A 6E 4A A3 *H...H#..f..jnJ.
291 00000180 97 7E 73 C2 2C 4F D2 95 25 D8 BE 29 32 14 23 5D .~s.,O..%..)2.#]
[all …]
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/shell/
Dbap_broadcast_assistant.rst78 Found broadcaster with ID 0x05BD38 and addr 1E:4D:0A:AA:6E:49 (random) and sid 0x00
96 …[DEVICE]: 1E:4D:0A:AA:6E:49 (random), AD evt type 5, RSSI -28 Broadcast Audio Source C:0 S:0 D:0 S…
97 Found BAP broadcast source with address 1E:4D:0A:AA:6E:49 (random) and ID 0x05BD38
98 BASS recv state: src_id 0, addr 1E:4D:0A:AA:6E:49 (random), sid 0, sync_state 0, encrypt_state 0
101 BASS recv state: src_id 0, addr 1E:4D:0A:AA:6E:49 (random), sid 0, sync_state 2, encrypt_state 0
103 BASS recv state: src_id 0, addr 1E:4D:0A:AA:6E:49 (random), sid 0, sync_state 2, encrypt_state 0
115 BASS recv state: src_id 0, addr 1E:4D:0A:AA:6E:49 (random), sid 0, sync_state 2, encrypt_state 0
/Zephyr-Core-3.6.0/lib/crc/
Dcrc7_sw.c12 uint8_t e = seed ^ *src++; in crc7_be() local
13 uint8_t f = e ^ (e >> 4) ^ (e >> 7); in crc7_be()
/Zephyr-Core-3.6.0/scripts/checkpatch/
Dcheck_known_checkpatch_issues.sh90 grep -v -E "^\-\-\-" | grep -v -E "^\-commit " | grep -E "^\-" | \
95 grep -v -E "^\-\-\-" | grep -v -E "^\-commit " | grep -E "^\-" | \
100 grep -v -E "^\+\+\+" | grep -v -E "^\+commit " | grep -E "^\+" | \
105 grep -v -E "^\+\+\+" | grep -v -E "^\+commit " | grep -E "^\+" | \
/Zephyr-Core-3.6.0/boards/arm/reel_board/
Dreel_board.dts79 1E 1E 1E 1E 1E 1E 1E 1E

12345678910>>...71