Searched refs:GET_HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
24 #define GET_HDR_SIZE(x) (((x) & (uint32_t)0xFF00) >> 8u) macro144 msg_size = (GET_HDR_SIZE(buf[0])); in S3MU_ReadMessage()