|
|||||
|
|||||

|
Function
|
Description
|
|
Sets one bit
|
|
|
Clears one bit
|
|
|
Tests a bit
|
|
|
Stores a value into a bit index
|
|
|
Gets a value from a bit index
|
|
Extracts
a balue from a variable based on a bit index and bit mask
Syntaxget_bits ( <variable>, <bit_index>, <bit_mask> );
Parameters
ReturnsAn integer value.
|
||||||