uart_pattern_get_pos() function
Return the nearest detected pattern position in buffer. The positions of the detected pattern are saved in a queue, This function do nothing to the queue. The following APIs will modify the pattern position info: uart_flush_input, uart_read_bytes, uart_driver_delete, uart_pop_pattern_pos It is the application's responsibility to ensure atomic access to the pattern queue and the rx data buffer when using pattern detect feature.
Arguments
uart_num
UART port number, the max port number is (UART_NUM_MAX -1).
Return value
- (-1) No pattern found for current index or parameter error - others the pattern position in rx buffer.
Notes
If the RX buffer is full and flow control is not enabled, the detected pattern may not be found in the rx buffer due to overflow.