|
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 TMID + THLEN + TMRTR + IDE. | |
| volatile uint32_t | PTR |
| +0x004 TMTS + TMDLC. | |
| volatile uint32_t | FDCTR |
| +0x008 TMESI + TMBRS + TMFDF + ... | |
| volatile uint8_t | DF [k_ra8_canfd_data_bytes_max] |
| +0x00C 64-byte data field. | |
Definition at line 195 of file ra8_canfd_regs.h.
| volatile uint8_t r_canfd_cfdtm_t::DF[k_ra8_canfd_data_bytes_max] |
+0x00C 64-byte data field.
Definition at line 199 of file ra8_canfd_regs.h.
Referenced by internal_write_tx_data().
| volatile uint32_t r_canfd_cfdtm_t::FDCTR |
+0x008 TMESI + TMBRS + TMFDF + ...
Definition at line 198 of file ra8_canfd_regs.h.
Referenced by ra8_canfd_transmit().
| volatile uint32_t r_canfd_cfdtm_t::ID |
+0x000 TMID + THLEN + TMRTR + IDE.
Definition at line 196 of file ra8_canfd_regs.h.
Referenced by ra8_canfd_transmit().
| volatile uint32_t r_canfd_cfdtm_t::PTR |
+0x004 TMTS + TMDLC.
Definition at line 197 of file ra8_canfd_regs.h.
Referenced by ra8_canfd_transmit().