ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_error_handler.h
Go to the documentation of this file.
1
25
26#pragma once
27
28#ifdef __cplusplus
29extern "C" {
30#endif
31
32#include <stdint.h>
33
47[[noreturn]] void ra8_fatal_error(const char* tag, const char* message, uint32_t err);
48
49#ifdef __cplusplus
50}
51#endif
void ra8_fatal_error(const char *tag, const char *message, uint32_t err)
Report a fatal error, log it, and halt.