Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/freemodbus/modbus/rtu/
Dmbrtu.c132 vMBPortSerialEnable( TRUE, FALSE ); in eMBRTUStart()
142 vMBPortSerialEnable( FALSE, FALSE ); in eMBRTUStop()
210 vMBPortSerialEnable( FALSE, TRUE ); in eMBRTUSend()
/hal_espressif-3.5.0/components/freemodbus/modbus/ascii/
Dmbascii.c126 vMBPortSerialEnable( TRUE, FALSE ); in eMBASCIIStart()
138 vMBPortSerialEnable( FALSE, FALSE ); in eMBASCIIStop()
203 vMBPortSerialEnable( FALSE, TRUE ); in eMBASCIISend()
/hal_espressif-3.5.0/components/freemodbus/port/
Dportserial.c70 void vMBPortSerialEnable(BOOL bRxEnable, BOOL bTxEnable) in vMBPortSerialEnable() function
124 vMBPortSerialEnable(TRUE, FALSE); in xMBPortSerialTxPoll()
/hal_espressif-3.5.0/components/freemodbus/modbus/include/
Dmbport.h135 void vMBPortSerialEnable( BOOL xRxEnable, BOOL xTxEnable );