Hi,
The uart0 and Uart1 have different registers, so the register group must be redefined in SDK.
I copy the register definition for the UART0 and UART1/2 as the following, the red is unique register for UART0.
For the detailed inf about match, pls refer to 39.2.9 UART Match Address Registers 1 (UARTx_MA1).
39.2.9 UART Match Address Registers 1 (UARTx_MA1)
The MA1 and MA2 registers are compared to input data addresses when the most
significant bit is set and the associated C4[MAEN] bit is set. If a match occurs, the
following data is transferred to the data register. If a match fails, the following data is
discarded. Software should only write a MA register when the associated C4[MAEN] bit
is clear.

Hope it can help you
BR
XiangJun Rong