view src/cs/layer1/audio_include/l1audio_abb.h @ 290:0e5ccb343284

implement PWT buzzer driver The piece implemented here is the low-level driver component; there will also be a higher-level buzzer melody player service, to be implemented in RiViera land, that will be the sole caller of PWT API functions provided by the present driver.
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Mar 2022 18:23:50 +0000
parents 4e78acac3d88
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);