This standard bit manipulation function contained in the <BIT_UTIL> library resets a particular bit in the bit string applied at input IN.
NOTE:
Depending on the data type applied at input IN, the function R_BIT_IN_BYTE, R_BIT_IN_DWORD or R_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 reset to FALSE |
OUT |
Same as data type at 'IN' (see note above) |
Value with FALSE at bit BIT_NO |