Connectivity
Dependencies: fsl_phy_mcr20a fsl_smac mbed-rtos mbed
Fork of mcr20_connectivity_test_FRDMk64f by
ConnectivityMenus.h
00001 /*! 00002 * Copyright (c) 2015, Freescale Semiconductor, Inc. 00003 * All rights reserved. 00004 * 00005 * \file ConnectivityMenus.h 00006 * 00007 * Redistribution and use in source and binary forms, with or without modification, 00008 * are permitted provided that the following conditions are met: 00009 * 00010 * o Redistributions of source code must retain the above copyright notice, this list 00011 * of conditions and the following disclaimer. 00012 * 00013 * o Redistributions in binary form must reproduce the above copyright notice, this 00014 * list of conditions and the following disclaimer in the documentation and/or 00015 * other materials provided with the distribution. 00016 * 00017 * o Neither the name of Freescale Semiconductor, Inc. nor the names of its 00018 * contributors may be used to endorse or promote products derived from this 00019 * software without specific prior written permission. 00020 * 00021 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 00022 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 00023 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 00024 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR 00025 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 00026 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 00027 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 00028 * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 00029 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 00030 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00031 */ 00032 00033 #include "EmbeddedTypes.h" /*Include special data types*/ 00034 00035 /************************************************************************************ 00036 ************************************************************************************* 00037 * Public memory declarations 00038 ************************************************************************************* 00039 ************************************************************************************/ 00040 extern char * const cu8FreescaleLogo[]; 00041 extern char * const cu8IupuiLogo[]; 00042 extern char * const cu8MainMenu[]; 00043 extern char * const cu8ShortCutsBar[]; 00044 extern char * const cu8ContinuousTestMenu[]; 00045 extern char * const cu8PerTxTestMenu[]; 00046 extern char * const cu8PerRxTestMenu[]; 00047 extern char * const cu8RangeTxTestMenu[]; 00048 extern char * const cu8RangeRxTestMenu[]; 00049 extern char * const cu8RadioRegistersEditMenu[]; 00050 extern char * const cu8RadioCSTCSelectMenu[]; 00051 extern char * const cu8CsTcTestMenu[]; 00052 extern char * const cu8ContinuousTestTags[]; 00053 extern char * const cu8SelectTags[]; 00054 extern char * const cu8TxTestTags[]; 00055 extern char * const cu8RxTestTags[]; 00056 extern char * const cu8TxModTestTags[]; 00057 /************************************************************************************ 00058 ************************************************************************************* 00059 * Module macros 00060 ************************************************************************************* 00061 ************************************************************************************/ 00062 00063 #define isAsciiHex(Data) (((Data >= '0') && (Data <= '9')) \ 00064 || ((Data >= 'A') && (Data <= 'F')) \ 00065 || ((Data >= 'a') && (Data <= 'f'))) 00066 00067 /************************************************************************************ 00068 ************************************************************************************* 00069 * Interface functions prototypes 00070 ************************************************************************************* 00071 ************************************************************************************/ 00072
Generated on Fri Jul 15 2022 02:54:28 by
1.7.2
