Home
last modified time | relevance | path

Searched refs:SRTM_DEBUG_VERBOSE_ERROR (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/components/srtm/channels/
Dsrtm_rpmsg_endpoint.c57 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: RPMsg recv:\r\n\t", __func__); in SRTM_RPMsgEndpoint_RxHandler()
60 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%x ", ((uint8_t *)payload)[i]); in SRTM_RPMsgEndpoint_RxHandler()
62 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "\r\n"); in SRTM_RPMsgEndpoint_RxHandler()
148 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: RPMsg send:\r\n\t", __func__); in SRTM_RPMsgEndpoint_SendData()
151 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%x ", ((uint8_t *)data)[i]); in SRTM_RPMsgEndpoint_SendData()
153 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "\r\n"); in SRTM_RPMsgEndpoint_SendData()
163 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: RPMsg send failed\r\n", __func__); in SRTM_RPMsgEndpoint_SendData()
/hal_nxp-3.7.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_pdm_sdma_adapter.c762 …SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s in wrong state %d!\r\n", __func__, saiDirecti… in SRTM_PdmSdmaAdapter_Open()
793 …SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s valid buffer not set!\r\n", __func__, saiDire… in SRTM_PdmSdmaAdapter_Start()
799 … SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s valid format param not set!\r\n", __func__, in SRTM_PdmSdmaAdapter_Start()
953 …SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s in wrong state %d!\r\n", __func__, saiDirecti… in SRTM_PdmSdmaAdapter_SetParam()
964 … SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s unsupported channels %d, %d!\r\n", __func__, in SRTM_PdmSdmaAdapter_SetParam()
1015 …SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s in wrong state %d!\r\n", __func__, saiDirecti… in SRTM_PdmSdmaAdapter_SetBuf()
1436 …SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s:in wrong state %d during data pump!\r\n", __func_… in SRTM_PdmSdmaAdapter_ExtPeriodCopyAndNotifyProc()
Dsrtm_sai_sdma_adapter.c979 …SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s in wrong state %d!\r\n", __func__, saiDirecti… in SRTM_SaiSdmaAdapter_Open()
1049 …SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s valid buffer not set!\r\n", __func__, saiDire… in SRTM_SaiSdmaAdapter_Start()
1055 … SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s valid format param not set!\r\n", __func__, in SRTM_SaiSdmaAdapter_Start()
1353 …SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s in wrong state %d!\r\n", __func__, saiDirecti… in SRTM_SaiSdmaAdapter_SetParam()
1360 …SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s unsupported format or channels %d, %d!\r\n", … in SRTM_SaiSdmaAdapter_SetParam()
1414 …SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s in wrong state %d!\r\n", __func__, saiDirecti… in SRTM_SaiSdmaAdapter_SetBuf()
Dsrtm_i2c_codec_adapter.c51 … SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: unsupported format %d!\r\n", __func__, format); in SRTM_I2CCodecAdapter_SetParam()
Dsrtm_audio_service.c149 …SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s(%d): alloc %s notification failed.\r\n", __func__… in SRTM_AudioService_HandlePeriodDone()
/hal_nxp-3.7.0/mcux/mcux-sdk/components/srtm/include/
Dsrtm_defs.h129 #define SRTM_DEBUG_VERBOSE_ERROR (1U) macro