Type Alias IDR

Source
pub type IDR = Reg<u32, _IDR>;
Expand description

GPIO port input data register

This register you can read. See API.

For information about available fields see idr module

Aliased Type§

pub struct IDR { /* private fields */ }

Trait Implementations§

Source§

impl Readable for IDR

read() method returns idr::R reader structure