Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/usb/usb_c/
Dusbc_prl.c51 PRL_FLAGS_FIRST_MSG_PENDING = 8, enumerator
286 atomic_set_bit(&prl_tx->flags, PRL_FLAGS_FIRST_MSG_PENDING); in prl_first_msg_notificaiton()
860 if (atomic_test_bit(&prl_tx->flags, PRL_FLAGS_FIRST_MSG_PENDING)) { in prl_tx_src_pending_run()
861 atomic_clear_bit(&prl_tx->flags, PRL_FLAGS_FIRST_MSG_PENDING); in prl_tx_src_pending_run()
924 if (atomic_test_bit(&prl_tx->flags, PRL_FLAGS_FIRST_MSG_PENDING)) { in prl_tx_snk_pending_run()
925 atomic_clear_bit(&prl_tx->flags, PRL_FLAGS_FIRST_MSG_PENDING); in prl_tx_snk_pending_run()