Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx_subg.h30 #define CC13XX_CC26XX_TX_BUF_SIZE (IEEE802154_PHY_SUN_FSK_PHR_LEN + IEEE802154_MAX_PHY_PACKET_SIZE)
Dieee802154_cc13xx_cc26xx_subg.c679 if (buf->len > (CC13XX_CC26XX_TX_BUF_SIZE - IEEE802154_PHY_SUN_FSK_PHR_LEN)) { in ieee802154_cc13xx_cc26xx_subg_tx()
712 memcpy(&drv_data->tx_data[IEEE802154_PHY_SUN_FSK_PHR_LEN], buf->data, buf->len); in ieee802154_cc13xx_cc26xx_subg_tx()
713 drv_data->cmd_prop_tx_adv.pktLen = buf->len + IEEE802154_PHY_SUN_FSK_PHR_LEN; in ieee802154_cc13xx_cc26xx_subg_tx()
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h420 #define IEEE802154_PHY_SUN_FSK_PHR_LEN 2 macro