Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/include/
Dsrtm_message.h25 #define SRTM_MESSAGE_MINOR_VERSION(ver) ((uint16_t)((ver)&0xFFU)) macro
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_message.c112 head->minorVersion = (uint8_t)SRTM_MESSAGE_MINOR_VERSION(version); in SRTM_CommMessage_Create()