Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Need to understand micro controller cc430f5137 code.

Status
Not open for further replies.

Wafeeq

Member level 3
Member level 3
Joined
Jul 26, 2010
Messages
61
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
Pakistan
Visit site
Activity points
1,728
Hi Everybody !

I am new to micro controller. I have a sample code of MSP430f5137 controller. I don't under stand its code. can any one tell me about it. thanks

#define INTERRUPT_BUTTON1 (1)
#define INTERRUPT_BUTTON2 (1 << 1)
#define INTERRUPT_BUTTON3 (1 << 2)
#define INTERRUPT_RTC (1 << 3)

phy_rx_cfg_t rx_cfg = {
0,
0x27,
0,
0,
0x01
};
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top