51 #ifndef __RKHFWK_BITTBL_H__
52 #define __RKHFWK_BITTBL_H__
64 #define RKH_INVALID_BITPOS (rui8_t)0xff
rui8_t rkh_bittbl_getBitMask(rui8_t bitPos)
Get the bit mask from a bit position (from an 8-bit value).
rui8_t rkh_bittbl_getLeastBitSetPos(rui8_t value)
Used to return the bit position of the least significant bit set - a number between 0 and 7 (from an ...
Defines the data types that uses RKH.