Home
last modified time | relevance | path

Searched refs:uart_buf_ptr (Results 1 – 2 of 2) sorted by relevance

/subsys/modbus/
A Dmodbus_serial.c239 cfg->uart_buf_ptr = &cfg->uart_buf[0]; in modbus_ascii_tx_adu()
313 cfg->uart_buf_ptr = &cfg->uart_buf[0]; in rtu_tx_adu()
345 cfg->uart_buf_ptr = &cfg->uart_buf[0]; in cb_handler_rx()
350 *cfg->uart_buf_ptr++ = c; in cb_handler_rx()
371 n = uart_fifo_read(cfg->dev, cfg->uart_buf_ptr, in cb_handler_rx()
375 cfg->uart_buf_ptr += n; in cb_handler_rx()
386 n = uart_fifo_fill(cfg->dev, cfg->uart_buf_ptr, in cb_handler_tx()
389 cfg->uart_buf_ptr += n; in cb_handler_tx()
399 cfg->uart_buf_ptr = &cfg->uart_buf[0]; in cb_handler_tx()
554 cfg->uart_buf_ptr = &cfg->uart_buf[0]; in modbus_serial_rx_adu()
[all …]
A Dmodbus_internal.h77 uint8_t *uart_buf_ptr; member

Completed in 20 milliseconds