Searched refs:BIT_RST (Results 1 – 3 of 3) sorted by relevance
57 controlBit & BIT_RST ? strcat_s(buf, "[RST]") : strcat_s(buf, "[---]"); in PrintDebugInfo()62 controlBit & BIT_RST ? strcat(buf, "[RST]") : strcat(buf, "[---]"); in PrintDebugInfo()
52 bool IsRst(void) const { return (header.controlBit & Header::BIT_RST)!=0; } in IsRst()59 void SetRst(void) { header.controlBit |= Header::BIT_RST; } in SetRst()
33 static const u16 BIT_RST = 0x0002; member