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

Writer position and timing metadata for one SDRAM audio bank. More...

Data Fields

uint32_t write_index
 Next sample index written by the ISR.
uint32_t sample_count
 Valid samples currently retained.
uint32_t oldest_timestamp_ms
 Monotonic timestamp of the oldest sample.

Detailed Description

Writer position and timing metadata for one SDRAM audio bank.

Definition at line 59 of file c6_cam_audio.c.

Field Documentation

◆ oldest_timestamp_ms

uint32_t c6_cam_audio_bank_t::oldest_timestamp_ms

Monotonic timestamp of the oldest sample.

Definition at line 62 of file c6_cam_audio.c.

Referenced by internal_c6_cam_audio_on_frame().

◆ sample_count

uint32_t c6_cam_audio_bank_t::sample_count

Valid samples currently retained.

Definition at line 61 of file c6_cam_audio.c.

Referenced by internal_c6_cam_audio_on_frame().

◆ write_index

uint32_t c6_cam_audio_bank_t::write_index

Next sample index written by the ISR.

Definition at line 60 of file c6_cam_audio.c.

Referenced by internal_c6_cam_audio_on_frame().


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