Searched refs:tx_psdu (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_nrf5.h | 66 uint8_t tx_psdu[NRF5_PHR_LENGTH + IEEE802154_MAX_PHY_PACKET_SIZE]; member
|
D | ieee802154_nrf5.c | 590 nrf5_radio->tx_psdu[0] = payload_len + IEEE802154_FCS_LENGTH; in nrf5_tx() 591 memcpy(nrf5_radio->tx_psdu + 1, payload, payload_len); in nrf5_tx() 599 ret = nrf5_tx_immediate(pkt, nrf5_radio->tx_psdu, in nrf5_tx() 604 ret = nrf5_tx_csma_ca(pkt, nrf5_radio->tx_psdu); in nrf5_tx() 614 ret = nrf5_tx_at(nrf5_radio, pkt, nrf5_radio->tx_psdu, mode); in nrf5_tx() 648 memcpy(payload, nrf5_radio->tx_psdu + 1, payload_len); in nrf5_tx()
|