Struct stm32f103xx::gpioa::idr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - Port input data

Bit 1 - Port input data

Bit 2 - Port input data

Bit 3 - Port input data

Bit 4 - Port input data

Bit 5 - Port input data

Bit 6 - Port input data

Bit 7 - Port input data

Bit 8 - Port input data

Bit 9 - Port input data

Bit 10 - Port input data

Bit 11 - Port input data

Bit 12 - Port input data

Bit 13 - Port input data

Bit 14 - Port input data

Bit 15 - Port input data

Auto Trait Implementations

impl Send for R

impl Sync for R