xref: /aosp_15_r20/external/pigweed/pw_chrono_zephyr/docs.rst (revision 61c4878ac05f98d0ceed94b57d316916de578985)
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``.
17