RKH
|
Specifies the interface of the mapping table manager to deal with native priority algorithm. More...
#include "rkhtype.h"
Go to the source code of this file.
Functions | |
rui8_t | rkh_bittbl_getBitMask (rui8_t bitPos) |
Get the bit mask from a bit position (from an 8-bit value). More... | |
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 8-bit value). More... | |
Specifies the interface of the mapping table manager to deal with native priority algorithm.
Definition in file rkhfwk_bittbl.h.
rui8_t rkh_bittbl_getBitMask | ( | rui8_t | bitPos | ) |
Get the bit mask from a bit position (from an 8-bit value).
[in] | bitPos | bit position. |
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 8-bit value).
[in] | value | data value to retrieve the least significant bit set. |