#include <revolution/nand.h> void NANDSetUserData( NANDCommandBlock *block, void *data);
| block | Pointer to the command block |
|---|---|
| data | Pointer to the user data being configured |
None.
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.
NANDGetUserData, NANDCommandBlock
2006/06/16 Initial version.
CONFIDENTIAL