Home
last modified time | relevance | path

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

/Zephyr-latest/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()
352 n = uart_fifo_read(cfg->dev, cfg->uart_buf_ptr, in cb_handler_rx()
356 cfg->uart_buf_ptr += n; in cb_handler_rx()
367 n = uart_fifo_fill(cfg->dev, cfg->uart_buf_ptr, in cb_handler_tx()
370 cfg->uart_buf_ptr += n; in cb_handler_tx()
380 cfg->uart_buf_ptr = &cfg->uart_buf[0]; in cb_handler_tx()
534 cfg->uart_buf_ptr = &cfg->uart_buf[0]; in modbus_serial_rx_adu()
[all …]
Dmodbus_internal.h77 uint8_t *uart_buf_ptr; member