Home
last modified time | relevance | path

Searched defs:tx_s (Results 1 – 3 of 3) sorted by relevance

/babblesim_ext_2G4_phy_v1-3.4.0/src/
Dp2G4_main.c125 static bool tx_and_rx_match(const p2G4_txv2_t *tx_s, rx_status_t *rx_st) in tx_and_rx_match()
155 static void find_and_activate_rx(const p2G4_txv2_t *tx_s, uint tx_d) { in find_and_activate_rx()
167 static void tx_start_packet_common(p2G4_txv2_t* tx_s, uint d){ in tx_start_packet_common()
173 static void tx_schedule_next_event(p2G4_txv2_t* tx_s, uint d){ in tx_schedule_next_event()
208 p2G4_txv2_t* tx_s; in f_tx_start() local
224 p2G4_txv2_t* tx_s; in f_tx_abort_reeval() local
235 p2G4_txv2_t* tx_s; in f_tx_packet_start() local
243 p2G4_txv2_t* tx_s; in f_tx_packet_end() local
408 p2G4_txv2_t *tx_s = &tx_l_c.tx_list[tx_d].tx_s; in f_rx_found() local
624 p2G4_txv2_t* tx_s = &tx_l_c.tx_list[i].tx_s; in find_fitting_tx_cca() local
[all …]
Dp2G4_pending_tx_list.c44 void txl_register(uint d, p2G4_txv2_t *tx_s, uint8_t* packet){ in txl_register()
Dp2G4_pending_tx_rx_list.h20 p2G4_txv2_t tx_s; member