Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/modem/modem_cmux_pair/src/
Dmain.c20 #define EVENT_CMUX_DISCONNECTED BIT(5) macro
184 k_event_post(&cmux_event_dte, EVENT_CMUX_DISCONNECTED); in test_cmux_ctrl_cb()
198 k_event_post(&cmux_event_dce, EVENT_CMUX_DISCONNECTED); in test_cmux_ctrl_cb_dce()
512 events = k_event_wait_all(&cmux_event_dte, (EVENT_CMUX_DISCONNECTED), false, K_MSEC(100)); in ZTEST()
513 zassert_true((events & EVENT_CMUX_DISCONNECTED), "Failed to disconnect CMUX"); in ZTEST()
/Zephyr-latest/tests/subsys/modem/modem_cmux/src/
Dmain.c29 #define EVENT_CMUX_DISCONNECTED BIT(9) macro
249 k_event_post(&cmux_event, EVENT_CMUX_DISCONNECTED); in test_modem_cmux_callback()
648 events = k_event_wait_all(&cmux_event, (EVENT_CMUX_DISCONNECTED), false, K_MSEC(100)); in ZTEST()
649 zassert_true((events & EVENT_CMUX_DISCONNECTED), "Failed to disconnect CMUX"); in ZTEST()