Exportable version of WizziLab's modem driver.

Dependents:   modem_ref_helper

include/alp_lwan.h

Committer:
marin_wizzi
Date:
2021-10-29
Revision:
67:e458db8402dc
Parent:
56:67e3d9608403

File content as of revision 67:e458db8402dc:

//  =======================================================================
/// @file           alp.h
/// @defgroup       ALP
//  =======================================================================

//======================================================================
//======================================================================
//  LWAN Interface
//======================================================================
//======================================================================

#ifndef __ALP_LWAN_H__
#define __ALP_LWAN_H__

#include "hal_types.h"

#include "alp.h"
#include "lwan.h"

#define ALP_LWAN_ISTAT_NONE  0
#define ALP_LWAN_ISTAT_UNS   (1<<0)
#define ALP_LWAN_ISTAT_RESP  (1<<1)

TYPEDEF_STRUCT_PACKED {
    u8 type;
} lwan_itf_cfg_t;
#define FS_LWAN_ITF_SIZE    (sizeof(lwan_itf_cfg_t))

#endif // __ALP_LWAN_H__