Luna::bit_reset

void bit_reset(void *addr, usize bit_offset)

Sets the specified bit to 0.

Parameters

  • in base_addr

    The address of the bit to offset from.

  • in bit_offset

    The number of bits shifted from the base_addr.

Remark

See remarks of bit_test for details.