Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/common/
Desp_modbus_master.c211 MB_MASTER_CHECK((master_interface_ptr->master_reg_cb_coils != NULL), in eMBMasterRegCoilsCB()
214 error = master_interface_ptr->master_reg_cb_coils(pucRegBuffer, usAddress, in eMBMasterRegCoilsCB()
Dmbc_master.h110 reg_coils_cb master_reg_cb_coils; /*!< Stack callback coils rw method */ member
/hal_espressif-3.6.0/components/freemodbus/serial_master/modbus_controller/
Dmbc_serial_master.c706 mbm_interface_ptr->master_reg_cb_coils = eMBRegCoilsCBSerialMaster; in mbc_serial_master_create()
/hal_espressif-3.6.0/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c817 mbm_interface_ptr->master_reg_cb_coils = eMBRegCoilsCBTcpMaster; in mbc_tcp_master_create()