Searched refs:uart_buf_ctr (Results 1 – 2 of 2) sorted by relevance
122 rx_size = cfg->uart_buf_ctr; in modbus_ascii_rx_adu()238 cfg->uart_buf_ctr = tx_bytes; in modbus_ascii_tx_adu()346 cfg->uart_buf_ctr = 0; in cb_handler_rx()351 cfg->uart_buf_ctr++; in cb_handler_rx()373 cfg->uart_buf_ctr)); in cb_handler_rx()376 cfg->uart_buf_ctr += n; in cb_handler_rx()385 if (cfg->uart_buf_ctr > 0) { in cb_handler_tx()387 cfg->uart_buf_ctr); in cb_handler_tx()388 cfg->uart_buf_ctr -= n; in cb_handler_tx()553 cfg->uart_buf_ctr = 0; in modbus_serial_rx_adu()[all …]
85 uint16_t uart_buf_ctr; member
Completed in 10 milliseconds