Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/wbt/common/src/
Dwbt_context.c60 #define WBT_COMMAND_RES(type, pair_type, argument) \ macro
83 WBT_COMMAND_RES(SYNC, REQ_SYNC, sizeof(WBTPacketResponseSyncFormat)),
85 WBT_COMMAND_RES(GET_BLOCK, REQ_GET_BLOCK, sizeof(WBTPacketResponseGetBlockFormat)),
87 WBT_COMMAND_RES(GET_BLOCKINFO, REQ_GET_BLOCKINFO, sizeof(WBTPacketResponseGetBlockFormat)),
89WBT_COMMAND_RES(GET_BLOCK_DONE, REQ_GET_BLOCK_DONE, sizeof(WBTPacketResponseGetBlockDoneFormat)),
91 WBT_COMMAND_RES(USER_DATA, REQ_USER_DATA, 0),
101 #undef WBT_COMMAND_RES