Searched defs:service (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/ |
D | srtm_i2c_service.c | 38 struct _srtm_service service; member 63 …srtm_service_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len, uint16_t fl… in SRTM_I2CService_ReadBus() 102 …srtm_service_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len, uint16_t fl… in SRTM_I2CService_WriteBus() 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() local 274 srtm_service_t service = (srtm_service_t)param2; in SRTM_I2C_HandleBusWrite() local 281 srtm_service_t service, uint8_t busID, uint16_t slaveAddr, uint8_t *buf, uint16_t len) in SRTM_I2C_RequestBusRead() [all …]
|
D | srtm_audio_service.c | 79 struct _srtm_service service; member 175 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() 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()
|
D | srtm_i2c_service.h | 114 srtm_service_t service; member
|
D | srtm_audio_service.h | 87 srtm_service_t service; member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/ |
D | srtm_service.c | 30 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()
|
D | srtm_dispatcher.c | 250 srtm_service_t service; in SRTM_Dispatcher_Destroy() local 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() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/power_manager/core/ |
D | fsl_pm_core.c | 544 …InitWakeupSource(pm_wakeup_source_t *ws, uint32_t wsId, pm_wake_up_source_service_func_t service, … in PM_InitWakeupSource()
|
D | fsl_pm_core.h | 195 …pm_wake_up_source_service_func_t service; /*! Wakeup source service function that should be execut… member
|