Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/include/
Dsrtm_service.h53 srtm_status_t SRTM_Service_Notify(srtm_service_t service, srtm_notification_t notification);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_service.c45 srtm_status_t SRTM_Service_Notify(srtm_service_t service, srtm_notification_t notification) in SRTM_Service_Notify() function
Dsrtm_dispatcher.c802 status = SRTM_Service_Notify(service, msg); in SRTM_Dispatcher_CallService()