|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Writer position and timing metadata for one SDRAM audio bank.
Definition at line 59 of file c6_cam_audio.c.
| 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().
| 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().
| 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().