Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/modem/modem_ppp/src/
Dmain.c36 static uint8_t mock_tx_buf[TEST_MODEM_PPP_MOCK_PIPE_TX_BUF_SIZE]; variable
273 .tx_buf = mock_tx_buf, in test_modem_ppp_setup()
274 .tx_buf_size = sizeof(mock_tx_buf), in test_modem_ppp_setup()
/Zephyr-latest/tests/subsys/modem/modem_chat/src/
Dmain.c29 static uint8_t mock_tx_buf[128]; variable
277 .tx_buf = mock_tx_buf, in test_modem_chat_setup()
278 .tx_buf_size = ARRAY_SIZE(mock_tx_buf), in test_modem_chat_setup()