Type Alias RISR
Source pub type RISR = Reg<RISRrs>;
Expand description
RISR (r) register accessor: raw interrupt status register
You can read
this register and get risr::R
. See API.
See register structure
For information about available fields see risr
module
struct RISR { }