ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_crashlog_internal.h
Go to the documentation of this file.
1
21
22#pragma once
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28#ifdef RA8_OFF_TARGET
29
30#include "ra8_attributes.h"
31#include "ra8_crashlog.h"
32
58RA8_TEST_HELPER volatile ra8_crashlog_record_t* ra8_crashlog_test_record(void);
59
79RA8_TEST_HELPER void ra8_crashlog_test_wipe(void);
80
81#endif /* RA8_OFF_TARGET */
82
83#ifdef __cplusplus
84}
85#endif
Annotation-attribute framework macros for ra8-firmware.
#define RA8_TEST_HELPER
Mark a symbol as externally-linked but only callable from tests.
Cross-reset crash-log: persist the last fault + a reset-loop guard.
The .noinit cross-reset post-mortem record.