Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/s3mu/
Dfsl_s3mu.c24 #define GET_HDR_SIZE(x) (((x) & (uint32_t)0xFF00) >> 8u) macro
144 msg_size = (GET_HDR_SIZE(buf[0])); in S3MU_ReadMessage()