Merge branch 'docs/misc_broken_link_fixes' into 'master'

docs: fixed misc broken links

See merge request espressif/esp-idf!20208
This commit is contained in:
Marius Vikhammer
2022-09-19 10:58:58 +08:00
6 changed files with 24 additions and 23 deletions

View File

@@ -33,7 +33,7 @@ Description of the MCPWM functionality is divided into the following sections:
- `Resource Allocation and Initialization <#resource-allocation-and-initialization>`__ - covers how to allocate various MCPWM objects, like timers, operators, comparators, generators and so on. These objects are the basis of the following IO setting and control functions.
- `Timer Operations and Events <#timer-operations-and-events>`__ - describes control functions and event callbacks that supported by the MCPWM timer.
- `Comparator Operations and Events <comparator-operations-and-events>`__ - describes control functions and event callbacks that supported by the MCPWM comparator.
- `Comparator Operations and Events <#comparator-operations-and-events>`__ - describes control functions and event callbacks that supported by the MCPWM comparator.
- `Generator Actions on Events <#generator-actions-on-events>`__ - describes how to set actions for MCPWM generators on particular events that generated by the MCPWM timer and comparators.
- `Classical PWM Waveforms and Generator Configurations <#classical-pwm-waveforms-and-generator-configurations>`__ - demonstrates some classical PWM waveforms that can be achieved by configuring generator actions.
- `Dead Time <#dead-time>`__ - describes how to set dead time for MCPWM generators.