Searched refs:CR_DONT_CLEAR_MASK (Results 1 – 1 of 1) sorted by relevance
196 pub const CR_DONT_CLEAR_MASK: u8 = CR_IOCE | CR_FEIE | CR_LVBIE; constant253 self.cr &= CR_DONT_CLEAR_MASK; in do_reset()