Searched refs:MIPIRX_DEBUG_PRINTF (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/ |
| D | mipi_rx.c | 88 …MIPIRX_DEBUG_PRINTF("RxRCLK = %d,%03d,%03d\r\n", (sum * 10) / 1000000, ((sum * 10) % 1000000) / 10… in MIPIRX_CalRclk() 90 MIPIRX_DEBUG_PRINTF("T10usInt=0x%03X\r\n", (int)t10usint); in MIPIRX_CalRclk() 119 MIPIRX_DEBUG_PRINTF("mipi receive video format: 0x%02x\r\n", dataType); in MIPIRX_AfeCfg() 148 MIPIRX_DEBUG_PRINTF("MCLK = %d,%03d MHz\r\n", (MCLK) / 1000, MCLK % 1000); in MIPIRX_CalMclk() 177 MIPIRX_DEBUG_PRINTF("RxPCLK = %d,%03d MHz\r\n", (RxPCLK) / 1000U, (RxPCLK % 1000U)); in MIPIRX_CalPclk() 238 MIPIRX_DEBUG_PRINTF("MHFP = %d\r\n", MHFP); in MIPIRX_ShowMRec() 239 MIPIRX_DEBUG_PRINTF("MHSW = %d\r\n", MHSW); in MIPIRX_ShowMRec() 240 MIPIRX_DEBUG_PRINTF("MHBP = %d\r\n", MHBP); in MIPIRX_ShowMRec() 241 MIPIRX_DEBUG_PRINTF("MHDEW = %d\r\n", MHDEW); in MIPIRX_ShowMRec() 242 MIPIRX_DEBUG_PRINTF("MHVR2nd = %d\r\n", MHVR2nd); in MIPIRX_ShowMRec() [all …]
|
| D | fsl_it6161.h | 559 #define MIPIRX_DEBUG_PRINTF(...) macro 561 #define MIPIRX_DEBUG_PRINTF PRINTF macro
|