Description This function resets a bit within a byte (by reset we mean set the value to 0) Definition reset_bit(uint id) Library LIB/bit_lib.bas Usage On entry: id is the absolute bit address within the data space On exit: There is no return value
This function resets a bit within a byte (by reset we mean set the value to 0)
reset_bit(uint id)
LIB/bit_lib.bas
On entry: id is the absolute bit address within the data space On exit: There is no return value
id is the absolute bit address within the data space
There is no return value