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.
Fork of fsl_phy_mcr20a by
PhyConfig.h
00001 /*! 00002 * Copyright (c) 2015, Freescale Semiconductor, Inc. 00003 * All rights reserved. 00004 * 00005 * \file PhyConfig.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 #ifndef _PHY_CONFIG_H_ 00034 #define _PHY_CONFIG_H_ 00035 00036 #ifndef gAspCapability_d 00037 #define gAspCapability_d 1 00038 #endif 00039 00040 #ifndef gMaxPhyTimers_c 00041 #define gMaxPhyTimers_c 10 00042 #endif 00043 00044 #ifndef gMpmMaxPANs_c 00045 #define gMpmMaxPANs_c 1 00046 #endif 00047 00048 #ifndef gPhyInstancesCnt_c 00049 #define gPhyInstancesCnt_c 1 00050 #endif 00051 00052 #ifndef gPhyTaskStackSize_c 00053 #define gPhyTaskStackSize_c 600 00054 #endif 00055 00056 #ifndef gPhyTaskPriority_c 00057 #define gPhyTaskPriority_c OSA_PRIORITY_REAL_TIME 00058 #endif 00059 00060 #ifndef gAfcEnabled_d 00061 #define gAfcEnabled_d 0 00062 #endif 00063 00064 #endif //_PHY_CONFIG_H_
Generated on Fri Jul 15 2022 21:41:17 by
