This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

structure pointer use

hi

how to use structure pointer in msp430 based microcontroller

example

struct time

{ char hour;

  char  min;

 char sec;

};

sturct time t_base;

how to call the function parameter ?