NANDSetUserData

Syntax

#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 gotten with the NANDGetUserData function.

See Also

NANDGetUserData, NANDCommandBlock

Revision History

2006/06/16 Initial version.


CONFIDENTIAL