Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/modbus/
Dmodbus_serial.c225 cfg->uart_buf_ptr = &cfg->uart_buf[0]; in modbus_ascii_tx_adu()
299 cfg->uart_buf_ptr = &cfg->uart_buf[0]; in rtu_tx_adu()
326 cfg->uart_buf_ptr = &cfg->uart_buf[0]; in cb_handler_rx()
331 *cfg->uart_buf_ptr++ = c; in cb_handler_rx()
346 n = uart_fifo_read(cfg->dev, cfg->uart_buf_ptr, in cb_handler_rx()
350 cfg->uart_buf_ptr += n; in cb_handler_rx()
361 n = uart_fifo_fill(cfg->dev, cfg->uart_buf_ptr, in cb_handler_tx()
364 cfg->uart_buf_ptr += n; in cb_handler_tx()
374 cfg->uart_buf_ptr = &cfg->uart_buf[0]; in cb_handler_tx()
479 cfg->uart_buf_ptr = &cfg->uart_buf[0]; in modbus_serial_rx_adu()
[all …]
Dmodbus_internal.h89 uint8_t *uart_buf_ptr; member