Home
last modified time | relevance | path

Searched refs:saiDirection (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c129 static const char *saiDirection[] = {"Rx", "Tx"}; variable
967 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %s%d\r\n", __func__, saiDirection[dir], index); in SRTM_SaiSdmaAdapter_Open()
974 …BUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s in wrong state %d!\r\n", __func__, saiDirection[dir], in SRTM_SaiSdmaAdapter_Open()
1013 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %s%d\r\n", __func__, saiDirection[dir], index); in SRTM_SaiSdmaAdapter_Start()
1037 …EBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: %s in wrong state %d!\r\n", __func__, saiDirection[dir], in SRTM_SaiSdmaAdapter_Start()
1044 …MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s valid buffer not set!\r\n", __func__, saiDirection[dir]); in SRTM_SaiSdmaAdapter_Start()
1051 saiDirection[dir]); in SRTM_SaiSdmaAdapter_Start()
1152 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %s%d\r\n", __func__, saiDirection[dir], index); in SRTM_SaiSdmaAdapter_End()
1261 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %s%d\r\n", __func__, saiDirection[dir], index); in SRTM_SaiSdmaAdapter_Close()
1284 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %s%d\r\n", __func__, saiDirection[dir], index); in SRTM_SaiSdmaAdapter_Pause()
[all …]
Dsrtm_pdm_sdma_adapter.c136 static const char *saiDirection[] = {"Rx", "Tx"}; variable
762 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %s%d\r\n", __func__, saiDirection[dir], index); in SRTM_PdmSdmaAdapter_Open()
769 …BUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s in wrong state %d!\r\n", __func__, saiDirection[dir], in SRTM_PdmSdmaAdapter_Open()
789 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %s%d\r\n", __func__, saiDirection[dir], index); in SRTM_PdmSdmaAdapter_Start()
793 …EBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: %s in wrong state %d!\r\n", __func__, saiDirection[dir], in SRTM_PdmSdmaAdapter_Start()
800 …MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s valid buffer not set!\r\n", __func__, saiDirection[dir]); in SRTM_PdmSdmaAdapter_Start()
807 saiDirection[dir]); in SRTM_PdmSdmaAdapter_Start()
896 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %s%d\r\n", __func__, saiDirection[dir], index); in SRTM_PdmSdmaAdapter_Close()
921 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %s%d\r\n", __func__, saiDirection[dir], index); in SRTM_PdmSdmaAdapter_Pause()
936 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %s%d\r\n", __func__, saiDirection[dir], index); in SRTM_PdmSdmaAdapter_Restart()
[all …]