Home
last modified time | relevance | path

Searched refs:ULONG (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-3.6.0/components/freemodbus/modbus/include/
Dmbport.h118 xMBMasterPortFsmWaitConfirmation( eMBMasterEventType eEventMask, ULONG ulTimeout);
128 BOOL xMBPortSerialInit( UCHAR ucPort, ULONG ulBaudRate,
142 BOOL xMBMasterPortSerialInit( UCHAR ucPort, ULONG ulBaudRate,
Dmb.h152 UCHAR ucPort, ULONG ulBaudRate, eMBParity eParity );
Dmb_m.h124 ULONG ulBaudRate, eMBParity eParity );
/hal_espressif-3.6.0/components/freemodbus/modbus/ascii/
Dmbascii.h47 ULONG ulBaudRate, eMBParity eParity );
62 ULONG ulBaudRate, eMBParity eParity );
Dmbascii.c100 eMBASCIIInit( UCHAR ucSlaveAddress, UCHAR ucPort, ULONG ulBaudRate, eMBParity eParity ) in eMBASCIIInit()
Dmbascii_m.c108 eMBMasterASCIIInit( UCHAR ucPort, ULONG ulBaudRate, eMBParity eParity ) in eMBMasterASCIIInit()
/hal_espressif-3.6.0/components/freemodbus/modbus/rtu/
Dmbrtu.h43 eMBErrorCode eMBRTUInit( UCHAR slaveAddress, UCHAR ucPort, ULONG ulBaudRate,
56 eMBErrorCode eMBMasterRTUInit( UCHAR ucPort, ULONG ulBaudRate,eMBParity eParity );
Dmbrtu.c78 eMBRTUInit( UCHAR ucSlaveAddress, UCHAR ucPort, ULONG ulBaudRate, eMBParity eParity ) in eMBRTUInit()
81 ULONG usTimerT35_50us; in eMBRTUInit()
Dmbrtu_m.c85 eMBMasterRTUInit(UCHAR ucPort, ULONG ulBaudRate, eMBParity eParity ) in eMBMasterRTUInit()
88 ULONG usTimerT35_50us; in eMBMasterRTUInit()
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dtjpgd.h37 typedef unsigned long ULONG; typedef
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dtjpgd.h37 typedef unsigned long ULONG; typedef
/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Dtjpgd.h37 typedef unsigned long ULONG; typedef
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Dtjpgd.h37 typedef unsigned long ULONG; typedef
/hal_espressif-3.6.0/components/freemodbus/port/
Dport.h120 typedef unsigned long ULONG; typedef
Dportserial.c182 BOOL xMBPortSerialInit(UCHAR ucPORT, ULONG ulBaudRate, in xMBPortSerialInit()
Dportserial_m.c181 BOOL xMBMasterPortSerialInit( UCHAR ucPORT, ULONG ulBaudRate, UCHAR ucDataBits, eMBParity eParity ) in xMBMasterPortSerialInit()
Dportevent_m.c120 xMBMasterPortFsmWaitConfirmation( eMBMasterEventType eEventMask, ULONG ulTimeout) in xMBMasterPortFsmWaitConfirmation()
/hal_espressif-3.6.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c383 ULONG ulFlags = fcntl(pxInfo->xSockId, F_GETFL); in xMBTCPPortMasterSetNonBlocking()
399 static err_t xMBTCPPortMasterCheckAlive(MbSlaveInfo_t* pxInfo, ULONG xTimeoutMs) in xMBTCPPortMasterCheckAlive()
428 ULONG ulOptLen = sizeof(xOptErr); in xMBTCPPortMasterCheckAlive()
948 …rtWritePoll(MbSlaveInfo_t* pxInfo, const UCHAR * pucMBTCPFrame, USHORT usTCPLength, ULONG xTimeout) in xMBMasterTCPPortWritePoll()
/hal_espressif-3.6.0/components/freemodbus/serial_slave/modbus_controller/
Dmbc_serial_slave.c101 (ULONG)comm_info->baudrate, in mbc_serial_slave_start()
/hal_espressif-3.6.0/components/freemodbus/modbus/
Dmb.c131 eMBInit( eMBMode eMode, UCHAR ucSlaveAddress, UCHAR ucPort, ULONG ulBaudRate, eMBParity eParity ) in eMBInit()
Dmb_m.c184 eMBMasterSerialInit( eMBMode eMode, UCHAR ucPort, ULONG ulBaudRate, eMBParity eParity ) in eMBMasterSerialInit()
/hal_espressif-3.6.0/components/freemodbus/serial_master/modbus_controller/
Dmbc_serial_master.c106 (ULONG)comm_info->baudrate, in mbc_serial_master_start()
/hal_espressif-3.6.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c238 static int xMBTCPPortRxPoll(MbClientInfo_t* pxClientInfo, ULONG xTimeoutMs) in xMBTCPPortRxPoll()