IDR

Type Alias IDR 

Source
pub type IDR = Reg<IDRrs>;
Expand description

IDR (rw) register accessor: Independent Data register

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

See register structure

For information about available fields see idr module

Aliased Typeยง

pub struct IDR { /* private fields */ }