Type Alias DIN

Source
pub type DIN = Reg<u32, _DIN>;
Expand description

data input register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see din module

Aliased Typeยง

pub struct DIN { /* private fields */ }