RZ/A1H CMSIS-RTOS RTX BSP for GR-PEACH.

Dependents:   GR-PEACH_Azure_Speech ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample ... more

Fork of R_BSP by Daiki Kato

Embed: (wiki syntax)

« Back to documentation index

scux_src_usr_cfg_t Struct Reference

scux_src_usr_cfg_t Struct Reference

SRC parameter information. More...

#include <R_BSP_Scux.h>

Data Fields

bool src_enable
 SRC function enable setting.
scux_data_word_len_t word_len
 Word length of the audio data to be used by the SRC.
bool mode_sync
 Synchronization mode.
uint32_t input_rate
 Input sampling rate.
uint32_t output_rate
 Output sampling rate.
uint32_t select_in_data_ch [SCUX_USE_CH_2]
 For SRC's input data position swapping.

Detailed Description

SRC parameter information.

Definition at line 50 of file R_BSP_Scux.h.


Field Documentation

uint32_t input_rate

Input sampling rate.

Definition at line 56 of file R_BSP_Scux.h.

bool mode_sync

Synchronization mode.

Definition at line 55 of file R_BSP_Scux.h.

uint32_t output_rate

Output sampling rate.

Definition at line 57 of file R_BSP_Scux.h.

uint32_t select_in_data_ch[SCUX_USE_CH_2]

For SRC's input data position swapping.

Definition at line 58 of file R_BSP_Scux.h.

bool src_enable

SRC function enable setting.

Definition at line 52 of file R_BSP_Scux.h.

Word length of the audio data to be used by the SRC.

Definition at line 53 of file R_BSP_Scux.h.