mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 10:30:58 +02:00
docs: Update translation for ROM Headers
This commit is contained in:
committed by
Marius Vikhammer
parent
af91aa771b
commit
8833953070
@@ -31,7 +31,7 @@ extern "C" {
|
||||
//uart int enable register ctrl bits
|
||||
#define UART_RCV_INTEN BIT0
|
||||
#define UART_TRX_INTEN BIT1
|
||||
#define UART_LINE_ETS_STATUS_INTEN BIT2
|
||||
#define UART_LINE_STATUS_INTEN BIT2
|
||||
|
||||
//uart int identification ctrl bits
|
||||
#define UART_INT_FLAG_MASK 0x0E
|
||||
@@ -58,7 +58,7 @@ extern "C" {
|
||||
#define FRAME_FLAG 0x7E
|
||||
|
||||
typedef enum {
|
||||
UART_LINE_ETS_STATUS_INT_FLAG = 0x06,
|
||||
UART_LINE_STATUS_INT_FLAG = 0x06,
|
||||
UART_RCV_FIFO_INT_FLAG = 0x04,
|
||||
UART_RCV_TMOUT_INT_FLAG = 0x0C,
|
||||
UART_TXBUFF_EMPTY_INT_FLAG = 0x02
|
||||
|
@@ -65,7 +65,6 @@ ROM Headers
|
||||
|
||||
The deprecated ``STATUS`` type has been removed from ``ets_sys.h`` ROM header files. Please use ``ETS_STATUS`` instead.
|
||||
|
||||
|
||||
App Trace
|
||||
----------
|
||||
|
||||
|
@@ -60,6 +60,11 @@ Xtensa 特殊寄存器头文件已更新,使用新的命名约定。旧的 ``s
|
||||
|
||||
已弃用的头文件 ``esp_private/interrupt_deprecated.h`` 已被移除,已弃用的函数不再可用,请改用非弃用版本。
|
||||
|
||||
ROM 头文件
|
||||
-----------
|
||||
|
||||
已从 ``ets_sys.h`` ROM 头文件中移除了已弃用的 ``STATUS`` 类型。请改用 ``ETS_STATUS``。
|
||||
|
||||
App 追踪
|
||||
----------
|
||||
|
||||
|
Reference in New Issue
Block a user