Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/drivers/usb_c/
Dusbc_tc.h403 TC_POLARITY_CC1 = 0, 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/samples/subsys/usb_c/source/src/
Dmain.c120 } else if (pol == TC_POLARITY_CC1) { in port1_policy_cb_vconn_en()
/Zephyr-Core-3.4.0/drivers/usb_c/tcpc/
Ducpd_stm32.c291 TC_POLARITY_CC2 : TC_POLARITY_CC1; in ucpd_set_vconn()
466 if (polarity == TC_POLARITY_CC1) { in ucpd_cc_set_polarity()