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
PhyMessages.h
00001 /*! 00002 * Copyright (c) 2015, Freescale Semiconductor, Inc. 00003 * All rights reserved. 00004 * 00005 * \file PhyMessages.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_MESSAGES_H 00034 #define _PHY_MESSAGES_H 00035 00036 00037 /************************************************************************************ 00038 ************************************************************************************* 00039 * Include 00040 ************************************************************************************* 00041 ************************************************************************************/ 00042 00043 /************************************************************************************ 00044 ************************************************************************************* 00045 * Public macros 00046 ************************************************************************************* 00047 ************************************************************************************/ 00048 00049 /************************************************************************************ 00050 ************************************************************************************* 00051 * Public prototypes 00052 ************************************************************************************* 00053 ************************************************************************************/ 00054 00055 /************************************************************************************ 00056 ************************************************************************************* 00057 * Public type definitions 00058 ************************************************************************************* 00059 ************************************************************************************/ 00060 00061 /************************************************************************************ 00062 ************************************************************************************* 00063 * Public memory declarations 00064 ************************************************************************************* 00065 ************************************************************************************/ 00066 00067 /************************************************************************************ 00068 ************************************************************************************* 00069 * Public functions 00070 ************************************************************************************* 00071 ************************************************************************************/ 00072 00073 /* 802.15.4-2006 standard PHY PD and PLME API messages */ 00074 gPdDataReq_c, 00075 gPdDataCnf_c, 00076 gPdDataInd_c, 00077 00078 gPdIndQueueInsertReq_c, 00079 gPdIndQueueInsertCnf_c, 00080 gPdIndQueueRemoveReq_c, 00081 00082 gPlmeCcaReq_c, 00083 gPlmeCcaCnf_c, 00084 00085 gPlmeEdReq_c, 00086 gPlmeEdCnf_c, 00087 00088 gPlmeSetTRxStateReq_c, 00089 gPlmeSetTRxStateCnf_c, 00090 00091 gPlmeSetReq_c, 00092 gPlmeSetCnf_c, 00093 00094 gPlmeGetReq_c, 00095 gPlmeGetCnf_c, 00096 00097 gPlmeTimeoutInd_c, 00098 00099 gPlme_StartEventInd_c, 00100 gPlme_SyncLossInd_c, 00101 gPlme_RxSfdDetectInd_c, 00102 gPlme_FilterFailInd_c, 00103 gPlme_UnexpectedRadioResetInd_c, 00104 00105 00106 #endif /* _PHY_MESSAGES_H */
Generated on Fri Jul 15 2022 21:41:17 by
