Home
last modified time | relevance | path

Searched full:08 (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/Zephyr-latest/arch/mips/core/
Dfatal.c16 LOG_ERR("$ 0 : (ze) %08lx(at) %08lx(v0) %08lx(v1)\n", in z_mips_fatal_error()
18 LOG_ERR("$ 4 : %08lx(a0) %08lx(a1) %08lx(a2) %08lx(a3)\n", in z_mips_fatal_error()
20 LOG_ERR("$ 8 : %08lx(t0) %08lx(t1) %08lx(t2) %08lx(t3)\n", in z_mips_fatal_error()
22 LOG_ERR("$12 : %08lx(t4) %08lx(t5) %08lx(t6) %08lx(t7)\n", in z_mips_fatal_error()
25 LOG_ERR("$24 : %08lx(t8) %08lx(t9)\n", in z_mips_fatal_error()
27 LOG_ERR("$28 : %08lx(gp) (sp) (s8) %08lx(ra)\n", in z_mips_fatal_error()
30 LOG_ERR("EPC : %08lx\n", esf->epc); in z_mips_fatal_error()
32 LOG_ERR("Status: %08lx\n", esf->status); in z_mips_fatal_error()
33 LOG_ERR("Cause : %08lx\n", esf->cause); in z_mips_fatal_error()
34 LOG_ERR("BadVA : %08lx\n", esf->badvaddr); in z_mips_fatal_error()
/Zephyr-latest/arch/nios2/core/
Dfatal.c26 LOG_ERR("Faulting instruction: 0x%08x", esf->instr - 4); in z_nios2_fatal_error()
27 LOG_ERR(" r1: 0x%08x r2: 0x%08x r3: 0x%08x r4: 0x%08x", in z_nios2_fatal_error()
29 LOG_ERR(" r5: 0x%08x r6: 0x%08x r7: 0x%08x r8: 0x%08x", in z_nios2_fatal_error()
31 LOG_ERR(" r9: 0x%08x r10: 0x%08x r11: 0x%08x r12: 0x%08x", in z_nios2_fatal_error()
33 LOG_ERR(" r13: 0x%08x r14: 0x%08x r15: 0x%08x ra: 0x%08x", in z_nios2_fatal_error()
35 LOG_ERR("estatus: %08x", esf->estatus); in z_nios2_fatal_error()
/Zephyr-latest/arch/arm/core/
Dfatal.c23 LOG_ERR("r0/a1: 0x%08x r1/a2: 0x%08x r2/a3: 0x%08x", in esf_dump()
25 LOG_ERR("r3/a4: 0x%08x r12/ip: 0x%08x r14/lr: 0x%08x", in esf_dump()
27 LOG_ERR(" xpsr: 0x%08x", esf->basic.xpsr); in esf_dump()
30 LOG_ERR("s[%2d]: 0x%08x s[%2d]: 0x%08x" in esf_dump()
31 " s[%2d]: 0x%08x s[%2d]: 0x%08x", in esf_dump()
47 LOG_ERR("fpscr: 0x%08x", esf->fpu.fpscr); in esf_dump()
53 LOG_ERR("r4/v1: 0x%08x r5/v2: 0x%08x r6/v3: 0x%08x", in esf_dump()
55 LOG_ERR("r7/v4: 0x%08x r8/v5: 0x%08x r9/v6: 0x%08x", in esf_dump()
57 LOG_ERR("r10/v7: 0x%08x r11/v8: 0x%08x psp: 0x%08x", in esf_dump()
64 LOG_ERR("Faulting instruction address (r15/pc): 0x%08x", in esf_dump()
/Zephyr-latest/samples/subsys/logging/syst/
DREADME.rst105 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
107 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
109 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
111 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
166 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
168 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
170 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
172 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
189 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
191 03 d2 04 00 00 08 01 02 03 04 05 06 07 08 |........ ......
[all …]
/Zephyr-latest/drivers/sip_svc/
Dsip_smc_intel_socfpga.c178 LOG_DBG("\tfunction_id %08lx", function_id); in intel_sip_secure_monitor_call()
179 LOG_DBG("\targ0 %08lx", arg0); in intel_sip_secure_monitor_call()
180 LOG_DBG("\targ1 %08lx", arg1); in intel_sip_secure_monitor_call()
181 LOG_DBG("\targ2 %08lx", arg2); in intel_sip_secure_monitor_call()
182 LOG_DBG("\targ3 %08lx", arg3); in intel_sip_secure_monitor_call()
183 LOG_DBG("\targ4 %08lx", arg4); in intel_sip_secure_monitor_call()
184 LOG_DBG("\targ5 %08lx", arg5); in intel_sip_secure_monitor_call()
185 LOG_DBG("\targ6 %08lx", arg6); in intel_sip_secure_monitor_call()
191 LOG_INF("Time taken for %08lx is %08lld ns", function_id, in intel_sip_secure_monitor_call()
195 LOG_DBG("\tres->a0 %08lx", res->a0); in intel_sip_secure_monitor_call()
[all …]
/Zephyr-latest/arch/sparc/core/
Dfatal.c152 " %d: %08x %08x %08x %08x", in print_integer_registers()
165 "psr: %08x wim: %08x tbr: %08x y: %08x", in print_special_registers()
168 LOG_ERR(" pc: %08x npc: %08x", esf->pc, esf->npc); in print_special_registers()
177 LOG_ERR(" #0 %08x %08x", esf->pc, (unsigned int) s); in print_backtrace()
185 LOG_ERR(" #%-2d %08x %08x", i, pc, sp); in print_backtrace()
/Zephyr-latest/samples/boards/nordic/nrfx/src/
Dmain.c53 LOG_ERR("nrfx_gpiote_init error: 0x%08X", err); in main()
59 LOG_ERR("Failed to allocate in_channel, error: 0x%08X", err); in main()
65 LOG_ERR("Failed to allocate out_channel, error: 0x%08X", err); in main()
89 LOG_ERR("nrfx_gpiote_input_configure error: 0x%08X", err); in main()
110 LOG_ERR("nrfx_gpiote_output_configure error: 0x%08X", err); in main()
122 LOG_ERR("nrfx_gppi_channel_alloc error: 0x%08X", err); in main()
/Zephyr-latest/drivers/hwinfo/
Dhwinfo_mcux_rcm.c101 LOG_DBG("sources = 0x%08x, cause = 0x%08x", sources, *cause); in z_impl_hwinfo_get_reset_cause()
114 LOG_DBG("sources = 0x%08x", sources); in z_impl_hwinfo_clear_reset_cause()
128 LOG_DBG("sources = 0x%08x, supported = 0x%08x", sources, *supported); in z_impl_hwinfo_get_supported_reset_cause()
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_xlnx_zynq.c59 LOG_DBG("0x%04x: mask 0x%08x, val 0x%08x", addr, pins[i].mask, pins[i].val); in pinctrl_configure_pins()
60 LOG_DBG("0x%04x r: 0x%08x", addr, val); in pinctrl_configure_pins()
65 LOG_DBG("0x%04x w: 0x%08x", addr, val); in pinctrl_configure_pins()
/Zephyr-latest/tests/arch/x86/info/src/
Dmultiboot.c24 printk("\tFlags = 0x%08x\n", multiboot_info.flags); in multiboot()
36 printk("\tExtended memory map was at 0x%08x (%d bytes).\n", in multiboot()
44 printk("\tFramebuffer %dbpp %dX%d (pitch %d) @ %08x.\n", in multiboot()
/Zephyr-latest/drivers/pwm/
Dpwm_xlnx_axi_timer.c79 LOG_DBG("period = 0x%08x, pulse = 0x%08x", period_cycles, pulse_cycles); in xlnx_axi_timer_set_cycles()
109 LOG_ERR("tlr0 out of range (0x%08x > 0x%08x)", tlr0, in xlnx_axi_timer_set_cycles()
139 LOG_DBG("tlr0 = 0x%08x, tlr1 = 0x%08x", tlr0, tlr1); in xlnx_axi_timer_set_cycles()
/Zephyr-latest/subsys/sensing/sensor/hinge_angle/
Dhinge_angle.c103 LOG_INF("Acc 0: x:%08x y:%08x z:%08x", in calc_hinge_angle()
107 LOG_INF("Acc 1: x:%08x y:%08x z:%08x", in calc_hinge_angle()
/Zephyr-latest/boards/nordic/nrf9161dk/
Dnrf9161dk_nrf9161_common_0_7_0.dtsi18 e5 20 ea ff ff ff ff 0f 44 eb 08 6b 00 3b 00 bb
21 7a 75 7a 75 04 bd d5 5c 29 06 74 00 08 50 00 01
/Zephyr-latest/tests/drivers/flash/common/boards/
Dnrf52840dk_mx25r_high_perf.overlay18 e5 20 f1 ff ff ff ff 03 44 eb 08 6b 08 3b 04 bb
/Zephyr-latest/tests/kernel/common/src/
Dprintk.c209 printk("0x%x 0x%02x 0x%04x 0x%08x 0x%016x\n", 1, 1, 1, 1, 1); in ZTEST()
211 printk("%d %02d %04d %08d\n", 42, 42, 42, 42); in ZTEST()
212 printk("%d %02d %04d %08d\n", -42, -42, -42, -42); in ZTEST()
214 printk("%u %02u %04u %08u\n", 42, 42, 42, 42); in ZTEST()
233 "0x%x 0x%02x 0x%04x 0x%08x 0x%016x\n", 1, 1, 1, 1, 1); in ZTEST()
237 "%d %02d %04d %08d\n", 42, 42, 42, 42); in ZTEST()
239 "%d %02d %04d %08d\n", -42, -42, -42, -42); in ZTEST()
243 "%u %02u %04u %08u\n", 42, 42, 42, 42); in ZTEST()
/Zephyr-latest/arch/x86/core/
Dfatal.c205 LOG_ERR(" %d: 0x%08lx", (*i)++, addr); in print_trace_address()
273 LOG_ERR("EAX: 0x%08x, EBX: 0x%08x, ECX: 0x%08x, EDX: 0x%08x", in dump_regs()
275 LOG_ERR("ESI: 0x%08x, EDI: 0x%08x, EBP: 0x%08x, ESP: 0x%08x", in dump_regs()
277 LOG_ERR("EFLAGS: 0x%08x CS: 0x%04x CR3: 0x%08lx", esf->eflags, in dump_regs()
280 LOG_ERR("EIP: 0x%08x", esf->eip); in dump_regs()
/Zephyr-latest/subsys/sip_svc/
Dsip_svc_shell.c56 shell_print(sh, "%s: register success: client token %08x\n", ctrl->method, c_token); in cmd_reg()
87 shell_error(sh, "%s: unregister fail (%d): client token %08x", ctrl->method, err, in cmd_unreg()
90 shell_print(sh, "%s: unregister success: client token %08x", ctrl->method, in cmd_unreg()
141 shell_error(sh, "%s: open fail (%d): client token %08x", ctrl->method, err, in cmd_open()
144 shell_print(sh, "%s: open success: client token %08x", ctrl->method, in cmd_open()
175 shell_error(sh, "%s: close fail (%d): client token %08x", ctrl->method, err, in cmd_close()
178 shell_print(sh, "%s: close success: client token %08x", ctrl->method, in cmd_close()
195 shell_print(sh, "\theader=%08x\n", response->header); in cmd_send_callback()
327 shell_error(sh, "%s: send fail: client token %08x", ctrl->method, in cmd_send()
334 shell_print(sh, "%s: send success: client token %08x, trans_id %d", ctrl->method, in cmd_send()
[all …]
/Zephyr-latest/drivers/dai/intel/dmic/
Ddmic_nhlt.c142 LOG_INF("pdm = %d, FIR_CONFIG = 0x%08X", pdm, val); in dai_nhlt_get_clock_div()
445 LOG_INF("OUTCONTROL = %08x", val); in print_outcontrol()
476 LOG_WRN("Some reserved bits are set in OUTCONTROL = 0x%08x", val); in print_outcontrol()
498 LOG_DBG("CIC_CONTROL = %08x", val); in print_cic_control()
515 LOG_WRN("Some reserved bits are set in CIC_CONTROL = 0x%08x", val); in print_cic_control()
534 LOG_DBG("FIR_CONTROL = %08x", val); in print_fir_control()
548 LOG_WRN("Some reserved bits are set in FIR_CONTROL = 0x%08x", val); in print_fir_control()
557 LOG_DBG("CIC_CONTROL = %08x", pdm_cfg->cic_control); in print_pdm_ctrl()
562 LOG_DBG("CIC_CONFIG = %08x", val); in print_pdm_ctrl()
576 LOG_DBG("MIC_CONTROL = %08x", val); in print_pdm_ctrl()
[all …]
/Zephyr-latest/tests/net/mgmt/src/
Dmgmt.c77 TC_PRINT("\t\tReceived static event 0x%08X\n", mgmt_event); in test_mgmt_event_handler()
147 TC_PRINT("\tThrowing event 0x%08X %u times\n", in thrower_thread()
173 TC_PRINT("\t\tReceived event 0x%08X\n", nm_event); in receiver_cb()
211 TC_PRINT("\tReceived 0x%08X %u times\n", in sending_event()
286 TC_PRINT("\tReceived 0x%08X %u times\n", in test_static_event_listener()
323 TC_PRINT("- Triggering core event: 0x%08X\n", event); in test_core_event()
339 "0x%08x vs 0x%08x", rx_event, event); in test_core_event()
/Zephyr-latest/boards/shields/waveshare_epaper/
Dwaveshare_epaper_gdeh029a1.overlay51 10 18 18 08 18 18 08 00
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/
Drd_rw612_bga.overlay53 pgamctrl = [0f 31 2b 0c 0e 08 4e f1 37 07 10 03 0e 09 00];
54 ngamctrl = [00 0e 14 03 11 07 31 c1 48 08 0f 0c 31 36 0f];
/Zephyr-latest/tests/subsys/dsp/utils/src/
Dq15.c35 "Conversion failed: 0x%08x shifted by %d = %f (expected %f)", data, shift, in test_shift_q15_to_f32()
44 "Conversion failed: 0x%08x shifted by %d = %f (expected %f)", data, shift, in test_shift_q15_to_f64()
Dq31.c36 "Conversion failed: 0x%08x shifted by %d = %f (expected %f)", data, shift, in test_shift_q31_to_f32()
45 "Conversion failed: 0x%08x shifted by %d = %f (expected %f)", data, shift, in test_shift_q31_to_f64()
Dq7.c34 "Conversion failed: 0x%08x shifted by %d = %f (expected %f)", data, shift, in test_shift_q7_to_f32()
43 "Conversion failed: 0x%08x shifted by %d = %f (expected %f)", data, shift, in test_shift_q7_to_f64()
/Zephyr-latest/boards/seeed/xiao_ble/
Dxiao_ble_common.dtsi126 e5 20 f1 ff ff ff ff 00 44 eb 08 6b 08 3b 80 bb
128 10 d8 08 81

12345678910>>...18