Home
last modified time | relevance | path

Searched refs:BIT_RST (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/rdt/CTR/
Drdt_Header.cpp59 controlBit & BIT_RST ? strcat_s(buf, "[RST]") : strcat_s(buf, "[---]"); in PrintDebugInfo()
64 controlBit & BIT_RST ? strcat(buf, "[RST]") : strcat(buf, "[---]"); in PrintDebugInfo()
Drdt_Segment.h54 bool IsRst(void) const { return (header.controlBit & Header::BIT_RST)!=0; } in IsRst()
61 void SetRst(void) { header.controlBit |= Header::BIT_RST; } in SetRst()
Drdt_Header.h35 static const u16 BIT_RST = 0x0002; member