Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / pigweed / repo / pw_sync_threadx / docs.rst
1 .. _module-pw_sync_threadx:
2
3 ---------------
4 pw_sync_threadx
5 ---------------
6 This is a set of backends for pw_sync based on ThreadX. It is not ready for use,
7 and is under construction.
8
9 It is possible, if necessary, to use pw_sync_threadx without using the Pigweed
10 provided pw_chrono_threadx in case the ThreadX time API (``tx_time_get()``)) is
11 not available (i.e. ``TX_NO_TIMER`` is set). You are responsible for ensuring
12 that the chrono backend provided has counts which match the ThreadX tick based
13 API.