Searched refs:WBT_COMMAND_REQ (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/wbt/common/src/ |
| D | wbt_context.c | 54 #define WBT_COMMAND_REQ(type, pair_type, argument) \ macro 81 WBT_COMMAND_REQ(WAIT, 0, 0), 82 WBT_COMMAND_REQ(SYNC, RES_SYNC, sizeof(WBTPacketRequestSyncFormat)), 84 WBT_COMMAND_REQ(GET_BLOCK, RES_GET_BLOCK, sizeof(WBTPacketRequestGetBlockFormat)), 86 WBT_COMMAND_REQ(GET_BLOCKINFO, RES_GET_BLOCKINFO, sizeof(WBTPacketRequestGetBlockFormat)), 88 WBT_COMMAND_REQ(GET_BLOCK_DONE, RES_GET_BLOCK_DONE, sizeof(WBTPacketRequestGetBlockDoneFormat)), 90 WBT_COMMAND_REQ(USER_DATA, RES_USER_DATA, sizeof(WBTPacketRequestUserDataFormat)), 100 #undef WBT_COMMAND_REQ
|