Home
last modified time | relevance | path

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

/babblesim_ext_2G4_phy_v1-latest/docs/
DREADME_dumps.md33 * packet: Actual packet data (packet_size bytes)
61 * packet: Actual packet data (packet_size bytes), note that this is the actual transmitted packet, …
88 * packet: Actual packet data (packet_size bytes)
120 * packet: Actual packet data (packet_size bytes), note that this is the actual transmitted packet, …
/babblesim_ext_2G4_phy_v1-latest/src/
Dp2G4_main.c800 uint8_t *data = NULL; in prepare_tx_common() local
803 data = bs_malloc(tx_s->packet_size); in prepare_tx_common()
804 p2G4_phy_get(d, data, tx_s->packet_size); in prepare_tx_common()
829 txl_register(d, tx_s, data); in prepare_tx_common()