Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_tx_queue/src/
Dmain.c112 struct node_tx data_nodes1[SIZE] = { 0 }; in ZTEST() local
119 ull_tx_q_enqueue_data(&tx_q, &data_nodes1[i]); in ZTEST()
128 zassert_equal_ptr(node, &data_nodes1[i], NULL); in ZTEST()
148 struct node_tx data_nodes1[SIZE] = { 0 }; in ZTEST() local
156 ull_tx_q_enqueue_data(&tx_q, &data_nodes1[i]); in ZTEST()
173 zassert_equal_ptr(node, &data_nodes1[i], NULL); in ZTEST()
195 struct node_tx data_nodes1[SIZE] = { 0 }; in ZTEST() local
203 ull_tx_q_enqueue_data(&tx_q, &data_nodes1[i]); in ZTEST()
221 zassert_equal_ptr(node, &data_nodes1[i], NULL); in ZTEST()
251 struct node_tx data_nodes1[SIZE] = { 0 }; in ZTEST() local
[all …]