Timeout_timeout_create

Schedule the specified timer task to execute at the specified time.

void Timeout_timeout_create(
    timer_struct_t * timer,
    absolutetime_t timeout
)

Parameters

timer

Type: timer_struct_t typedef *

Pointer to struct describing the task to execute

timeout

Type: absolutetime_t typedef

Number of ticks to wait before executing the task

Returns

Type: void

Nothing