Miles Sound System SDK 7.2a

RAD_IOP_TIMERCALLBACK

The function RAD_IOP_TIMERCALLBACK points to a function that will be called periodically.

void RAD_IOP_TIMERCALLBACK(
  RAD_IOP_TIMER_DATA const *timer_data
);

In Parameters

timer_data
Specifies the pointer to the structure that you called RAD_IOPRegisterTimerCallback with.

Discussion

This function will be called once after calling the RAD_IOPStartTimer function. The callback will be made at interrupt time, so be careful that the code you write in this function is interrupt safe.


Group: The RAD_IOP API for the Sony PS2
Related Functions: RAD_IOPRegisterTimerCallback, RAD_IOPStartTimer
Related Basic Types: void
Related Structures: RAD_IOP_TIMER_DATA

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.