Home
last modified time | relevance | path

Searched refs:userVolatData (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/nitro/mb/
Dmb_gameinfo.h60 u8 userVolatData[MB_USER_VOLAT_DATA_SIZE]; // 8B: Data the user can set member
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_gameinfo.c114 … u8 userVolatData[MB_USER_VOLAT_DATA_SIZE]; // The data that can be set by the user member
611 bsendBuff.data.volat.userVolatData[i] = mbss.nowGameInfop->volat.userVolatData[i]; in MBi_SendVolatBeacon()
1119 grecvp->gameInfo.volat.userVolatData[i] = brecvBuffp->data.volat.userVolatData[i]; in MBi_RecvVolatBeacon()
1322 gameInfo->volat.userVolatData[i] = userData[i]; in MB_SetUserVolatData()
1356 return beacon->data.volat.userVolatData; in MB_GetUserVolatData()