Home
last modified time | relevance | path

Searched refs:pd_t_chunking_not_supported (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/usb/usb_c/
Dusbc_pe_common_internal.h241 struct usbc_timer_t pd_t_chunking_not_supported; member
Dusbc_pe_common.c101 usbc_timer_init(&pe->pd_t_chunking_not_supported, PD_T_CHUNKING_NOT_SUPPORTED_NOM_MS); in pe_init()
1129 usbc_timer_start(&pe->pd_t_chunking_not_supported); in pe_chunk_received_entry()
1145 if (usbc_timer_expired(&pe->pd_t_chunking_not_supported)) { in pe_chunk_received_run()