ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_xspi_pin_ref_t Struct Reference

Board-side reference (port, pin) for the 12 OCTA pad slots. More...

Data Fields

uint8_t port
 Port index.
uint8_t pin
 Pin index.

Detailed Description

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).

Invariant
port and pin are valid PFS indices, or 0xFF sentinel for the reserved row.
Since
0.1.0

Definition at line 531 of file lx_nor_driver_ra8_xspi.c.

Field Documentation

◆ pin

uint8_t ra8_xspi_pin_ref_t::pin

Pin index.

Definition at line 533 of file lx_nor_driver_ra8_xspi.c.

◆ port

uint8_t ra8_xspi_pin_ref_t::port

Port index.

Definition at line 532 of file lx_nor_driver_ra8_xspi.c.


The documentation for this struct was generated from the following file: