view homing.h @ 4:a2529fec5442

add README
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 Jul 2024 22:40:24 +0000
parents 9008dbc8ca74
children
line wrap: on
line source

#ifndef __HOMING
#define __HOMING

#include "typedefs.h"

#define EHF_MASK 0x0008                /* Encoder Homing Frame pattern */

/*_________________________________________________________________________
 |                                                                         |
 |                           Function Prototypes                           |
 |_________________________________________________________________________|
*/

int    decoderHomingFrameTest(Shortword pswSpeechPara[], int iLastPara);

void   decoderReset(void);

int    encoderHomingFrameTest(Shortword pswSpeech[]);

void   encoderReset(void);

void   resetDec(void);

void   resetEnc(void);

void   dtxResetTx(void);

void   dtxResetRx(void);

#endif