|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
xSPI model state: register-window shadow + op counters.
Definition at line 106 of file board_periph_xspi.c.
| uint32_t xspi_state_t::erases |
Sector erases.
Definition at line 110 of file board_periph_xspi.c.
| uint32_t xspi_state_t::reads |
READ commands executed.
Definition at line 108 of file board_periph_xspi.c.
| uint32_t xspi_state_t::regs[k_xspi_words] |
0x200-byte window shadow.
Definition at line 107 of file board_periph_xspi.c.
| uint32_t xspi_state_t::writes |
Page-program commands.
Definition at line 109 of file board_periph_xspi.c.