Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: fsl_phy_mcr20a fsl_smac mbed-rtos mbed
Fork of mcr20_connectivity_test 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 cu8MainMenu[]; 00042 extern char * const cu8ShortCutsBar[]; 00043 extern char * const cu8ContinuousTestMenu[]; 00044 extern char * const cu8PerTxTestMenu[]; 00045 extern char * const cu8PerRxTestMenu[]; 00046 extern char * const cu8RangeTxTestMenu[]; 00047 extern char * const cu8RangeRxTestMenu[]; 00048 extern char * const cu8RadioRegistersEditMenu[]; 00049 extern char * const cu8RadioCSTCSelectMenu[]; 00050 extern char * const cu8CsTcTestMenu[]; 00051 extern char * const cu8ContinuousTestTags[]; 00052 extern char * const cu8SelectTags[]; 00053 extern char * const cu8TxTestTags[]; 00054 extern char * const cu8RxTestTags[]; 00055 extern char * const cu8TxModTestTags[]; 00056 /************************************************************************************ 00057 ************************************************************************************* 00058 * Module macros 00059 ************************************************************************************* 00060 ************************************************************************************/ 00061 00062 #define isAsciiHex(Data) (((Data >= '0') && (Data <= '9')) \ 00063 || ((Data >= 'A') && (Data <= 'F')) \ 00064 || ((Data >= 'a') && (Data <= 'f'))) 00065 00066 /************************************************************************************ 00067 ************************************************************************************* 00068 * Interface functions prototypes 00069 ************************************************************************************* 00070 ************************************************************************************/ 00071
Generated on Thu Jul 14 2022 12:41:17 by
