Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/usb/usb_c/
Dusbc_tc_snk_states.c111 tc->cc_state = TC_CC_NONE; in tc_attach_wait_snk_entry()
133 if (new_cc_state != tc->cc_state) { in tc_attach_wait_snk_run()
135 tc->cc_state = new_cc_state; in tc_attach_wait_snk_run()
Dusbc_tc_src_states.c128 tc->cc_state = TC_CC_NONE; in tc_attach_wait_src_entry()
150 if (new_cc_state != tc->cc_state) { in tc_attach_wait_src_run()
153 tc->cc_state = new_cc_state; in tc_attach_wait_src_run()
Dusbc_tc_common_internal.h78 enum tc_cc_states cc_state; member