Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/freemodbus/modbus/
Dmb.c72 } eMBState = STATE_NOT_INITIALIZED; variable
189 eMBState = STATE_DISABLED; in eMBInit()
204 eMBState = STATE_DISABLED; in eMBTCPInit()
220 eMBState = STATE_DISABLED; in eMBTCPInit()
278 if( eMBState == STATE_DISABLED ) in eMBClose()
297 if( eMBState == STATE_DISABLED ) in eMBEnable()
301 eMBState = STATE_ENABLED; in eMBEnable()
315 if( eMBState == STATE_ENABLED ) in eMBDisable()
318 eMBState = STATE_DISABLED; in eMBDisable()
321 else if( eMBState == STATE_DISABLED ) in eMBDisable()
[all …]
Dmb_m.c84 } eMBState = STATE_NOT_INITIALIZED; variable
155 eMBState = STATE_DISABLED; in eMBMasterTCPInit()
169 eMBState = STATE_DISABLED; in eMBMasterTCPInit()
234 eMBState = STATE_DISABLED; in eMBMasterSerialInit()
247 if( eMBState == STATE_DISABLED ) in eMBMasterClose()
266 if( eMBState == STATE_DISABLED ) in eMBMasterEnable()
272 eMBState = STATE_ENABLED; in eMBMasterEnable()
286 if( eMBState == STATE_ENABLED ) in eMBMasterDisable()
289 eMBState = STATE_DISABLED; in eMBMasterDisable()
292 else if( eMBState == STATE_DISABLED ) in eMBMasterDisable()
[all …]