|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
#include <ra8_canfd_regs.h>
Data Fields | |
| volatile uint32_t | ID |
| +0x000 RFID + RFRTR + RFIDE. | |
| volatile uint32_t | PTR |
| +0x004 RFTS + RFDLC. | |
| volatile uint32_t | FDSTS |
| +0x008 RFESI + RFBRS + RFFDF + ... | |
| volatile uint8_t | DF [k_ra8_canfd_data_bytes_max] |
| +0x00C 64-byte data field. | |
Definition at line 169 of file ra8_canfd_regs.h.
| volatile uint8_t r_canfd_cfdrf_t::DF[k_ra8_canfd_data_bytes_max] |
+0x00C 64-byte data field.
Definition at line 173 of file ra8_canfd_regs.h.
Referenced by internal_read_rx_data().
| volatile uint32_t r_canfd_cfdrf_t::FDSTS |
+0x008 RFESI + RFBRS + RFFDF + ...
Definition at line 172 of file ra8_canfd_regs.h.
Referenced by ra8_canfd_receive().
| volatile uint32_t r_canfd_cfdrf_t::ID |
+0x000 RFID + RFRTR + RFIDE.
Definition at line 170 of file ra8_canfd_regs.h.
Referenced by ra8_canfd_receive().
| volatile uint32_t r_canfd_cfdrf_t::PTR |
+0x004 RFTS + RFDLC.
Definition at line 171 of file ra8_canfd_regs.h.
Referenced by ra8_canfd_receive().