Home
last modified time | relevance | path

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

/babblesim_ext_2G4_phy_v1-latest/src/
Dp2G4_com.c33 void p2G4_phy_resp_tx(uint d, p2G4_tx_done_t *tx_done_s) { in p2G4_phy_resp_tx() argument
36 (void *)tx_done_s, sizeof(p2G4_tx_done_t)); in p2G4_phy_resp_tx()
Dp2G4_main.c43 p2G4_tx_done_t tx_done_s; in f_tx_end() local
56 tx_done_s.end_time = current_time; in f_tx_end()
57 p2G4_phy_resp_tx(d, &tx_done_s); in f_tx_end()