Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_service.c42 static srtm_status_t SRTM_I2CService_Request(srtm_service_t service, srtm_request_t request);
43 static srtm_status_t SRTM_I2CService_Notify(srtm_service_t service, srtm_notification_t notif);
63srtm_service_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len, uint16_t fl… in SRTM_I2CService_ReadBus()
102srtm_service_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len, uint16_t fl… in SRTM_I2CService_WriteBus()
140 srtm_service_t SRTM_I2CService_Create(srtm_i2c_adapter_t adapter) in SRTM_I2CService_Create()
161 void SRTM_I2CService_Destroy(srtm_service_t service) in SRTM_I2CService_Destroy()
175 void SRTM_I2CService_Reset(srtm_service_t service, srtm_peercore_t core) in SRTM_I2CService_Reset()
182 static srtm_status_t SRTM_I2CService_Request(srtm_service_t service, srtm_request_t request) in SRTM_I2CService_Request()
252 static srtm_status_t SRTM_I2CService_Notify(srtm_service_t service, srtm_notification_t notif) in SRTM_I2CService_Notify()
264 srtm_service_t service = (srtm_service_t)param2; in SRTM_I2C_HandleBusRead()
[all …]
Dsrtm_i2c_service.h114 srtm_service_t service;
151 srtm_service_t SRTM_I2CService_Create(srtm_i2c_adapter_t adapter);
158 void SRTM_I2CService_Destroy(srtm_service_t service);
166 void SRTM_I2CService_Reset(srtm_service_t service, srtm_peercore_t core);
172 srtm_service_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len);
178srtm_service_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len, uint8_t nee…
Dsrtm_audio_service.h87 srtm_service_t service;
90 …srtm_status_t (*periodDone)(srtm_service_t service, srtm_audio_dir_t dir, uint8_t index, uint32_t …
176 srtm_service_t SRTM_AudioService_Create(srtm_sai_adapter_t sai, srtm_codec_adapter_t codec);
183 void SRTM_AudioService_Destroy(srtm_service_t service);
192 void SRTM_AudioService_Reset(srtm_service_t service, srtm_peercore_t core);
201 srtm_status_t SRTM_AudioService_BindChannel(srtm_service_t service, srtm_sai_adapter_t sai, srtm_ch…
209 srtm_status_t SRTM_AudioService_AddAudioInterface(srtm_service_t service, srtm_sai_adapter_t sai);
Dsrtm_audio_service.c175 static srtm_status_t SRTM_AudioService_PeriodDone(srtm_service_t service, in SRTM_AudioService_PeriodDone()
223 static srtm_status_t SRTM_AudioService_Request(srtm_service_t service, srtm_request_t request) in SRTM_AudioService_Request()
624 static srtm_status_t SRTM_AudioService_Notify(srtm_service_t service, srtm_notification_t notif) in SRTM_AudioService_Notify()
801 srtm_service_t SRTM_AudioService_Create(srtm_sai_adapter_t sai, srtm_codec_adapter_t codec) in SRTM_AudioService_Create()
828 void SRTM_AudioService_Destroy(srtm_service_t service) in SRTM_AudioService_Destroy()
852 void SRTM_AudioService_Reset(srtm_service_t service, srtm_peercore_t core) in SRTM_AudioService_Reset()
877 srtm_status_t SRTM_AudioService_BindChannel(srtm_service_t service, srtm_sai_adapter_t sai, srtm_ch… in SRTM_AudioService_BindChannel()
899 srtm_status_t SRTM_AudioService_AddAudioInterface(srtm_service_t service, srtm_sai_adapter_t sai) in SRTM_AudioService_AddAudioInterface()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_service_struct.h27 void (*destroy)(srtm_service_t service);
28 srtm_status_t (*request)(srtm_service_t service, srtm_request_t request);
29 srtm_status_t (*notify)(srtm_service_t service, srtm_notification_t notification);
47 srtm_status_t SRTM_Service_CheckVersion(srtm_service_t service, srtm_message_t msg, uint16_t svcVer…
Dsrtm_service.c30 void SRTM_Service_Destroy(srtm_service_t service) in SRTM_Service_Destroy()
37 srtm_status_t SRTM_Service_Request(srtm_service_t service, srtm_request_t request) in SRTM_Service_Request()
45 srtm_status_t SRTM_Service_Notify(srtm_service_t service, srtm_notification_t notification) in SRTM_Service_Notify()
53 srtm_status_t SRTM_Service_CheckVersion(srtm_service_t service, srtm_message_t msg, uint16_t svcVer) in SRTM_Service_CheckVersion()
Dsrtm_dispatcher.c250 srtm_service_t service; in SRTM_Dispatcher_Destroy()
275 service = SRTM_LIST_OBJ(srtm_service_t, node, list); in SRTM_Dispatcher_Destroy()
486 srtm_status_t SRTM_Dispatcher_RegisterService(srtm_dispatcher_t disp, srtm_service_t service) in SRTM_Dispatcher_RegisterService()
508 srtm_status_t SRTM_Dispatcher_UnregisterService(srtm_dispatcher_t disp, srtm_service_t service) in SRTM_Dispatcher_UnregisterService()
782 srtm_service_t service; in SRTM_Dispatcher_CallService()
793 service = SRTM_LIST_OBJ(srtm_service_t, node, list); in SRTM_Dispatcher_CallService()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/include/
Dsrtm_service.h35 void SRTM_Service_Destroy(srtm_service_t service);
44 srtm_status_t SRTM_Service_Request(srtm_service_t service, srtm_request_t request);
53 srtm_status_t SRTM_Service_Notify(srtm_service_t service, srtm_notification_t notification);
Dsrtm_dispatcher.h96 srtm_status_t SRTM_Dispatcher_RegisterService(srtm_dispatcher_t disp, srtm_service_t service);
105 srtm_status_t SRTM_Dispatcher_UnregisterService(srtm_dispatcher_t disp, srtm_service_t service);
Dsrtm_defs.h214 typedef struct _srtm_service *srtm_service_t; typedef