Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/usb/usb_c/
Dusbc_tc_snk_states.c149 usbc_timer_start(&tc->tc_t_cc_debounce); in tc_attach_wait_snk_run()
154 if (usbc_timer_running(&tc->tc_t_cc_debounce) && in tc_attach_wait_snk_run()
155 usbc_timer_expired(&tc->tc_t_cc_debounce) == false) { in tc_attach_wait_snk_run()
192 usbc_timer_stop(&tc->tc_t_cc_debounce); in tc_attach_wait_snk_exit()
Dusbc_tc_src_states.c153 usbc_timer_start(&tc->tc_t_cc_debounce); in tc_attach_wait_src_run()
158 if (usbc_timer_running(&tc->tc_t_cc_debounce) && in tc_attach_wait_src_run()
159 !usbc_timer_expired(&tc->tc_t_cc_debounce)) { in tc_attach_wait_src_run()
180 usbc_timer_stop(&tc->tc_t_cc_debounce); in tc_attach_wait_src_exit()
Dusbc_tc_common_internal.h89 struct usbc_timer_t tc_t_cc_debounce; member
Dusbc_tc_common.c132 usbc_timer_init(&tc->tc_t_cc_debounce, TC_T_CC_DEBOUNCE_MAX_MS); in tc_init()