/Zephyr-latest/subsys/shell/ |
D | shell_vt100.h | 10 #define SHELL_VT100_ASCII_ESC (0x1b) 11 #define SHELL_VT100_ASCII_DEL (0x7F) 12 #define SHELL_VT100_ASCII_BSPACE (0x08) 13 #define SHELL_VT100_ASCII_CTRL_A (0x01) 14 #define SHELL_VT100_ASCII_CTRL_B (0x02) 15 #define SHELL_VT100_ASCII_CTRL_C (0x03) 16 #define SHELL_VT100_ASCII_CTRL_D (0x04) 17 #define SHELL_VT100_ASCII_CTRL_E (0x05) 18 #define SHELL_VT100_ASCII_CTRL_F (0x06) 19 #define SHELL_VT100_ASCII_CTRL_K (0x0B) [all …]
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | popper.min.js | 7 …e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&de… function
|
D | tippy-bundle.umd.min.js | 6 …e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("@popperjs/core")… function
|
/Zephyr-latest/tests/arch/arm/arm_interrupt/ |
D | README.txt | 10 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) 67 Caught system error -- reason 0 72 E: >>> ZEPHYR FATAL ERROR 1: Unhandled interrupt on CPU 0 [all …]
|
/Zephyr-latest/tests/ztest/error_hook/ |
D | README.txt | 102 ASSERTION FAIL [a != ((void *)0)] @ WEST_TOPDIR/zephyr/tests/ztest/error_hook/src/main.c:41 109 case type is 0 110 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: [all …]
|
/Zephyr-latest/tests/drivers/coredump/coredump_api/ |
D | testcase.yaml | 18 - "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/subsys/debug/coredump_threads/ |
D | testcase.yaml | 20 - "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/soc/cdns/xtensa_sample_controller/include/ |
D | _soc_inthandlers.h | 85 return 0; in _xtensa_handle_one_int0() 90 if (mask & 0x7f) { in _xtensa_handle_one_int1() 91 if (mask & 0x7) { in _xtensa_handle_one_int1() 92 if (mask & (1 << 0)) { in _xtensa_handle_one_int1() 93 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() 96 return 1 << 0; 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 [all …]
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 85 reg = <0x255000 DT_SIZE_K(4)>; 102 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 [all …]
|
/Zephyr-latest/tests/arch/common/stack_unwind/ |
D | testcase.yaml | 18 - "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/tests/subsys/debug/coredump/ |
D | testcase.yaml | 18 - "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/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | ecb.c | 64 NRF_ECB->KEY.VALUE[3] = sys_get_be32(&ep->key[0]); in do_ecb() 67 NRF_ECB->KEY.VALUE[0] = sys_get_be32(&ep->key[12]); in do_ecb() 69 ep->in[0].ptr = ep->clear_text; in do_ecb() 70 ep->in[0].length = sizeof(ep->clear_text); in do_ecb() 71 ep->in[0].attribute = ECB_JOB_PTR_ATTRIBUTE; in do_ecb() 73 ep->in[1].length = 0U; in do_ecb() 74 ep->in[1].attribute = 0U; in do_ecb() 76 ep->out[0].ptr = ep->cipher_text; in do_ecb() 77 ep->out[0].length = sizeof(ep->cipher_text); in do_ecb() 78 ep->out[0].attribute = ECB_JOB_PTR_ATTRIBUTE; in do_ecb() [all …]
|
/Zephyr-latest/tests/arch/arm/arm_hardfault_validation/ |
D | README.txt | 38 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) 45 ASSERTION FAIL [0] @ ../src/arm_hardfault.c:42 47 E: ***** HARD FAULT ***** 48 E: Fault escalation (see below) 49 E: ARCH_EXCEPT with reason 4 [all …]
|
/Zephyr-latest/include/zephyr/dt-bindings/interrupt-controller/ |
D | mchp-xec-ecia.h | 11 * g = bits[0:4], GIRQ number in [8, 26] 12 * gb = bits[12:8], peripheral source bit position [0, 31] in the GIRQ 20 (((g) & 0x1f) + (((gb) & 0x1f) << 8) + (((na) & 0xff) << 16) + \ 21 (((nd) & 0xff) << 24)) 24 #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/boards/shields/waveshare_epaper/ |
D | waveshare_epaper_gdeh0213b1.overlay | 20 #size-cells = <0>; 22 ssd16xx_waveshare_epaper_gdeh0213b1: ssd16xxfb@0 { 25 reg = <0>; 31 gdv = [10 0a]; 33 vcom = <0xa8>; 34 border-waveform = <0x71>; 35 dummy-line = <0x1a>; 36 gate-line-width = <0x08>; 40 1E 1E 1E 1E 1E 1E 1E 1E 46 gdv = [10 0a]; [all …]
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_util.c | 26 int32_t e = -1, v, f = 0; in lwm2m_float_to_b32() local 36 if (val1 == 0 && val2 == 0) { in lwm2m_float_to_b32() 37 memset(b32, 0, len); in lwm2m_float_to_b32() 38 return 0; in lwm2m_float_to_b32() 45 while (v > 0) { in lwm2m_float_to_b32() 53 e++; in lwm2m_float_to_b32() 60 i = e; in lwm2m_float_to_b32() 61 while (v > 0 && i < 23) { 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() [all …]
|
/Zephyr-latest/samples/subsys/fs/zms/ |
D | README.rst | 15 #. A binary blob representing a key/value pair: stored at id=0xbeefdead, 16 data={0xDE, 0xAD, 0xBE, 0xEF, 0xDE, 0xAD, 0xBE, 0xEF} 55 [00:00:00.000,000] <inf> fs_zms: alloc wra: 0, fc0 56 [00:00:00.000,000] <inf> fs_zms: data wra: 0, 0 57 ITERATION: 0 63 [00:00:00.000,000] <inf> fs_zms: alloc wra: 0, f80 64 [00:00:00.000,000] <inf> fs_zms: data wra: 0, 8c 70 Id: 2, loop_cnt: 0 72 …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 1c 1d 1e 1f 20 21 22 23 24 25 … 73 …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 75… [all …]
|
/Zephyr-latest/drivers/sensor/maxim/max31865/ |
D | max31865.h | 29 #define MAX31865_FAULT_DETECTION_NONE (0x00 << 2) 30 #define MAX31865_FAULT_DETECTION_AUTO (0x01 << 2) 31 #define MAX31865_FAULT_DETECTION_MANUAL_1 (0x02 << 2) 32 #define MAX31865_FAULT_DETECTION_MANUAL_2 (0x03 << 2) 35 #define REG_CONFIG 0x00 36 #define REG_RTD_MSB 0x01 37 #define REG_RTD_LSB 0x02 38 #define REG_HIGH_FAULT_THR_MSB 0x03 39 #define REG_HIGH_FAULT_THR_LSB 0x04 40 #define REG_LOW_FAULT_THR_MSB 0x05 [all …]
|
/Zephyr-latest/samples/subsys/profiling/perf/images/ |
D | graph_example.svg | 3 <svg version="1.1" width="1200" height="214" onload="init(evt)" viewBox="0 0 1200 214" xmlns="http:… 7 <linearGradient id="background" y1="0" y2="1" x1="0" x2="0" > 13 text { font-family:Verdana; font-size:12px; fill:rgb(0,0,0); } 33 svg = document.getElementsByTagName("svg")[0]; 34 searching = 0; 45 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(); [all …]
|
/Zephyr-latest/scripts/ci/ |
D | errno.py | 22 r = re.compile(r'^\s*#define\s+([A-Z]+)\s+([0-9]+)') 39 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/doc/connectivity/bluetooth/shell/audio/ |
D | bap_broadcast_assistant.rst | 79 Found broadcaster with ID 0x05BD38 and addr 1E:4D:0A:AA:6E:49 (random) and sid 0x00 87 …BASS recv state: src_id 0, addr 11:22:33:44:55:66 (public), sid 5, sync_state 1, encrypt_state 000… 88 [0]: BIS sync 0, metadata_len 0 96 uart:~$ bap_broadcast_assistant add_broadcast_id 0x05BD38 true 97 …E:4D:0A:AA:6E:49 (random), AD evt type 5, RSSI -28 Broadcast Audio Source C:0 S:0 D:0 SR:0 E:1 Pri… 98 Found BAP broadcast source with address 1E:4D:0A:AA:6E:49 (random) and ID 0x05BD38 99 BASS recv state: src_id 0, addr 1E:4D:0A:AA:6E:49 (random), sid 0, sync_state 0, encrypt_state 0 100 [0]: BIS sync 0x0000, metadata_len 0 102 BASS recv state: src_id 0, addr 1E:4D:0A:AA:6E:49 (random), sid 0, sync_state 2, encrypt_state 0 103 [0]: BIS sync 0x0000, metadata_len 0 [all …]
|
/Zephyr-latest/tests/bsim/ |
D | run_parallel.sh | 38 exit 0 42 err=0 43 i=0 71 export CLEAN_XML="sed -E -e 's/&/\&/g' -e 's/</\</g' -e 's/>/\>/g' \ 72 -e 's/\"/"/g' -e $'s/\x1b\[[0-9;]*[a-zA-Z]//g'" 77 if [ ${n_cases} -gt 0 ]; then 79 echo "<testcase name=\"{}\" time=\"0\">" 84 if [ $result -ne 0 ]; then 85 (>&2 echo -e "\e[91m{} FAILED\e[39m ($dur_s s)") 94 (>&2 echo -e "{} PASSED ($dur_s s)") [all …]
|
/Zephyr-latest/boards/phytec/reel_board/ |
D | reel_board.dts | 40 pwms = <&pwm0 0 PWM_MSEC(20) PWM_POLARITY_INVERTED>; 56 #size-cells = <0>; 58 ssd16xx: ssd16xxfb@0 { 61 reg = <0>; 67 gdv = [10 0a]; 69 vcom = <0xa8>; 70 border-waveform = <0x71>; 71 dummy-line = <0x1a>; 72 gate-line-width = <0x08>; 76 1E 1E 1E 1E 1E 1E 1E 1E [all …]
|
/Zephyr-latest/dts/bindings/ieee802154/ |
D | atmel,rf2xx.yaml | 43 - 0 47 Selects Channel Page accordingly with IEEE 802.15.4 standard. The Page 0 48 is used in both Sub-Giga and 2.4GHz. It allows select channels 0-10 in 49 Sub-Giga band (0: BPSK-20, 1-10: BPSK-40) and 11-26 in 2.4GHz band 51 (0: OQPSK-SIN-RC-100, 1-10: OQPSK-SIN-250). Channel 5 is for Sub-Giga 52 (JAPAN) and selects (0-3: OQPSK-RC-250) . 53 0: Page 0 - BPSK-20 [0], BPSK-40 [1-10], O-QPSK-250 [11-26]. 54 2: Page 2 - OQPSK-SIN-RC-100 [0], OQPSK-SIN-250 [1-10]. 55 5: Page 5 - OQPSK-RC-250 [0-3]. 59 default: [0x00] [all …]
|
/Zephyr-latest/include/zephyr/dt-bindings/espi/ |
D | npcx_espi.h | 11 * index = bits[7:0], Replacement index number 16 (((dir & 0x1) << 12) + ((group & 0xf) << 8) + (index & 0xff)) 19 #define ESPI_NPCX_VW_EX_INDEX(e) ((e) & 0xff) argument 20 #define ESPI_NPCX_VW_EX_GROUP_NUM(e) (((e) >> 8) & 0xf) argument 21 #define ESPI_NPCX_VW_EX_DIR(e) (((e) >> 12) & 0x1) argument 24 #define NPCX_VWEVMS0 0 39 #define NPCX_VWEVSM0 0 52 #define NPCX_VWGPSM0 0
|