Struct stm32f30x_memory_map::gpio::IdrR [] [src]

pub struct IdrR { /* fields omitted */ }

Methods

impl IdrR
[src]

Bit 15 - Port input data (y = 0..15)

Bit 14 - Port input data (y = 0..15)

Bit 13 - Port input data (y = 0..15)

Bit 12 - Port input data (y = 0..15)

Bit 11 - Port input data (y = 0..15)

Bit 10 - Port input data (y = 0..15)

Bit 9 - Port input data (y = 0..15)

Bit 8 - Port input data (y = 0..15)

Bit 7 - Port input data (y = 0..15)

Bit 6 - Port input data (y = 0..15)

Bit 5 - Port input data (y = 0..15)

Bit 4 - Port input data (y = 0..15)

Bit 3 - Port input data (y = 0..15)

Bit 2 - Port input data (y = 0..15)

Bit 1 - Port input data (y = 0..15)

Bit 0 - Port input data (y = 0..15)

Trait Implementations

impl Clone for IdrR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IdrR
[src]