?? fm_internal_api.h
字號:
#ifndef _FM_INTERNAL_API_H
#define _FM_INTERNAL_API_H
char FM_Init(char bandinfo, char softlev);
void FM_Exit(void);
//char FM_SetFreq(unsigned long freq);
char FM_MUTE(char mute);
//char FM_Setaudiomode(char ms);
char GET_TRACK(void);
char FM_Search(unsigned long freq, char direct);
char GET_RSSI(void);
static inline unsigned long act_readl(unsigned long port)
{
return (*(volatile unsigned long *)port);
}
void static inline act_writel(unsigned long val, int reg)
{
*(volatile unsigned long *)(reg) = val;
}
#endif //_FM_INTERNAL_API_H
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -