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

One SSIE channel: a flat register shadow + a TX sample tally. More...

Data Fields

uint32_t reg [k_ssie_regs]
 32-bit register shadow by word index.
uint32_t tx_samples
 SSIFTDR writes drained.

Detailed Description

One SSIE channel: a flat register shadow + a TX sample tally.

Definition at line 78 of file board_periph_ssie.c.

Field Documentation

◆ reg

uint32_t ssie_state_t::reg[k_ssie_regs]

32-bit register shadow by word index.

Definition at line 79 of file board_periph_ssie.c.

Referenced by internal_ssie_read(), and internal_ssie_write().

◆ tx_samples

uint32_t ssie_state_t::tx_samples

SSIFTDR writes drained.

Definition at line 80 of file board_periph_ssie.c.

Referenced by internal_ssie_write().


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