rdData property

Csr? get rdData

The read data from the CSR.

Implementation

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