comparison libgsmefr/d_homing.h @ 39:36e1363ad885

libgsmefr: initial import of ETSI header files
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 24 Nov 2022 07:38:23 +0000
parents
children 988fd7ff514f
comparison
equal deleted inserted replaced
38:38326102fc43 39:36e1363ad885
1 /**************************************************************************
2 *
3 * File Name: d_homing.h
4 *
5 * Purpose: Contains the prototypes for all the functions of
6 * decoder homing.
7 *
8 **************************************************************************/
9
10 #define EHF_MASK 0x0008 /* Encoder Homing Frame pattern */
11
12 #define D_HOMING
13
14 /* Function Prototypes */
15
16 Word16 decoder_homing_frame_test (Word16 parm[], Word16 nbr_of_params);
17
18 void decoder_reset (void);