Home
last modified time | relevance | path

Searched refs:SRTM_Procedure_Create (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_pdm_edma_adapter.c421 proc = SRTM_Procedure_Create(SRTM_PdmEdmaAdapter_DataCopyProc, handle, NULL); in SRTM_PdmEdmaAdapter_CopyData()
701 extProc = SRTM_Procedure_Create(SRTM_PdmEdmaAdapter_LocalBufFullProc, handle, NULL); in SRTM_PdmEdmaRxCallback()
1223 … extProc = SRTM_Procedure_Create(SRTM_PdmEdmaAdapter_ExtPeriodCopyAndNotifyProc, handle, NULL); in SRTM_PdmEdmaAdapter_Resume()
1239 proc = SRTM_Procedure_Create(SRTM_PdmEdmaAdapter_HostWakeProc, handle, NULL); in SRTM_PdmEdmaAdapter_Resume()
1334 … handle->rxRtm.proc = SRTM_Procedure_Create(SRTM_PdmEdmaAdapter_RxTransferProc, handle, NULL); in SRTM_PdmEdmaAdapter_Create()
1540 … proc = SRTM_Procedure_Create(SRTM_PdmEdmaAdapter_ExtPeriodCopyAndNotifyProc, handle, NULL); in SRTM_PdmEdmaAdapter_ExtPeriodCopyAndNotifyProc()
1580 proc = SRTM_Procedure_Create(SRTM_PdmEdmaAdapter_ExtPeriodCopyAndNotifyProc, handle, NULL); in SRTM_PdmEdmaAdapter_PumpExtraBuf()
1597 proc = SRTM_Procedure_Create(SRTM_PdmEdmaAdapter_ResumeHostProc, handle, NULL); in SRTM_PdmEdmaAdapter_ResumeHost()
1633 proc = SRTM_Procedure_Create(SRTM_PdmEdmaAdapter_HwvadProc, handle, NULL); in SRTM_PdmEdmaAdapter_HwvadCallback()
Dsrtm_pdm_sdma_adapter.c376 proc = SRTM_Procedure_Create(SRTM_PdmSdmaAdapter_DataCopyProc, handle, NULL); in SRTM_PdmSdmaAdapter_CopyData()
614 extProc = SRTM_Procedure_Create(SRTM_PdmSdmaAdapter_LocalBufFullProc, handle, NULL); in SRTM_PdmSdmaRxCallback()
1106 … extProc = SRTM_Procedure_Create(SRTM_PdmSdmaAdapter_ExtPeriodCopyAndNotifyProc, handle, NULL); in SRTM_PdmSdmaAdapter_Resume()
1119 proc = SRTM_Procedure_Create(SRTM_PdmSdmaAdapter_HostWakeProc, handle, NULL); in SRTM_PdmSdmaAdapter_Resume()
1214 … handle->rxRtm.proc = SRTM_Procedure_Create(SRTM_PdmSdmaAdapter_RxTransferProc, handle, NULL); in SRTM_PdmSdmaAdapter_Create()
1369 proc = SRTM_Procedure_Create(SRTM_PdmSdmaAdapter_ExtPeriodCopyAndNotifyProc, handle, NULL); in SRTM_PdmSdmaAdapter_DmaM2MCallback()
1459 proc = SRTM_Procedure_Create(SRTM_PdmSdmaAdapter_ResumeHostProc, handle, NULL); in SRTM_PdmSdmaAdapter_ResumeHost()
1495 proc = SRTM_Procedure_Create(SRTM_PdmSdmaAdapter_HwvadProc, handle, NULL); in SRTM_PdmSdmaAdapter_HwvadCallback()
Dsrtm_i2c_service.c300 proc = SRTM_Procedure_Create(SRTM_I2C_HandleBusRead, i2cReq, service); in SRTM_I2C_RequestBusRead()
338 proc = SRTM_Procedure_Create(SRTM_I2C_HandleBusWrite, i2cReq, service); in SRTM_I2C_RequestBusWrite()
Dsrtm_sai_edma_adapter.c430 proc = SRTM_Procedure_Create(SRTM_SaiEdmaAdapter_RxDataCopyProc, handle, NULL); in SRTM_SaiEdmaAdapter_RxCopyData()
1261 proc = SRTM_Procedure_Create(SRTM_SaiEdmaAdapter_HostWakeProc, handle, NULL); in SRTM_SaiEdmaAdapter_Resume()
1354 … handle->txRtm.proc = SRTM_Procedure_Create(SRTM_SaiEdmaAdapter_TxTransferProc, handle, NULL); in SRTM_SaiEdmaAdapter_Create()
1362 … handle->rxRtm.proc = SRTM_Procedure_Create(SRTM_SaiEdmaAdapter_RxTransferProc, handle, NULL); in SRTM_SaiEdmaAdapter_Create()
1536 proc = SRTM_Procedure_Create(SRTM_SaiEdmaAdapter_ResumeHostProc, handle, NULL); in SRTM_SaiEdmaAdapter_ResumeHost()
Dsrtm_sai_sdma_adapter.c509 proc = SRTM_Procedure_Create(SRTM_SaiSdmaAdapter_RxDataCopyProc, handle, NULL); in SRTM_SaiSdmaAdapter_RxCopyData()
1521 proc = SRTM_Procedure_Create(SRTM_SaiSdmaAdapter_HostWakeProc, handle, NULL); in SRTM_SaiSdmaAdapter_Resume()
1613 … handle->txRtm.proc = SRTM_Procedure_Create(SRTM_SaiSdmaAdapter_TxTransferProc, handle, NULL); in SRTM_SaiSdmaAdapter_Create()
1621 … handle->rxRtm.proc = SRTM_Procedure_Create(SRTM_SaiSdmaAdapter_RxTransferProc, handle, NULL); in SRTM_SaiSdmaAdapter_Create()
1757 proc = SRTM_Procedure_Create(SRTM_SaiSdmaAdapter_ResumeHostProc, handle, NULL); in SRTM_SaiSdmaAdapter_ResumeHost()
Dsrtm_audio_service.c712 proc = SRTM_Procedure_Create(NULL, NULL, NULL); in SRTM_AudioService_CreateIface()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/include/
Dsrtm_message.h52 srtm_procedure_t SRTM_Procedure_Create(srtm_message_proc_cb_t procedure, void *param1, void *param2…
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_message.c138 srtm_procedure_t SRTM_Procedure_Create(srtm_message_proc_cb_t procedure, void *param1, void *param2) in SRTM_Procedure_Create() function