WizziLab / modem_ref

Dependents:   modem_ref_helper

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers alp_lwan.h Source File

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__