|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Top-level peripheral register header for the Renesas RA8D2. More...
#include "ra8_cac_regs.h"#include "ra8_cgc_regs.h"#include "ra8_lpm_regs.h"#include "ra8_lvd_regs.h"#include "ra8_mpu_regs.h"#include "ra8_mstp_regs.h"#include "ra8_system_regs.h"#include "ra8_pfs_regs.h"#include "ra8_port_regs.h"#include "ra8_elc_regs.h"#include "ra8_icu_regs.h"#include "ra8_dmac_regs.h"#include "ra8_dtc_regs.h"#include "ra8_agt_regs.h"#include "ra8_gpt_regs.h"#include "ra8_iwdt_regs.h"#include "ra8_poeg_regs.h"#include "ra8_wdt_regs.h"#include "ra8_i3c_i2c_regs.h"#include "ra8_sci_regs.h"#include "ra8_spi_regs.h"#include "ra8_adc_b_regs.h"#include "ra8_tsn_regs.h"#include "ra8_crc_regs.h"#include "ra8_flash_regs.h"#include "ra8_rtc_regs.h"#include "ra8_canfd_regs.h"#include "ra8_glcdc_regs.h"#include "ra8_ospi_regs.h"#include "ra8_usb_regs.h"Go to the source code of this file.
Top-level peripheral register header for the Renesas RA8D2.
This header is the single include point for every peripheral register block on the RA8D2 (R7KA8D2KF). Drivers include this one file and get access to every peripheral struct + accessor.
Each individual ra8d2_<peripheral>_regs.h file is a hand-written translation of the relevant section of the Hardware User's Manual (R01UH1065EJ). We do NOT include the Renesas FSP CMSIS device header (R7KA8D2KF_core0.h) for four reasons:
Each ra8d2_*_regs.h file exports:
Definition in file ra8_regs.h.