Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/common/
Desp_modbus_master.c241 MB_MASTER_CHECK((master_interface_ptr->master_reg_cb_input != NULL), in eMBMasterRegInputCB()
244 error = master_interface_ptr->master_reg_cb_input(pucRegBuffer, usAddress, usNRegs); in eMBMasterRegInputCB()
Dmbc_master.h108 reg_input_cb master_reg_cb_input; /*!< Stack callback input rw method */ member
/hal_espressif-3.6.0/components/freemodbus/serial_master/modbus_controller/
Dmbc_serial_master.c704 mbm_interface_ptr->master_reg_cb_input = eMBRegInputCBSerialMaster; in mbc_serial_master_create()
/hal_espressif-3.6.0/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c815 mbm_interface_ptr->master_reg_cb_input = eMBRegInputCBTcpMaster; in mbc_tcp_master_create()