Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/modbus/
Dmb.c56 #ifndef MB_PORT_HAS_CLOSE
57 #define MB_PORT_HAS_CLOSE 1 macro
153 pvMBFrameCloseCur = MB_PORT_HAS_CLOSE ? vMBPortClose : NULL; in eMBInit()
167 pvMBFrameCloseCur = MB_PORT_HAS_CLOSE ? vMBPortClose : NULL; in eMBInit()
217 pvMBFrameCloseCur = MB_PORT_HAS_CLOSE ? vMBTCPPortClose : NULL; in eMBTCPInit()
Dmb_m.c60 #ifndef MB_PORT_HAS_CLOSE
61 #define MB_PORT_HAS_CLOSE 1 macro
166 pvMBMasterFrameCloseCur = MB_PORT_HAS_CLOSE ? vMBMasterTCPPortClose : NULL; in eMBMasterTCPInit()
196 pvMBMasterFrameCloseCur = MB_PORT_HAS_CLOSE ? vMBMasterPortClose : NULL; in eMBMasterSerialInit()
211 pvMBMasterFrameCloseCur = MB_PORT_HAS_CLOSE ? vMBMasterPortClose : NULL; in eMBMasterSerialInit()
/hal_espressif-3.4.0/components/freemodbus/port/
Dport.h85 #define MB_PORT_HAS_CLOSE (1) // Define to explicitly close port on destroy macro