Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/usb/usb_c/
Dusbc_pe_snk_states.c32 usbc_timer_init(&pe->pd_t_wait_to_resend, PD_T_SINK_REQUEST_MIN_MS); in pe_snk_init()
305 usbc_timer_start(&pe->pd_t_wait_to_resend); in pe_snk_select_capability_run()
482 if (usbc_timer_expired(&pe->pd_t_wait_to_resend)) { in pe_snk_ready_run()
Dusbc_pe_common_internal.h243 struct usbc_timer_t pd_t_wait_to_resend; member
Dusbc_pe_common.c830 usbc_timer_start(&pe->pd_t_wait_to_resend); in pe_drs_send_swap_run()