Struct stm32f0x0::gpioa::odr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl Send for R

impl Sync for R