Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/usb/usb_c/
Dusbc_pe_common_internal.h239 struct usbc_timer_t pd_t_sender_response; member
Dusbc_pe_common.c100 usbc_timer_init(&pe->pd_t_sender_response, PD_T_NO_RESPONSE_MAX_MS); in pe_init()
1163 usbc_timer_start(&pe->pd_t_sender_response); in pe_sender_response_run()
1167 if (usbc_timer_expired(&pe->pd_t_sender_response)) { in pe_sender_response_run()
1242 usbc_timer_stop(&pe->pd_t_sender_response); in pe_sender_response_exit()
Dusbc_pe_src_states.c241 else if (usbc_timer_expired(&pe->pd_t_sender_response)) { in pe_src_send_capabilities_run()