Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c245 #define DMX_DBG_LOG_OPT_PERIOD "-t" // the period of time to show info macro
300 … "\t\t"DMX_DBG_LOG_OPT_PERIOD": period of time(ms) to show info, default is 100ms\n"
308 …"\tex. log "DMX_DBG_LOG_OPT_TYPE"0x00004000 "DMX_DBG_LOG_OPT_PERIOD"10\t(show PCR every 10 ms)\n\n…
511 GET_PARAM32(param1, DMX_DBG_LOG_OPT_PERIOD, bFound, u32DmxDbgTaskDelay); in _DMX_DBG_Log()