ISTR

Type Alias ISTR 

Source
pub type ISTR = Reg<ISTRrs>;
Expand description

ISTR (rw) register accessor: USB interrupt status register

You can read this register and get istr::R. You can reset, write, write_with_zero this register using istr::W. You can also modify this register. See API.

See register structure

For information about available fields see istr module

Aliased Typeยง

pub struct ISTR { /* private fields */ }