Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/modem/modem_cmux_pair/src/
Dmain.c43 static struct k_event cmux_event_dte; variable
69 k_event_post(&cmux_event_dte, EVENT_CMUX_DLCI1_OPEN); in test_dlci1_pipe_cb()
73 k_event_post(&cmux_event_dte, EVENT_CMUX_DLCI1_CLOSED); in test_dlci1_pipe_cb()
77 k_event_post(&cmux_event_dte, EVENT_CMUX_DLCI1_RX_DATA); in test_dlci1_pipe_cb()
90 k_event_post(&cmux_event_dte, EVENT_CMUX_DLCI2_OPEN); in test_dlci2_pipe_cb()
94 k_event_post(&cmux_event_dte, EVENT_CMUX_DLCI2_CLOSED); in test_dlci2_pipe_cb()
97 k_event_post(&cmux_event_dte, EVENT_CMUX_DLCI2_RX_DATA); in test_dlci2_pipe_cb()
179 k_event_post(&cmux_event_dte, EVENT_CMUX_CONNECTED); in test_cmux_ctrl_cb()
184 k_event_post(&cmux_event_dte, EVENT_CMUX_DISCONNECTED); in test_cmux_ctrl_cb()
292 k_event_init(&cmux_event_dte); in test_setup()
[all …]