CONFIG_IEEE802154_NRF5_PKT_TXTIME

Driver’s TX time support

Type: bool

Help

Enable TX time support. This is needed when upper layers want to set the exact time when the packet should be sent.

Direct dependencies

!NRF_802154_SL_OPENSOURCE && !NRF_802154_SER_HOST && NET_PKT_TXTIME && IEEE802154_NRF5 && IEEE802154

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/ieee802154/Kconfig.nrf5:46

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:10<Zephyr>/drivers/ieee802154/Kconfig:66

Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → nRF52 series IEEE 802.15.4 Driver

config IEEE802154_NRF5_PKT_TXTIME
    bool "Driver's TX time support"
    default y
    depends on !NRF_802154_SL_OPENSOURCE && !NRF_802154_SER_HOST && NET_PKT_TXTIME && IEEE802154_NRF5 && IEEE802154
    help
      Enable TX time support. This is needed when upper layers want
      to set the exact time when the packet should be sent.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)