Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/drivers/usb_c/
Dusbc_tc.h405 TC_POLARITY_CC2 = 1 enumerator
/Zephyr-Core-3.4.0/subsys/usb/usb_c/
Dusbc_tc_common.c72 tc->cc_polarity = (tc->cc1 > tc->cc2) ? TC_POLARITY_CC1 : TC_POLARITY_CC2; in tc_run()
/Zephyr-Core-3.4.0/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()