Tool/software: TI C/C++ Compiler
I have checked that Timer_create() and Clock_create() will use one Timer in below link:
I have find new API named “TimerP_create” which is different with "Timer_create".
I want to know:
- What is the difference between them?
- Do TimerP_create() API use a Timer resource?