|
AWS IoT Device SDK C:
Platform
Platform portability layer
|
| Return to main page ↑ |
Free resources used by a timer.
This function frees resources used by a timer. It must be called on an initialized IotTimer_t. No other timer functions should be called on pTimer after calling this function (unless the timer is re-created).
This function will stop the pTimer if it is armed.
| [in] | pTimer | The timer to destroy. |