Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/wbt/common/src/
Dwbt_context.c516 MI_StoreLE16(&format->res_sync.block_total, (u16)WBT_GetRegisteredCount(work)); in WBTi_TryCreateResponse()
517 MI_StoreLE16(&format->res_sync.peer_packet, (u16)work->my_data_packet_size); in WBTi_TryCreateResponse()
518 MI_StoreLE16(&format->res_sync.own_packet, (u16)work->peer_data_packet_size); in WBTi_TryCreateResponse()
519 ret_size = (int /* Temporary */ )sizeof(format->header) + sizeof(format->res_sync); in WBTi_TryCreateResponse()
1185 (s16)MI_LoadLE16(&format->res_sync.block_total); in WBT_CallPacketRecvHook()
1187 (s16)MI_LoadLE16(&format->res_sync.peer_packet); in WBT_CallPacketRecvHook()
1189 (s16)MI_LoadLE16(&format->res_sync.own_packet); in WBT_CallPacketRecvHook()
/TwlSDK-5.4/include/nitro/wbt/
Dcontext.h117 WBTPacketResponseSyncFormat res_sync; member