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.
alp_lwan.h
00001 // ======================================================================= 00002 /// @file alp.h 00003 /// @defgroup ALP 00004 // ======================================================================= 00005 00006 //====================================================================== 00007 //====================================================================== 00008 // LWAN Interface 00009 //====================================================================== 00010 //====================================================================== 00011 00012 #ifndef __ALP_LWAN_H__ 00013 #define __ALP_LWAN_H__ 00014 00015 #include "hal_types.h" 00016 00017 #include "alp.h" 00018 #include "lwan.h" 00019 00020 #define ALP_LWAN_ISTAT_NONE 0 00021 #define ALP_LWAN_ISTAT_UNS (1<<0) 00022 #define ALP_LWAN_ISTAT_RESP (1<<1) 00023 00024 TYPEDEF_STRUCT_PACKED { 00025 u8 type; 00026 } lwan_itf_cfg_t; 00027 #define FS_LWAN_ITF_SIZE (sizeof(lwan_itf_cfg_t)) 00028 00029 #endif // __ALP_LWAN_H__
Generated on Tue Jul 12 2022 13:52:23 by
1.7.2