Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/usb/usb_c/
Dusbc_tc_snk_states.c120 tc->cc_state = TC_CC_NONE; in tc_attach_wait_snk_entry()
148 if (new_cc_state != tc->cc_state) { in tc_attach_wait_snk_run()
150 tc->cc_state = new_cc_state; in tc_attach_wait_snk_run()
Dusbc_tc_src_states.c129 tc->cc_state = TC_CC_NONE; in tc_attach_wait_src_entry()
151 if (new_cc_state != tc->cc_state) { in tc_attach_wait_src_run()
154 tc->cc_state = new_cc_state; in tc_attach_wait_src_run()
Dusbc_tc_common_internal.h78 enum tc_cc_states cc_state; member