FreeCalypso > hg > freecalypso-sw
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/L1/audio_include/l1audio_macro.h Thu Jul 10 15:02:48 2014 +0000 @@ -0,0 +1,19 @@ +/************* Revision Controle System Header ************* + * GSM Layer 1 software + * L1AUDIO_CONST.H + * + * Filename l1audio_macro.h + * Copyright 2003 (C) Texas Instruments + * + ************* Revision Controle System Header *************/ + +#if (AUDIO_TASK == 1) + + /************************************************************/ + /* Macros to obtain a value put among a register */ + /************************************************************/ + #define Field(value, mask, shift) (((value) & (mask)) >> shift) + + + +#endif // AUDIO_TASK