Home
last modified time | relevance | path

Searched refs:SRTM_CommMessage_GetCommand (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/include/
Dsrtm_message.h213 uint8_t SRTM_CommMessage_GetCommand(srtm_message_t message);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_service.c197 command = SRTM_CommMessage_GetCommand(request); in SRTM_I2CService_Request()
255 SRTM_CommMessage_GetCommand(notif)); in SRTM_I2CService_Notify()
Dsrtm_audio_service.c245 command = SRTM_CommMessage_GetCommand(request); in SRTM_AudioService_Request()
638 command = SRTM_CommMessage_GetCommand(notif); in SRTM_AudioService_Notify()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_message.c279 uint8_t SRTM_CommMessage_GetCommand(srtm_message_t message) in SRTM_CommMessage_GetCommand() function
Dsrtm_dispatcher.c823 command = SRTM_CommMessage_GetCommand(msg); in SRTM_Dispatcher_HandleResponse()
829 …if (SRTM_CommMessage_GetCategory(req) == category && SRTM_CommMessage_GetCommand(req) == command && in SRTM_Dispatcher_HandleResponse()