Home
last modified time | relevance | path

Searched refs:WFSMessageFormat (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.2.1/include/nitro/wfs/
Dformat.h141 typedef struct WFSMessageFormat struct
155 WFSMessageFormat; argument
159 PLATFORM_COMPILER_ASSERT(sizeof(WFSMessageFormat) == 12);
241 WFSMessageFormat message; in WFS_SendMessage()
Dserver.h86 WFSMessageFormat recv_msg[16]; /* The latest message */
/TwlSDK-5.2.1/build/libraries/wfs/common/src/
Dwfs_server.c92 const WFSMessageFormat *const msg = (const WFSMessageFormat *)uc->user_data.data; in WFSi_WBTCallback()
316 WFSMessageFormat *msg = NULL; in WFS_CallServerPacketSendHook()
Dwfs_client.c203 const WFSMessageFormat *const msg = (const WFSMessageFormat *)callback->user_data.data; in WFSi_ReadRomSequence()