This standard bit manipulation function contained in the <BIT_UTIL> library sets a particular bit in the bit string applied at input IN.
NOTE:
Depending on the data type applied at input IN, the function S_BIT_IN_BYTE, S_BIT_IN_DWORD or S_BIT_IN_WORD has to be used.
Parameter |
Data type |
Description |
IN |
BYTE, WORD, DWORD (see note above) |
Input bit string |
BIT_NO |
BYTE |
Number (position) of the bit to be set to TRUE |
OUT |
Same as data type at 'IN' (see note above) |
Value with TRUE at bit BIT_NO |