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

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

Detailed Description

SRAM-controller model state (cleared each run / reboot).

Definition at line 78 of file board_periph_sram.c.

Field Documentation

◆ esr

uint16_t sram_state_t::esr

Modeled SRAMESR (latch + clear).

Definition at line 80 of file board_periph_sram.c.

◆ last_cr

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.

◆ latch_count

uint32_t sram_state_t::latch_count

Self-test latches this run (report).

Definition at line 82 of file board_periph_sram.c.

◆ shadow

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.


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