xTimerGetStaticBuffer() function
Retrieve pointer to a statically created timer's data structure buffer. This is the same buffer that is supplied at the time of creation.
Arguments
xTimer
The timer for which to retrieve the buffer.
ppxTimerBuffer
Used to return a pointer to the timers's data structure buffer.
Return value
pdTRUE if the buffer was retrieved, pdFALSE otherwise.