Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/include/nitro/wfs/
Dformat.h145 u32 packet_hi:4; member
147 u32 packet_hi:4;
246 message.packet_hi = (u8)(packet >> 8); in WFS_SendMessage()
/TwlSDK-5.2.1/build/libraries/wfs/common/src/
Dwfs_server.c103 const int packet = (int)((msg->packet_hi << 8) | msg->packet_lo); in WFSi_WBTCallback()