This standard bit manipulation function contained in the <BIT_UTIL> library inverts a particular bit in the bit string applied at input IN.
NOTE:
Depending on the data type applied at input IN, the function I_BIT_IN_BYTE, I_BIT_IN_DWORD or I_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 inverted |
OUT |
Same as data type at 'IN' (see note above) |
Value with inverted bit BIT_NO |