ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_ceu.h
Go to the documentation of this file.
1
108
109#pragma once
110
111#ifdef __cplusplus
112extern "C" {
113#endif
114
115#include <stdint.h>
116
117#include "ra8_ceu_api.h"
118#include "ra8_ceu_regs.h"
119#include "ra8_ceu_types.h"
120#include "ra8_err.h"
121
122#ifdef __cplusplus
123}
124#endif
Capture Engine Unit (CEU) driver function prototypes.
Capture Engine Unit (CEU) register layout for the RA8D2.
Capture Engine Unit (CEU) configuration descriptors and types.
Error Code Definitions for ra8-firmware.