Function to get timer count
timer whose current count is to be returned
This function returns the count value of a desired timer.By knowing the count value certain interrupt action can be taken.
Timer can take the following values
0 -> for timer0
1 -> for timer1
2 -> for timer2
This is curretly dummy function. It provides no functionality but is required for providing support for generating C code for AVR.