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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bits 28:31 - Alternate function selection for port x bit y (y = 8..15)

Bits 24:27 - Alternate function selection for port x bit y (y = 8..15)

Bits 20:23 - Alternate function selection for port x bit y (y = 8..15)

Bits 16:19 - Alternate function selection for port x bit y (y = 8..15)

Bits 12:15 - Alternate function selection for port x bit y (y = 8..15)

Bits 8:11 - Alternate function selection for port x bit y (y = 8..15)

Bits 4:7 - Alternate function selection for port x bit y (y = 8..15)

Bits 0:3 - Alternate function selection for port x bit y (y = 8..15)

Auto Trait Implementations

impl Send for R

impl Sync for R