clear_bit

Macro clear_bit 

Source
macro_rules! clear_bit {
    ($val:expr, $bit:expr) => { ... };
}