comparison src/d_homing.h @ 0:56410792419a

src: original EFR source from ETSI
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 03 Apr 2024 05:31:37 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:56410792419a
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);
19
20 void reset_dec (void);