|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Board-side reference (port, pin) for the 12 OCTA pad slots. More...
Data Fields | |
| uint8_t | port |
| Port index. | |
| uint8_t | pin |
| Pin index. | |
Board-side reference (port, pin) for the 12 OCTA pad slots.
Mirrors the order in libs/ra8_board_ek_ra8d2/src/ra8_board_ek_ra8d2.cs_xspi_octa_pins (CS, CK, DQS, DQ0..DQ7) so a JLink operator can match a row index in g_ra8_xspi_pin_observed 1:1 with the BSP table comment. Sourced from EK-RA8D2 v1 UM Table 29 (p 35).
Definition at line 531 of file lx_nor_driver_ra8_xspi.c.
| uint8_t ra8_xspi_pin_ref_t::pin |
Pin index.
Definition at line 533 of file lx_nor_driver_ra8_xspi.c.
| uint8_t ra8_xspi_pin_ref_t::port |
Port index.
Definition at line 532 of file lx_nor_driver_ra8_xspi.c.