uart_get_stop_bits() function
Get the UART stop bit configuration.
Arguments
uart_num
UART port number, the max port number is (UART_NUM_MAX -1).
stop_bits
Pointer to accept value of UART stop bits.
Return value
- ESP_FAIL Parameter error - ESP_OK Success, result will be put in (*stop_bit)