PHY_status_t
PHY_rxInit(void);
PHY_status_t
PHY_rxStart(UINT16 timeOut, PHY_cbFunc_t cb_p);
PHY_status_t
PHY_rxSuspend(PHY_cbFunc_t cb_p);
PHY_status_t
PHY_rxResume(void);
PHY_status_t
PHY_rxPpduStart(PHY_cbFunc_t cb_p);
PHY_status_t
PHY_rxPpduStop(void);
PHY_status_t
PHY_rxPpduRelease(PHY_rxPpdu_t *ppdu_p);
PHY_status_t
PHY_rxSet(UINT16 setType, PHY_rxSetData_t *setData_p);
PHY_status_t
PHY_rxGet(UINT16 getType, PHY_rxGetData_t *getData_p);
PHY_status_t
PHY_rxGetStat(PHY_rx_stat_t *getData_p);
PHY_status_t
PHY_rxSmRun(PHY_rxProc_t procType);
PHY_status_t
PHY_rxBitStartIndicate(PHY_cbFunc_t cb_p);
PHY_status_t
PHY_rxPhyTimingIndicate(PHY_cbFunc_t cb_p);