1.. _module-pw_chrono_zephyr: 2 3================ 4pw_chrono_zephyr 5================ 6 7-------- 8Overview 9-------- 10This chrono backend implements the ``pw_chrono`` facades. To enable, set 11``CONFIG_PIGWEED_CHRONO=y``. 12 13pw_chrono.system_clock 14---------------------- 15To enable the ``system_clock`` facade, it is also required to add 16``CONFIG_PIGWEED_CHRONO_SYSTEM_CLOCK=y``.