13#ifndef __xwmd_isc_xwssc_hwifal_h__
14#define __xwmd_isc_xwssc_hwifal_h__
xwssc_hwifal_state_em
硬件接口抽象层状态枚举
xwer_t xwssc_hwifal_tx(struct xwssc *xwssc, const xwu8_t *stream, xwsz_t size)
xwer_t xwssc_hwifal_rx_body(struct xwssc *xwssc, struct xwssc_frm *frm, xwsz_t sdusize)
xwer_t xwssc_hwifal_rx_head(struct xwssc *xwssc, struct xwssc_frm *frm)
xwer_t xwssc_hwifal_open(struct xwssc *xwssc, void *hwifcb)
xwer_t xwssc_hwifal_close(struct xwssc *xwssc)
void xwssc_hwifal_notify(struct xwssc *xwssc, xwsq_t evt)
xwssc_hwifal_notification_em
硬件接口层事件枚举
@ XWSSC_HWIFNTF_NETUNREACH
xwer_t(* rx)(struct xwssc *, xwu8_t *, xwsz_t *)
void(* notify)(struct xwssc *, xwsq_t)
xwer_t(* tx)(struct xwssc *, const xwu8_t *, xwsz_t)
xwer_t(* close)(struct xwssc *)
xwer_t(* open)(struct xwssc *)