Wafeeq
Member level 3
- Joined
- Jul 26, 2010
- Messages
- 61
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Location
- Pakistan
- 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
};
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
};