Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freemodbus/modbus/functions/
Dmbutils.c47 xMBUtilSetBits( UCHAR * ucByteBuf, USHORT usBitOffset, UCHAR ucNBits, in xMBUtilSetBits() argument
61 usByteOffset = ( USHORT )( ( usBitOffset ) / BITS_UCHAR ); in xMBUtilSetBits()
64 usNPreBits = ( USHORT )( usBitOffset - usByteOffset * BITS_UCHAR ); in xMBUtilSetBits()
71 usMask <<= usBitOffset - usByteOffset * BITS_UCHAR; in xMBUtilSetBits()
86 xMBUtilGetBits( UCHAR * ucByteBuf, USHORT usBitOffset, UCHAR ucNBits ) in xMBUtilGetBits() argument
95 usByteOffset = ( USHORT )( ( usBitOffset ) / BITS_UCHAR ); in xMBUtilGetBits()
98 usNPreBits = ( USHORT )( usBitOffset - usByteOffset * BITS_UCHAR ); in xMBUtilGetBits()
/hal_espressif-3.6.0/components/freemodbus/modbus/include/
Dmbutils.h78 void xMBUtilSetBits( UCHAR * ucByteBuf, USHORT usBitOffset,
100 UCHAR xMBUtilGetBits( UCHAR * ucByteBuf, USHORT usBitOffset,