Home
last modified time | relevance | path

Searched refs:SRTM_DEBUG_MESSAGE (Results 1 – 13 of 13) sorted by relevance

/hal_nxp-3.5.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()
84SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: Get data before channel start\r\n", __func__); in SRTM_RPMsgEndpoint_RxHandler()
97 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_RPMsgEndpoint_Start()
111 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_RPMsgEndpoint_Stop()
127 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_DEBUG, "%s: len %d\r\n", __func__, len); in SRTM_RPMsgEndpoint_SendData()
132 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: RPMsg send:\r\n\t", __func__); in SRTM_RPMsgEndpoint_SendData()
135 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%x ", ((uint8_t *)data)[i]); in SRTM_RPMsgEndpoint_SendData()
137 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "\r\n"); in SRTM_RPMsgEndpoint_SendData()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_dispatcher.c45SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_DEBUG, " -- Msg type %d, dir %d, dlen %d, chan 0x%08x, err … in SRTM_DumpMessage()
50SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_DEBUG, " -- Data cat %d, majv %d, minv %d, type %d, cmd %d,… in SRTM_DumpMessage()
56SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_DEBUG, " -- Callback 0x%08x, param 0x%x, 0x%x\r\n", msg->pr… in SRTM_DumpMessage()
71 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_DEBUG, "%s\r\n", __func__); in SRTM_Dispatcher_InsertOrderedMessage()
221 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_Dispatcher_Create()
256 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_Dispatcher_Destroy()
304 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_Dispatcher_Start()
320 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_Dispatcher_Stop()
341 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_Dispatcher_Run()
392 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: 0x%x\r\n", __func__, core); in SRTM_Dispatcher_AddPeerCore()
[all …]
Dsrtm_peercore.c45 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_PeerCore_Create()
69 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_PeerCore_Destroy()
102 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_PeerCore_Start()
128 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_PeerCore_Stop()
152 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_PeerCore_Activate()
174 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_PeerCore_Deactivate()
193 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: 0x%x\r\n", __func__, channel); in SRTM_PeerCore_AddChannel()
214 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: 0x%x\r\n", __func__, channel); in SRTM_PeerCore_RemoveChannel()
240 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %d\r\n", __func__, state); in SRTM_PeerCore_SetState()
Dsrtm_service.c59 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, in SRTM_Service_CheckVersion()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_codec_adapter.c46SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %d. fmt %d, srate %d\r\n", __func__, index, forma… in SRTM_I2CCodecAdapter_SetParam()
51SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: unsupported format %d!\r\n", __func__, format); in SRTM_I2CCodecAdapter_SetParam()
96 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %d, %d\r\n", __func__, reg, regVal); in SRTM_I2CCodecAdapter_SetReg()
118 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %d\r\n", __func__, reg); in SRTM_I2CCodecAdapter_GetReg()
139 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_I2CCodecAdapter_Create()
163 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_I2CCodecAdapter_Destroy()
Dsrtm_pdm_sdma_adapter.c487 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "The extra buffer is too small.\r\n"); in SRTM_PdmSdmaAdaptor_ResetExtBuf()
539SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "Warn:Local buffer full during extra buffer pump.\r\n"… in SRTM_PdmSdmaAdapter_LocalBufFullProc()
685 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: proc busy!\r\n", __func__); in SRTM_PdmSdmaRxCallback()
762 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %s%d\r\n", __func__, saiDirection[dir], index); in SRTM_PdmSdmaAdapter_Open()
769SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s in wrong state %d!\r\n", __func__, saiDirecti… 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()
793SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: %s in wrong state %d!\r\n", __func__, saiDirectio… in SRTM_PdmSdmaAdapter_Start()
800SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s valid buffer not set!\r\n", __func__, saiDire… in SRTM_PdmSdmaAdapter_Start()
806SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s valid format param not set!\r\n", __func__, in SRTM_PdmSdmaAdapter_Start()
849 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %d\r\n", __func__, index); in SRTM_PdmSdmaAdapter_End()
[all …]
Dsrtm_audio_service.c140SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %s\r\n", __func__, dir == SRTM_AudioDirTx ? "Tx" … in SRTM_AudioService_HandlePeriodDone()
149SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s(%d): alloc %s notification failed.\r\n", __func__… in SRTM_AudioService_HandlePeriodDone()
242 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_AudioService_Request()
262 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: format error!\r\n", __func__); in SRTM_AudioService_Request()
272SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: audio interface for channel 0x%x not found!\r\n",… in SRTM_AudioService_Request()
291SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: audio interface %d tx open unavailable!\r\n", in SRTM_AudioService_Request()
430SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: audio interface %d rx open unavailable!\r\n", in SRTM_AudioService_Request()
614SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: command %d unsupported!\r\n", __func__, command); in SRTM_AudioService_Request()
636 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_AudioService_Notify()
645 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: format error!\r\n", __func__); in SRTM_AudioService_Notify()
[all …]
Dsrtm_i2c_service.c144 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_I2CService_Create()
167 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_I2CService_Destroy()
179 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_I2CService_Reset()
194 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_I2CService_Request()
217 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: format error!\r\n", __func__); in SRTM_I2CService_Request()
222 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, in SRTM_I2CService_Request()
243SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: command %d unsupported!\r\n", __func__, command); in SRTM_I2CService_Request()
254 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: command %d unsupported!\r\n", __func__, in SRTM_I2CService_Notify()
Dsrtm_sai_sdma_adapter.c694 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: proc busy!\r\n", __func__); in SRTM_SaiSdmaTxCallback()
779 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: proc busy!\r\n", __func__); in SRTM_SaiSdmaRxCallback()
967 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %s%d\r\n", __func__, saiDirection[dir], index); in SRTM_SaiSdmaAdapter_Open()
974SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s in wrong state %d!\r\n", __func__, saiDirecti… 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()
1037SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "%s: %s in wrong state %d!\r\n", __func__, saiDirectio… in SRTM_SaiSdmaAdapter_Start()
1044SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s valid buffer not set!\r\n", __func__, saiDire… in SRTM_SaiSdmaAdapter_Start()
1050SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: %s valid format param not set!\r\n", __func__, 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()
[all …]
Dsrtm_wm8524_adapter.c59 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_Wm8524Adapter_Create()
81 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s\r\n", __func__); in SRTM_Wm8524Adapter_Destroy()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/port/
Dsrtm_message_pool.c84 SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, in SRTM_MessagePool_Alloc()
95SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_WARN, "Message pool (size %d) used up, allocated in heap.\r\… in SRTM_MessagePool_Alloc()
Dsrtm_heap_freertos.c41SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "#### Heap free space 0x%x, min 0x%x ####\r\n", freeSi… in SRTM_Heap_Malloc()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/include/
Dsrtm_defs.h115 #define SRTM_DEBUG_MESSAGE(verbose, ...) \ macro
124 #define SRTM_DEBUG_MESSAGE(verbose, format, ...) macro