Home
last modified time | relevance | path

Searched refs:srtm_notification_t (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/components/srtm/include/
Dsrtm_message.h153 srtm_notification_t SRTM_Notification_Create(
161 void SRTM_Notification_Destroy(srtm_notification_t notification);
Dsrtm_service.h53 srtm_status_t SRTM_Service_Notify(srtm_service_t service, srtm_notification_t notification);
Dsrtm_dispatcher.h166 srtm_status_t SRTM_Dispatcher_DeliverNotification(srtm_dispatcher_t disp, srtm_notification_t notif…
Dsrtm_defs.h184 typedef srtm_message_t srtm_notification_t; typedef
/hal_nxp-3.7.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_message.c225 srtm_notification_t SRTM_Notification_Create( in SRTM_Notification_Create()
232 void SRTM_Notification_Destroy(srtm_notification_t notification) in SRTM_Notification_Destroy()
Dsrtm_service_struct.h29 srtm_status_t (*notify)(srtm_service_t service, srtm_notification_t notification);
Dsrtm_service.c45 srtm_status_t SRTM_Service_Notify(srtm_service_t service, srtm_notification_t notification) in SRTM_Service_Notify()
Dsrtm_dispatcher.c629 srtm_status_t SRTM_Dispatcher_DeliverNotification(srtm_dispatcher_t disp, srtm_notification_t notif) in SRTM_Dispatcher_DeliverNotification()
/hal_nxp-3.7.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_service.c43 static srtm_status_t SRTM_I2CService_Notify(srtm_service_t service, srtm_notification_t notif);
252 static srtm_status_t SRTM_I2CService_Notify(srtm_service_t service, srtm_notification_t notif) in SRTM_I2CService_Notify()
Dsrtm_audio_service.c132 srtm_notification_t notif; in SRTM_AudioService_HandlePeriodDone()
624 static srtm_status_t SRTM_AudioService_Notify(srtm_service_t service, srtm_notification_t notif) in SRTM_AudioService_Notify()