public override void setUnderlyingValue(int raw) { rawVal = raw; val = (sfrRCSTABits)raw; }
public bool hasBit(sfrRCSTABits toCheck) { return (((int)val) | ((int)(toCheck))) == 0 ? false : true; }