/* DTS Transport Channel Debug * Display DXE Channel debugging information * User may request to display DXE channel snapshot * Or if host driver detects any abnormal stcuk may display * Parameters: * displaySnapshot : Display DXE snapshot option * enableStallDetect : Enable stall detect feature This feature will take effect to data performance Not integrate till fully verification * Return Value: NONE * */ void WDTS_ChannelDebug(wpt_boolean displaySnapshot, wpt_boolean toggleStallDetect) { gTransportDriver.channelDebug(displaySnapshot, toggleStallDetect); return; }
/* DTS Transport Channel Debug * Display DXE Channel debugging information * User may request to display DXE channel snapshot * Or if host driver detects any abnormal stcuk may display * Parameters: * displaySnapshot : Display DXE snapshot option * enableStallDetect : Enable stall detect feature This feature will take effect to data performance Not integrate till fully verification * Return Value: NONE * */ void WDTS_ChannelDebug(wpt_boolean displaySnapshot, wpt_uint8 debugFlags) { gTransportDriver.channelDebug(displaySnapshot, debugFlags); return; }