SemiDrive SSDK Appication Program Interface PTG3.0
Data Fields
sdrv_i2s_dma_buf

#include <sdrv_i2s.h>

Data Fields

uint8_t * addr
 
uint32_t buffer_bytes
 
uint32_t period_bytes
 
uint32_t periods
 
uint32_t appl_ptr
 
uint32_t hw_ptr
 
uint32_t boundary
 

Field Documentation

◆ addr

uint8_t* addr

dma mode ,buffer address

◆ appl_ptr

uint32_t appl_ptr

app write pointer during playback, dma read pointer during capture

◆ boundary

uint32_t boundary

dma buff boundary

◆ buffer_bytes

uint32_t buffer_bytes

buffer size

◆ hw_ptr

uint32_t hw_ptr

dma read pointer during playback, dma write pointer during capture

◆ period_bytes

uint32_t period_bytes

one period size

◆ periods

uint32_t periods

period count


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