Type Alias Dir

Source
pub type Dir = Reg<DirSpec>;
Expand description

DIR (rw) register accessor: Data Direction

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

For information about available fields see dir module

Aliased Typeยง

struct Dir { /* private fields */ }