Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/modbus/functions/
Dmbfuncholding_m.c107 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqWriteHoldingRegister()
178 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqWriteMultipleHoldingRegister()
271 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqReadHoldingRegister()
366 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqReadWriteMultipleHoldingRegister()
Dmbfunccoils_m.c95 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqReadCoils()
202 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqWriteCoil()
298 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqWriteMultipleCoils()
Dmbfuncinput_m.c78 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqReadInputRegister()
Dmbfuncdisc_m.c79 else if ( xMBMasterRunResTake( lTimeOut ) == FALSE ) eErrStatus = MB_MRE_MASTER_BUSY; in eMBMasterReqReadDiscreteInputs()
/hal_espressif-3.6.0/components/freemodbus/modbus/include/
Dmb_m.h87 MB_MRE_MASTER_BUSY, /*!< master is busy now. */ enumerator
/hal_espressif-3.6.0/components/freemodbus/serial_master/modbus_controller/
Dmbc_serial_master.c268 case MB_MRE_MASTER_BUSY: in mbc_serial_master_send_request()
/hal_espressif-3.6.0/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c351 case MB_MRE_MASTER_BUSY: in mbc_tcp_master_send_request()