rUser property
User read data attribute.
Width equal to userDataWidth. Only exists if userDataWidth > 0.
Implementation
Logic? get rUser => userDataWidth != 0 ? port('PRUSER') : null;
User read data attribute.
Width equal to userDataWidth. Only exists if userDataWidth > 0.
Logic? get rUser => userDataWidth != 0 ? port('PRUSER') : null;