FreeCalypso > hg > leo2moko-debug
comparison chipsetsw/layer1/audio_include/l1audio_abb.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
1 /* | |
2 * Filename l1audio_abb.h | |
3 * Copyright 2003 (C) Texas Instruments | |
4 * | |
5 * | |
6 */ | |
7 | |
8 #define ABB_L1_WRITE(addr,data) (((data) << 6) | (addr) | 0x01) | |
9 | |
10 void ABB_CAL_UlVolume (UWORD8 pga_index); | |
11 void ABB_CAL_DlVolume (UWORD8 volume_index, UWORD8 pga_index); | |
12 void ABB_UlVolume (UWORD8 volume_index); | |
13 void ABB_DlVolume (UWORD8 volume_index); | |
14 void ABB_DlMute (BOOL mute); | |
15 void ABB_SideTone (UWORD8 volume_index); | |
16 void ABB_Audio_Config (UWORD16 data); | |
17 void ABB_Audio_Config_2 (UWORD16 data); | |
18 void ABB_UlMute (BOOL mute); | |
19 void ABB_Audio_Control (UWORD16 data); | |
20 void ABB_Audio_On_Off (UWORD16 data); | |
21 void ABB_Audio_Volume (UWORD16 data); | |
22 void ABB_Audio_PLL (UWORD16 data); | |
23 void ABB_Audio_VBPop (UWORD16 data); | |
24 void ABB_Audio_Delay_Init (UWORD8 delay); |