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