#include "ttype.h"
#include "device.h"
Go to the source code of this file.
|
bool | IFRFbWriteEmbedded (unsigned long dwIoBase, unsigned long dwData) |
|
bool | RFbSelectChannel (unsigned long dwIoBase, unsigned char byRFType, unsigned char byChannel) |
|
bool | RFbInit (PSDevice pDevice) |
|
bool | RFvWriteWakeProgSyn (unsigned long dwIoBase, unsigned char byRFType, unsigned int uChannel) |
|
bool | RFbSetPower (PSDevice pDevice, unsigned int uRATE, unsigned int uCH) |
|
bool | RFbRawSetPower (PSDevice pDevice, unsigned char byPwr, unsigned int uRATE) |
|
void | RFvRSSITodBm (PSDevice pDevice, unsigned char byCurrRSSI, long *pldBm) |
|
bool | RFbAL7230SelectChannelPostProcess (unsigned long dwIoBase, unsigned char byOldChannel, unsigned char byNewChannel) |
|
#define CB_MAXIM2829_CHANNEL_5G_HIGH 41 |
Definition at line 68 of file rf.h.
#define CB_UW2452_CHANNEL_5G_HIGH 41 |
Definition at line 69 of file rf.h.
Definition at line 42 of file rf.h.
#define RF_AIROHA7230 0x0a |
Definition at line 48 of file rf.h.
Definition at line 52 of file rf.h.
Definition at line 55 of file rf.h.
Definition at line 56 of file rf.h.
#define RF_MAXIM2829 0x07 |
Definition at line 46 of file rf.h.
Definition at line 41 of file rf.h.
Definition at line 45 of file rf.h.
Definition at line 54 of file rf.h.
Definition at line 40 of file rf.h.
Definition at line 44 of file rf.h.
Definition at line 47 of file rf.h.
Definition at line 49 of file rf.h.
Definition at line 51 of file rf.h.
Definition at line 60 of file rf.h.
Definition at line 58 of file rf.h.
Definition at line 63 of file rf.h.
Definition at line 61 of file rf.h.
Definition at line 65 of file rf.h.
Definition at line 64 of file rf.h.
Definition at line 59 of file rf.h.
Definition at line 62 of file rf.h.
bool IFRFbWriteEmbedded |
( |
unsigned long |
dwIoBase, |
|
|
unsigned long |
dwData |
|
) |
| |
Definition at line 589 of file rf.c.
bool RFbAL7230SelectChannelPostProcess |
( |
unsigned long |
dwIoBase, |
|
|
unsigned char |
byOldChannel, |
|
|
unsigned char |
byNewChannel |
|
) |
| |
Definition at line 774 of file rf.c.
bool RFbSelectChannel |
( |
unsigned long |
dwIoBase, |
|
|
unsigned char |
byRFType, |
|
|
unsigned char |
byChannel |
|
) |
| |
Definition at line 842 of file rf.c.
Definition at line 963 of file rf.c.
bool RFvWriteWakeProgSyn |
( |
unsigned long |
dwIoBase, |
|
|
unsigned char |
byRFType, |
|
|
unsigned int |
uChannel |
|
) |
| |
Definition at line 878 of file rf.c.