uart_get_parity() function
Get the UART parity mode configuration.
Arguments
uart_num
UART port number, the max port number is (UART_NUM_MAX -1).
parity_mode
Pointer to accept value of UART parity mode.
Return value
- ESP_FAIL Parameter error - ESP_OK Success, result will be put in (*parity_mode)