NANDSetUserData

C Specification


#include <revolution/nand.h>

void NANDSetUserData( NANDCommandBlock *block, void *data);

Arguments

block Pointer to the command block
data Pointer to the user data being configured

Return Values

None.

Description

Sets user data to the NANDCommandBlock structure. This is useful when passing data to a callback function. User data is obtained with the NANDGetUserData function.

See Also

NANDGetUserData, NANDCommandBlock

Revision History

06/16/2006 Initial version.