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

xSPI model state: register-window shadow + op counters. More...

Data Fields

uint32_t regs [k_xspi_words]
 0x200-byte window shadow.
uint32_t reads
 READ commands executed.
uint32_t writes
 Page-program commands.
uint32_t erases
 Sector erases.

Detailed Description

xSPI model state: register-window shadow + op counters.

Definition at line 106 of file board_periph_xspi.c.

Field Documentation

◆ erases

uint32_t xspi_state_t::erases

Sector erases.

Definition at line 110 of file board_periph_xspi.c.

◆ reads

uint32_t xspi_state_t::reads

READ commands executed.

Definition at line 108 of file board_periph_xspi.c.

◆ regs

uint32_t xspi_state_t::regs[k_xspi_words]

0x200-byte window shadow.

Definition at line 107 of file board_periph_xspi.c.

◆ writes

uint32_t xspi_state_t::writes

Page-program commands.

Definition at line 109 of file board_periph_xspi.c.


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