53#ifndef __RKHFWK_BITTBL_H__
54#define __RKHFWK_BITTBL_H__
66#define RKH_INVALID_BITPOS (rui8_t)0xff
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 ...
rui8_t rkh_bittbl_getBitMask(rui8_t bitPos)
Get the bit mask from a bit position (from an 8-bit value).
Defines the data types that uses RKH.