view src/cs/layer1/audio_include/l1audio_abb.h @ 640:16eb1b9640dc

target gtm900 renamed to gtm900mgc2 This change reflects the fact that the build target in question supports MGC2GSMT hardware only, and will NOT work on other hw that confusing bears the same end user name of GTM900, neither the LoCosto-based GTM900-C nor the Calypso-based MG01GSMT that has a different and incompatible RFFE. If we ever get our hands on a piece of MG01GSMT hw and add support for it, that other target will be named gtm900mg01.
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 31 Jan 2020 00:46:07 +0000
parents 945cf7f506b2
children
line wrap: on
line source

/*
 *        Filename l1audio_abb.h
 *  Copyright 2003 (C) Texas Instruments  
 *
 *
 */

#define ABB_L1_WRITE(addr,data) (((data) << 6) | (addr) | 0x01)

void ABB_CAL_UlVolume     (UWORD8 pga_index);
void ABB_CAL_DlVolume     (UWORD8 volume_index, UWORD8 pga_index);
void ABB_UlVolume         (UWORD8 volume_index);
void ABB_DlVolume         (UWORD8 volume_index);
void ABB_DlMute           (BOOL mute);
void ABB_SideTone         (UWORD8 volume_index);
void ABB_Audio_Config     (UWORD16 data);
void ABB_Audio_Config_2   (UWORD16 data); 
void ABB_UlMute           (BOOL mute);
void ABB_Audio_Control    (UWORD16 data);
void ABB_Audio_On_Off     (UWORD16 data);
void ABB_Audio_Volume     (UWORD16 data);
void ABB_Audio_PLL        (UWORD16 data);
void ABB_Audio_VBPop      (UWORD16 data);
void ABB_Audio_Delay_Init (UWORD8 delay);