Download 78K0R - Say it! - Renesas Electronics

Transcript
78K0R - Say it!
11.8 Variable/Constant Specifications
The specifications of variables/constants in bundled application program are explained in this section.
11.8.1 Adpcm_Work[16]
Variable/Constant
Declaration
Source File
Use
Remarks
Adpcm_Work[16]
static U16 Adpcm_Work[16]
78K0R_Voice.c
Work area for compression/decompression library
This should be located in resident area
11.8.2 output_data[2]
Variable/Constant
Declaration
Source File
Use
Remarks
output_data[2]
static U16 output_data[2]
78K0R_Voice.c
Output data buffer
Store output data
It outputs "output_data[0]" with the cycle interrupts
11.8.3 output_count
Variable/Constant
Declaration
Source File
Use
Remarks
output_count
static U8 output_count
78K0R_Voice.c
62.5µs output counter
This indicates the status of output data buffer
-
11.8.4 ucPlaySts
Variable/Constant
Declaration
Source File
Use
ucPlaySts
static U8 ucPlaySts
78K0R_Voice.c
Application play status
Before Play
Playing
Stop Playing
Break
Remarks
: STATUS_STANDBY
: STATUS_PLAY
: STATUS_STOP
: STATUS_BREAK
-
User’s Manual U19237EE1V0UM00
87