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

ssif_channel_cfg_t Struct Reference

ssif_channel_cfg_t Struct Reference

This structure contains the configuration settings. More...

#include <R_BSP_SsifDef.h>

Data Fields

bool enabled
 The enable flag for the channel.
uint8_t int_level
 Interrupt priority for the channel.
bool slave_mode
 Mode of operation.
uint32_t sample_freq
 Audio Sampling frequency(Hz)
ssif_chcfg_cks_t clk_select
 SSICR-CKS : Audio clock select.
ssif_chcfg_multi_ch_t multi_ch
 SSICR-CHNL: Audio channels per system word.
ssif_chcfg_data_word_t data_word
 SSICR-DWL : Data word length.
ssif_chcfg_system_word_t system_word
 SSICR-SWL : System word length.
ssif_chcfg_clock_pol_t bclk_pol
 SSICR-SCKP: Bit Clock polarity.
ssif_chcfg_ws_pol_t ws_pol
 SSICR-SWSP: Word Clock polarity.
ssif_chcfg_padding_pol_t padding_pol
 SSICR-SPDP: Padding polarity.
ssif_chcfg_serial_alignment_t serial_alignment
 SSICR-SDTA: Serial data alignment.
ssif_chcfg_parallel_alignment_t parallel_alignment
 SSICR-PDTA: Parallel data alignment.
ssif_chcfg_ws_delay_t ws_delay
 SSICR-DEL : Serial clock delay.
ssif_chcfg_noise_cancel_t noise_cancel
 GPIO-SNCR : Noise cancel.
ssif_chcfg_tdm_t tdm_mode
 SSITDMR-TDM: TDM mode.
ssif_chcfg_romdec_t romdec_direct
 DMA : SSIRDR->STRMDIN0 route settings.

Detailed Description

This structure contains the configuration settings.

Definition at line 189 of file R_BSP_SsifDef.h.


Field Documentation

SSICR-SCKP: Bit Clock polarity.

Definition at line 199 of file R_BSP_SsifDef.h.

SSICR-CKS : Audio clock select.

Definition at line 195 of file R_BSP_SsifDef.h.

SSICR-DWL : Data word length.

Definition at line 197 of file R_BSP_SsifDef.h.

bool enabled

The enable flag for the channel.

Definition at line 191 of file R_BSP_SsifDef.h.

uint8_t int_level

Interrupt priority for the channel.

Definition at line 192 of file R_BSP_SsifDef.h.

SSICR-CHNL: Audio channels per system word.

Definition at line 196 of file R_BSP_SsifDef.h.

GPIO-SNCR : Noise cancel.

Definition at line 205 of file R_BSP_SsifDef.h.

SSICR-SPDP: Padding polarity.

Definition at line 201 of file R_BSP_SsifDef.h.

SSICR-PDTA: Parallel data alignment.

Definition at line 203 of file R_BSP_SsifDef.h.

DMA : SSIRDR->STRMDIN0 route settings.

Definition at line 207 of file R_BSP_SsifDef.h.

uint32_t sample_freq

Audio Sampling frequency(Hz)

Definition at line 194 of file R_BSP_SsifDef.h.

SSICR-SDTA: Serial data alignment.

Definition at line 202 of file R_BSP_SsifDef.h.

bool slave_mode

Mode of operation.

Definition at line 193 of file R_BSP_SsifDef.h.

SSICR-SWL : System word length.

Definition at line 198 of file R_BSP_SsifDef.h.

SSITDMR-TDM: TDM mode.

Definition at line 206 of file R_BSP_SsifDef.h.

SSICR-DEL : Serial clock delay.

Definition at line 204 of file R_BSP_SsifDef.h.

SSICR-SWSP: Word Clock polarity.

Definition at line 200 of file R_BSP_SsifDef.h.