Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_service_struct.h47 srtm_status_t SRTM_Service_CheckVersion(srtm_service_t service, srtm_message_t msg, uint16_t svcVer…
Dsrtm_service.c53 srtm_status_t SRTM_Service_CheckVersion(srtm_service_t service, srtm_message_t msg, uint16_t svcVer) in SRTM_Service_CheckVersion() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_audio_service.c259 status = SRTM_Service_CheckVersion(service, request, SRTM_AUDIO_VERSION); in SRTM_AudioService_Request()
642 status = SRTM_Service_CheckVersion(service, notif, SRTM_AUDIO_VERSION); in SRTM_AudioService_Notify()
Dsrtm_i2c_service.c214 status = SRTM_Service_CheckVersion(service, request, SRTM_I2C_VERSION); in SRTM_I2CService_Request()