⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 simple_mac.h

📁 在飞思卡尔MC9S08GB60单片机环境下实现了无线监控
💻 H
字号:
/**************************************************************
*	Includes
**************************************************************/
#include "pub_def.h"

/**************************************************************
*	Prototypes
*   See simple_phy.c for a complete description.
**************************************************************/
int MCPS_data_request(tx_packet_t *);
int MLME_hibernate_request(void);
int MLME_wake_request(void);
int MLME_set_channel_request(UINT8);
int MLME_RX_enable_request(rx_packet_t *, UINT32);
int MLME_RX_disable_request(void);
int MLME_set_MC13192_clock_rate(UINT8);
UINT8 MLME_energy_detect(void);
int MLME_MC13192_soft_reset(void);
int MLME_MC13192_xtal_adjust(UINT8);
UINT8 MLME_link_quality (void);
int MLME_set_MC13192_tmr_prescale (UINT8);
int MLME_MC13192_FE_gain_adjust(UINT8);
int MLME_doze_request(void);
int MLME_MC13192_PA_output_adjust(UINT8);
UINT8 MLME_get_rfic_version(void);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -