|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
SRAM-controller model state (cleared each run / reboot). More...
Data Fields | |
| uint8_t | shadow [k_sram_span] |
| Read-back store for all plain registers. | |
| uint16_t | esr |
| Modeled SRAMESR (latch + clear). | |
| uint8_t | last_cr [k_sram_bank_count] |
| Last SRAMCRn write per bank. | |
| uint32_t | latch_count |
| Self-test latches this run (report). | |
SRAM-controller model state (cleared each run / reboot).
Definition at line 78 of file board_periph_sram.c.
| uint16_t sram_state_t::esr |
Modeled SRAMESR (latch + clear).
Definition at line 80 of file board_periph_sram.c.
| uint8_t sram_state_t::last_cr[k_sram_bank_count] |
Last SRAMCRn write per bank.
Definition at line 81 of file board_periph_sram.c.
| uint32_t sram_state_t::latch_count |
Self-test latches this run (report).
Definition at line 82 of file board_periph_sram.c.
| uint8_t sram_state_t::shadow[k_sram_span] |
Read-back store for all plain registers.
Definition at line 79 of file board_periph_sram.c.