Struct stm32f0x0::gpioa::IDR[][src]

pub struct IDR { /* fields omitted */ }

GPIO port input data register

Methods

impl IDR
[src]

Reads the contents of the register

Auto Trait Implementations

impl Send for IDR

impl !Sync for IDR