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

R_BSP_ScuxDef.h File Reference

R_BSP_ScuxDef.h File Reference

SCUX defines. More...

Go to the source code of this file.

Enumerations

enum  scux_ch_num_t {
  SCUX_CH_0 = 0, SCUX_CH_1 = 1, SCUX_CH_2 = 2, SCUX_CH_3 = 3,
  SCUX_CH_NUM = 4
}
 

SCUX channel number.

More...
enum  scux_use_channel_t {
  SCUX_USE_CH_1 = 1, SCUX_USE_CH_2 = 2, SCUX_USE_CH_4 = 4, SCUX_USE_CH_6 = 6,
  SCUX_USE_CH_8 = 8
}
 

used audio channel number setting

More...
enum  scux_data_word_len_t {
  SCUX_DATA_LEN_MIN = (-1), SCUX_DATA_LEN_24 = 0, SCUX_DATA_LEN_16 = 1, SCUX_DATA_LEN_16_TO_24 = 2,
  SCUX_DATA_LEN_MAX = 3
}
 

SCUX data word length.

More...

Detailed Description

SCUX defines.

Definition in file R_BSP_ScuxDef.h.


Enumeration Type Documentation

SCUX channel number.

Enumerator:
SCUX_CH_0 

Specifies SCUX0.

SCUX_CH_1 

Specifies SCUX1.

SCUX_CH_2 

Specifies SCUX2.

SCUX_CH_3 

Specifies SCUX3.

SCUX_CH_NUM 

Number of SCUX channels.

Definition at line 45 of file R_BSP_ScuxDef.h.

SCUX data word length.

Enumerator:
SCUX_DATA_LEN_MIN 

For data word length identification [unsettable].

SCUX_DATA_LEN_24 

Runs with a data word length of 24 bits.

SCUX_DATA_LEN_16 

Runs with a data word length of 16 bits.

SCUX_DATA_LEN_16_TO_24 

Outputs 16-bit data in 24-bit mode.

SCUX_DATA_LEN_MAX 

For data word length identification [unsettable].

Definition at line 65 of file R_BSP_ScuxDef.h.

used audio channel number setting

Enumerator:
SCUX_USE_CH_1 

used audio channel number is 1

SCUX_USE_CH_2 

used audio channel number is 2

SCUX_USE_CH_4 

used audio channel number is 4

SCUX_USE_CH_6 

used audio channel number is 6

SCUX_USE_CH_8 

used audio channel number is 8

Definition at line 55 of file R_BSP_ScuxDef.h.