unsigned int HAL_TimerPeriod(int timer)
| Entry | |
|---|---|
| timer | Timer number to query |
| Exit | |
|---|---|
| - | Returns the actual timer period, in units of Granularity |
Reads period of timer n. This should be the actual period in use by the
hardware, so if for example period 0 was requested and impossible, the
actual current period should be reported.