ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_ipc.h
Go to the documentation of this file.
1
73
74#pragma once
75
76#ifdef __cplusplus
77extern "C" {
78#endif
79
80#include <stdint.h>
81
82#include "ra8_err.h"
83#include "ra8_ipc_regs.h"
84#include "ra8_ipc_sync.h"
85#include "ra8_ipc_types.h"
86#include "ra8_ipc_xfer.h"
87
88#ifdef __cplusplus
89}
90#endif
Error Code Definitions for ra8-firmware.
Inter-Processor Communication (IPC) register layout for the RA8D2.
Inter-Processor Communication (IPC) HAL driver – sync API.
Inter-Processor Communication (IPC) HAL driver – public types.
Inter-Processor Communication (IPC) HAL driver – transfer API.