Hi,
i have one Example code at where they define variable as below:
#define P4DIR_INIT (BIT0 | BIT2) Q: Please comment on it, to understand code
Then use it for Direction configuration of Port 4
P4DIR |= P4DIR_INIT; Q: Please comment on it, to understand code
Thanks