Searched refs:MB_PORT_HAS_CLOSE (Results 1 – 3 of 3) sorted by relevance
56 #ifndef MB_PORT_HAS_CLOSE57 #define MB_PORT_HAS_CLOSE 1 macro153 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()
60 #ifndef MB_PORT_HAS_CLOSE61 #define MB_PORT_HAS_CLOSE 1 macro166 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()
85 #define MB_PORT_HAS_CLOSE (1) // Define to explicitly close port on destroy macro