Home
last modified time | relevance | path

Searched refs:MB_FUNC_READ_COILS (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.5.0/components/freemodbus/modbus/include/
Dmbproto.h42 #define MB_FUNC_READ_COILS ( 1 ) macro
/hal_espressif-3.5.0/components/freemodbus/modbus/functions/
Dmbfunccoils.c100 *pucFrameCur++ = MB_FUNC_READ_COILS; in eMBFuncReadCoils()
Dmbfunccoils_m.c100 ucMBFrame[MB_PDU_FUNC_OFF] = MB_FUNC_READ_COILS; in eMBMasterReqReadCoils()
/hal_espressif-3.5.0/components/freemodbus/serial_master/modbus_controller/
Dmbc_serial_master.c201 case MB_FUNC_READ_COILS: in mbc_serial_master_send_request()
322 MB_FUNC_READ_COILS; in mbc_serial_master_get_command()
/hal_espressif-3.5.0/components/freemodbus/modbus/
Dmb.c116 {MB_FUNC_READ_COILS, eMBFuncReadCoils},
Dmb_m.c134 {MB_FUNC_READ_COILS, eMBMasterFuncReadCoils},
/hal_espressif-3.5.0/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c283 case MB_FUNC_READ_COILS: in mbc_tcp_master_send_request()
394 command = (mode == MB_PARAM_WRITE) ? MB_FUNC_WRITE_MULTIPLE_COILS : MB_FUNC_READ_COILS; in mbc_tcp_master_get_command()