Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_service.c57 if (SRTM_MESSAGE_MAJOR_VERSION(msgVer) != SRTM_MESSAGE_MAJOR_VERSION(svcVer)) in SRTM_Service_CheckVersion()
Dsrtm_message.c111 head->majorVersion = (uint8_t)SRTM_MESSAGE_MAJOR_VERSION(version); in SRTM_CommMessage_Create()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/include/
Dsrtm_message.h23 #define SRTM_MESSAGE_MAJOR_VERSION(ver) (((uint16_t)((ver)&0xFF00U)) >> 8U) macro