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