Clears the bit value at the given position within the byte. This has the effect of setting the bit value to 0.
byte_value |
the byte |
position |
the position in the byte to clear the bit |
the new byte value |