CONFIG_IEEE802154_DELAY_TRX_ACC

Clock accuracy for delayed operations

Type: int

Help

Accuracy of the clock used for scheduling radio delayed operations (delayed transmission
or delayed reception), in ppm.

Direct dependencies

IEEE802154

(Includes any dependencies from ifs and menus.)

Default

  • 20

Kconfig definition

At <Zephyr>/drivers/ieee802154/Kconfig:138

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

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

config IEEE802154_DELAY_TRX_ACC
    int "Clock accuracy for delayed operations"
    default 20
    depends on IEEE802154
    help
      Accuracy of the clock used for scheduling radio delayed operations (delayed transmission
      or delayed reception), in ppm.

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