Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/port/
Dport.h62 #define MB_SERIAL_TX_TOUT_TICKS (pdMS_TO_TICKS(MB_SERIAL_TX_TOUT_MS)) // timeout for transm… macro
Dportserial.c123 esp_err_t xTxStatus = uart_wait_tx_done(ucUartNumber, MB_SERIAL_TX_TOUT_TICKS); in xMBPortSerialTxPoll()
Dportserial_m.c118 esp_err_t xTxStatus = uart_wait_tx_done(ucUartNumber, MB_SERIAL_TX_TOUT_TICKS); in xMBMasterPortSerialTxPoll()