Function rttest_spin

Function Documentation

int rttest_spin(void *(*user_function)(void*), void *args)

Spin at the specified wakeup period for the specified number of iterations.

Parameters:
  • user_function[in] Function pointer to execute on wakeup

  • args[in] Arguments to the function

Returns:

Error code to propagate to main