Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/usb/usb_c/
Dusbc_pe_common_internal.h185 PE_FLAGS_FIRST_MSG_SENT = 18, enumerator
Dusbc_pe_common.c269 if (!atomic_test_bit(pe->flags, PE_FLAGS_FIRST_MSG_SENT)) { in pe_soft_reset_is_required()
414 atomic_set_bit(pe->flags, PE_FLAGS_FIRST_MSG_SENT); in pe_first_msg_sent()