Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/examples/protocols/modbus/serial/mb_master/main/
Dmaster.c31 #define MASTER_MAX_RETRY 30 macro
148 for(uint16_t retry = 0; retry <= MASTER_MAX_RETRY && (!alarm_state); retry++) { in master_operation_func()
249 MASTER_MAX_RETRY); in master_operation_func()
/hal_espressif-3.4.0/examples/protocols/modbus/tcp/mb_tcp_master/main/
Dtcp_master.c31 #define MASTER_MAX_RETRY (30) macro
482 for(uint16_t retry = 0; retry <= MASTER_MAX_RETRY && (!alarm_state); retry++) { in master_operation_func()
543 MASTER_MAX_RETRY); in master_operation_func()