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.

Recent content by lunatic_sh

  1. L

    [SOLVED] Msp430-Problem with understanding the macros

    (Not soved)Msp430-Problem with understanding the macros I am working on MSP 430. I am problem understanding following macros. #define POUT_(Pn) Pn##OUT #define IN_(p,b) (PIN_(p)&(1<<b)) #define USEIO_(p,b) unused_##p&=~(1<<(b)) #define USEIO(name) USEIO_(name) How do these macros work and...

Part and Inventory Search

Back
Top