pub unsafe fn clear<T>(register: *const T, bit: u8)
Expand description

Clears the bit on the provided register without modifying other bits.

Safety

Some registers have reserved bits which should not be modified.