Searched refs:SRTM_MESSAGE_MAJOR_VERSION (Results 1 – 3 of 3) sorted by relevance
57 if (SRTM_MESSAGE_MAJOR_VERSION(msgVer) != SRTM_MESSAGE_MAJOR_VERSION(svcVer)) in SRTM_Service_CheckVersion()
111 head->majorVersion = (uint8_t)SRTM_MESSAGE_MAJOR_VERSION(version); in SRTM_CommMessage_Create()
23 #define SRTM_MESSAGE_MAJOR_VERSION(ver) (((uint16_t)((ver)&0xFF00U)) >> 8U) macro