ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_vin.h
Go to the documentation of this file.
1
65
66#pragma once
67
68#ifdef __cplusplus
69extern "C" {
70#endif
71
72#include <stdint.h>
73
74#include "ra8_err.h"
75#include "ra8_vin_api.h"
76#include "ra8_vin_regs.h"
77#include "ra8_vin_types.h"
78
79#ifdef __cplusplus
80}
81#endif
Error Code Definitions for ra8-firmware.
Video Input Module (VIN) driver function prototypes.
Video Input Module (VIN) register layout for the RA8D2.
Video Input Module (VIN) configuration descriptors and types.