This API function performs byte-level UARTF reception the number of times specified by the argument rx_num, and stores the data in the buffer specified by the argument rx_buf. |
Actual UARTF reception starts after this API function is called, and R_UARTFn_Start is then called. |
If the asynchronous serial interface LIN-UART (UARTF) is used in expansion bit mode, then the received data is stored in the buffer specified by argument rx_buf, in the following format. |
"8-bit data", "Expansion bit", "8-bit data", "Expansion bit", ...