Searched refs:SRTM_MESSAGE_MINOR_VERSION (Results 1 – 2 of 2) sorted by relevance
25 #define SRTM_MESSAGE_MINOR_VERSION(ver) ((uint16_t)((ver)&0xFFU)) macro
112 head->minorVersion = (uint8_t)SRTM_MESSAGE_MINOR_VERSION(version); in SRTM_CommMessage_Create()