docs: update format issues for EN and CN files under api-reference/system and...

This commit is contained in:
Cai Xin Ying
2023-08-03 11:32:07 +08:00
parent 494c33e8d1
commit 03c15adc94
47 changed files with 903 additions and 656 deletions

View File

@@ -1,5 +1,6 @@
杂项系统 API
=========================
:link_to_translation:`en:[English]`
{IDF_TARGET_BASE_MAC_BLOCK: default="BLK1", esp32="BLK0"}
@@ -36,7 +37,7 @@ MAC 地址
要获取特定接口(如 Wi-Fi、蓝牙、以太网的 MAC 地址,请调用函数 :cpp:func:`esp_read_mac`
在 ESP-IDF 中,各个网络接口的 MAC 地址是根据单个 *基准 MAC 地址 (Base MAC address)* 计算出来的。默认情况下使用乐鑫指定的基准 MAC 地址,该基准地址在产品生产过程中已预烧录至 {IDF_TARGET_NAME} eFuse。
在 ESP-IDF 中,各个网络接口的 MAC 地址是根据单个 **基准 MAC 地址 (Base MAC address)** 计算出来的。默认情况下使用乐鑫指定的基准 MAC 地址,该基准地址在产品生产过程中已预烧录至 {IDF_TARGET_NAME} eFuse。
.. only:: not esp32s2
@@ -45,7 +46,7 @@ MAC 地址
:header-rows: 1
* - 接口
- MAC 地址(默认 4 个全局地址)
- MAC 地址(默认 4 个全局地址
- MAC 地址2 个全局地址)
* - Wi-Fi Station
- base_mac
@@ -71,7 +72,7 @@ MAC 地址
:header-rows: 1
* - 接口
- MAC 地址(默认 2 个全局地址)
- MAC 地址(默认 2 个全局地址
- MAC 地址1 个全局地址)
* - Wi-Fi Station
- base_mac
@@ -89,7 +90,9 @@ MAC 地址
.. only:: not SOC_EMAC_SUPPORTED
.. note:: {IDF_TARGET_NAME} 内部未集成以太网 MAC 地址,但仍可以计算得出该地址。不过,以太网 MAC 地址只能与外部以太网接口(如 SPI 以太网设备)一起使用,具体请参阅 :doc:`/api-reference/network/esp_eth`
.. note::
{IDF_TARGET_NAME} 内部未集成以太网 MAC 地址,但仍可以计算得出该地址。不过,以太网 MAC 地址只能与外部以太网接口(如 SPI 以太网设备)一起使用,具体请参阅 :doc:`/api-reference/network/esp_eth`
自定义接口 MAC
^^^^^^^^^^^^^^^^