Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/modbus/
Dmodbus_server.c111 uint8_t *presp; in mbs_fc01_coil_read() local
148 presp = &ctx->tx_adu.data[1]; in mbs_fc01_coil_read()
149 memset(presp, 0, num_bytes); in mbs_fc01_coil_read()
152 presp = &ctx->tx_adu.data[1]; in mbs_fc01_coil_read()
169 *presp |= bit_mask; in mbs_fc01_coil_read()
180 presp++; in mbs_fc01_coil_read()
210 uint8_t *presp; in mbs_fc02_di_read() local
247 presp = &ctx->tx_adu.data[1]; in mbs_fc02_di_read()
249 *presp++ = 0x00; in mbs_fc02_di_read()
253 presp = &ctx->tx_adu.data[1]; in mbs_fc02_di_read()
[all …]