Home
last modified time | relevance | path

Searched refs:ucNBits (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
56 assert( ucNBits <= 8 ); in xMBUtilSetBits()
70 usMask = ( USHORT )( ( 1 << ( USHORT ) ucNBits ) - 1 ); in xMBUtilSetBits()
86 xMBUtilGetBits( UCHAR * ucByteBuf, USHORT usBitOffset, UCHAR ucNBits ) in xMBUtilGetBits() argument
101 usMask = ( USHORT )( ( 1 << ( USHORT ) ucNBits ) - 1 ); in xMBUtilGetBits()
/hal_espressif-3.6.0/components/freemodbus/modbus/include/
Dmbutils.h79 UCHAR ucNBits, UCHAR ucValues );
101 UCHAR ucNBits );