Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_dispatcher.c143 (void)SRTM_Sem_Post(req->reqMsg.sync.sig); in SRTM_Dispatcher_FreeRequest()
558 req->reqMsg.sync.sig = signal; in SRTM_Dispatcher_Request()
559 req->reqMsg.sync.resp = NULL; in SRTM_Dispatcher_Request()
581 req->reqMsg.sync.sig = NULL; in SRTM_Dispatcher_Request()
583 resp = req->reqMsg.sync.resp; in SRTM_Dispatcher_Request()
850 req->reqMsg.sync.resp = resp; in SRTM_Dispatcher_HandleResponse()
856 (void)SRTM_Sem_Post(req->reqMsg.sync.sig); in SRTM_Dispatcher_HandleResponse()
Dsrtm_message_struct.h80 } sync; /*!< SRTM request message from SRTM_Request() */ member
/hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/
DREADME.txt59 sync://sync-15010:15010/Projects/mcp_armp/mmcau_apb3/tool_data/lib/
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c875 bool sync = cfg->config.syncMode == kSAI_ModeSync; in SRTM_SaiSdmaAdapter_SetFormat() local
889 …paramRtm = (sync && (handle->rxConfig.config.syncMode == kSAI_ModeAsync) && handle->rxRtm.paramSet… in SRTM_SaiSdmaAdapter_SetFormat()
905 …paramRtm = (sync && (handle->txConfig.config.syncMode == kSAI_ModeAsync) && handle->txRtm.paramSet… in SRTM_SaiSdmaAdapter_SetFormat()
925 if (!sync) in SRTM_SaiSdmaAdapter_SetFormat()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/
DChangeLogKSDK.txt60 - Fix audio noise on sync mode and improve overflow/underflow checking method.