docs(parlio_tx): add programming guide

This commit is contained in:
Chen Jichang
2025-01-10 16:07:52 +08:00
parent 25cd10ce53
commit 487a306cdd
19 changed files with 1009 additions and 73 deletions

View File

@@ -128,7 +128,7 @@ If the minimum timeout values slightly exceed the requirements, the Interrupt Di
.. only:: SOC_PARLIO_SUPPORTED
For even smaller timeout values, for example, to generate or receive waveforms or do bit banging, the resolution of ESP Timer may be insufficient. In this case, it is recommended to use dedicated peripherals, such as :doc:`Parallel IO </api-reference/peripherals/parlio>`, and their DMA features if available.
For even smaller timeout values, for example, to generate or receive waveforms or do bit banging, the resolution of ESP Timer may be insufficient. In this case, it is recommended to use dedicated peripherals, such as :doc:`Parallel IO </api-reference/peripherals/parlio/index>`, and their DMA features if available.
Sleep Mode Considerations