comparison homing.h @ 0:9008dbc8ca74

import original C code from GSM 06.06
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Jun 2024 23:27:16 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9008dbc8ca74
1 #ifndef __HOMING
2 #define __HOMING
3
4 #include "typedefs.h"
5
6 #define EHF_MASK 0x0008 /* Encoder Homing Frame pattern */
7
8 /*_________________________________________________________________________
9 | |
10 | Function Prototypes |
11 |_________________________________________________________________________|
12 */
13
14 int decoderHomingFrameTest(Shortword pswSpeechPara[], int iLastPara);
15
16 void decoderReset(void);
17
18 int encoderHomingFrameTest(Shortword pswSpeech[]);
19
20 void encoderReset(void);
21
22 void resetDec(void);
23
24 void resetEnc(void);
25
26 void dtxResetTx(void);
27
28 void dtxResetRx(void);
29
30 #endif