S D B C - D K 3 U G
68
Rev. 0.3
/* ========================================== *
*
T Y P E D E C L A R A T I O N
*
* ========================================== */
//Only these types of variables are used in this software
#undef uint8
#undef sint8
#undef uint16
#undef sint16
#undef uint32
#undef sint32
#define uint8
unsigned
char
#define sint8
signed
char
#define uint16 unsigned
short
#define sint16 signed
short
#define uint32 unsigned
long
#define sint32 signed
long
typedef struct
{
unsigned int bit0 : 1;
unsigned int bit1 : 1;
unsigned int bit2 : 1;
unsigned int bit3 : 1;
unsigned int bit4 : 1;
unsigned int bit5 : 1;
unsigned int bit6 : 1;
unsigned int bit7 : 1;
} reg;
typedef union
{
reg testreg;
uint8 adat;
}reg_union;
typedef union
{
reg_union bytes[2];
uint16 adat;
}reg16_union;
/* ===========================================*
*
D E F I N I T I O N S
*
*
===========================================*/
#undef TRUE
#undef FALSE
#undef INPUT
#undef OUTPUT
#define
TRUE
(1)
#define
FALSE
(0)
#define
INPUT
(1)
#define
OUTPUT
(0)
Summary of Contents for C8051F930
Page 2: ...SDBC DK3 UG 2 Rev 0 3 ...
Page 9: ...SDBC DK3 UG Rev 0 3 9 Figure 5 MSC DBSB8 Schematic 2 of 2 ...
Page 21: ...SDBC DK3 UG Rev 0 3 21 Figure 24 Active Antenna and RSSI Indications ...
Page 23: ...SDBC DK3 UG Rev 0 3 23 Figure 26 Lab Equipment Connection Diagram ...
Page 75: ...SDBC DK3 UG Rev 0 3 75 NOTES ...