Merge branch 'contrib/github_pr_10856' into 'master'

Correct typo in referenced function name (GitHub PR)

Closes IDFGH-9496

See merge request espressif/esp-idf!22537
This commit is contained in:
Song Ruo Jing
2023-03-01 18:39:11 +08:00
3 changed files with 2 additions and 24 deletions
@@ -233,7 +233,7 @@ API 提供了一种便利的方法来处理本文所讨论的特定中断,即
- **模式检测**:在检测到重复接收/发送同一字符的“模式”时触发中断,请参考示例 :example:`peripherals/uart/uart_events`。例如,模式检测可用于检测命令字符串末尾是否存在特定数量的相同字符(“模式”)。可以调用以下函数:
- 配置并启用此中断:调用 :cpp:func:`uart_enable_pattern_det_intr`
- 配置并启用此中断:调用 :cpp:func:`uart_enable_pattern_det_baud_intr`
- 禁用中断:调用 :cpp:func:`uart_disable_pattern_det_intr`