annotate L1/audio_include/l1audio_abb.h @ 5:420ac6391166

L1/audio_include: replacing with the version from tcs211-l1-reconst
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 01:15:50 +0000
parents 75a11d740a02
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 /*
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 * Filename l1audio_abb.h
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
3 * Copyright 2003 (C) Texas Instruments
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 *
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 *
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 */
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
8 #define ABB_L1_WRITE(addr,data) (((data) << 6) | (addr) | 0x01)
0
75a11d740a02 initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9
5
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
10 void ABB_CAL_UlVolume (UWORD8 pga_index);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
11 void ABB_CAL_DlVolume (UWORD8 volume_index, UWORD8 pga_index);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
12 void ABB_UlVolume (UWORD8 volume_index);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
13 void ABB_DlVolume (UWORD8 volume_index);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
14 void ABB_DlMute (BOOL mute);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
15 void ABB_SideTone (UWORD8 volume_index);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
16 void ABB_Audio_Config (UWORD16 data);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
17 void ABB_Audio_Config_2 (UWORD16 data);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
18 void ABB_UlMute (BOOL mute);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
19 void ABB_Audio_Control (UWORD16 data);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
20 void ABB_Audio_On_Off (UWORD16 data);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
21 void ABB_Audio_Volume (UWORD16 data);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
22 void ABB_Audio_PLL (UWORD16 data);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
23 void ABB_Audio_VBPop (UWORD16 data);
420ac6391166 L1/audio_include: replacing with the version from tcs211-l1-reconst
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
24 void ABB_Audio_Delay_Init (UWORD8 delay);