RAFW Flexible Software Package Documentation  Release v2.0.1

 
bsp_src_config_t Struct Reference

SRC configuration structure definition. More...

#include <bsp_src.h>

Data Fields

HW_SRC_ID id
 
uint16_t src_clk
 
uint32_t in_sample_rate
 
uint32_t out_sample_rate
 
BSP_SRC_SELECTION data_input
 
BSP_SRC_SELECTION data_output
 

Detailed Description

SRC configuration structure definition.

Field Documentation

◆ id

HW_SRC_ID bsp_src_config_t::id

identifies SRC

◆ src_clk

uint16_t bsp_src_config_t::src_clk

SRC clock in kHz with allowed values (in kHz): 128, 160, 200, 250, 256, 320, 400, 500, 640, 800, 1000, 1280, 1600, 2000, 3200, 4000, 6400, 8000, 16000, 32000

◆ in_sample_rate

uint32_t bsp_src_config_t::in_sample_rate

Input sampling rate in Hz with allowed values: 0, 8000, 11025, 16000, 22050, 32000, 44100, 48000, 96000, 192000

◆ out_sample_rate

uint32_t bsp_src_config_t::out_sample_rate

Input sampling rate in Hz with allowed values: 0, 8000, 11025, 16000, 22050, 32000, 44100, 48000, 96000, 192000

◆ data_input

BSP_SRC_SELECTION bsp_src_config_t::data_input

The SRC input

◆ data_output

BSP_SRC_SELECTION bsp_src_config_t::data_output

The SRC output


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