Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_tc.h405 TC_POLARITY_CC2 = 1 enumerator
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_tc_common.c92 tc->cc_polarity = (tc->cc1 > tc->cc2) ? TC_POLARITY_CC1 : TC_POLARITY_CC2; in tc_run()
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_stm32.c291 TC_POLARITY_CC2 : TC_POLARITY_CC1; in ucpd_set_vconn()
468 } else if (polarity == TC_POLARITY_CC2) { in ucpd_cc_set_polarity()
Ducpd_numaker.c1850 (ctl & UTCPD_CTL_ORIENT_Msk) ? TC_POLARITY_CC2 : TC_POLARITY_CC1; in numaker_tcpc_vconn_discharge()
1885 (ctl & UTCPD_CTL_ORIENT_Msk) ? TC_POLARITY_CC2 : TC_POLARITY_CC1; in numaker_tcpc_set_vconn()
2015 case TC_POLARITY_CC2: in numaker_tcpc_set_cc_polarity()