What is meaning for bit[1:0] for CC_STATUS(0x11) in STUSB4500? Hi,The bit [1:0] for STUSB4500 registry CC_STATUS(0x11) is labeled as CC1_STATE: (available when CONNECT_result =1) 00: Reserved 01: SNK.Default (Above minimum vRd-Connect) 10: SNK.Power1.5 (Above minimum vRd-Connect) 11: SNK.Power3.0 (Above minimum vRd-Connect) What is the meaning for SNK.Power1.5 and SNK.Power3.0? What is the meaning for "Above minimum vRd-Connect"?I found that when I connect to a PC USB-A port, CC_STATUS(0x11) is always 0x11; While when I connect to a lab power supply, CC_STATUS(0x11) is always 0x13. Is it guaranteed? When USB-C PD is not used, our devices need to be able to power up when connecting to lab power supply(5V, 3A), but not power on when connecting a PC USB-A port. We are trying to find a way to detect the connection type and the CC_STATUS register seems promising.Thanks,Winston