Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/freemodbus/modbus/include/
Dmbproto.h72 typedef eMBException( *pxMBFunctionHandler ) ( UCHAR * pucFrame, USHORT * pusLength ); typedef
77 pxMBFunctionHandler pxHandler;
Dmb.h266 pxMBFunctionHandler pxHandler );
Dmb_m.h216 pxMBFunctionHandler pxHandler );
/hal_espressif-3.5.0/components/freemodbus/modbus/
Dmb.c227 eMBRegisterCB( UCHAR ucFunctionCode, pxMBFunctionHandler pxHandler ) in eMBRegisterCB()