rdData property

Csr? get rdData

The read data from the CSR.

Implementation

Csr? get rdData => tryPort(config.name) as Csr?;