FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/audio_include/l1audio_macro.h @ 519:57ad8f4d5cb5
L1: audio and tm header files imported from Leonardo semi-src
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 10 Jul 2014 15:02:48 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
518:ffbb71ee664c | 519:57ad8f4d5cb5 |
---|---|
1 /************* Revision Controle System Header ************* | |
2 * GSM Layer 1 software | |
3 * L1AUDIO_CONST.H | |
4 * | |
5 * Filename l1audio_macro.h | |
6 * Copyright 2003 (C) Texas Instruments | |
7 * | |
8 ************* Revision Controle System Header *************/ | |
9 | |
10 #if (AUDIO_TASK == 1) | |
11 | |
12 /************************************************************/ | |
13 /* Macros to obtain a value put among a register */ | |
14 /************************************************************/ | |
15 #define Field(value, mask, shift) (((value) & (mask)) >> shift) | |
16 | |
17 | |
18 | |
19 #endif // AUDIO_TASK |