Struct stm32f30x_memory_map::gpio::AfrhR [] [src]

#[repr(C)]
pub struct AfrhR { /* fields omitted */ }

Methods

impl AfrhR
[src]

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)

Trait Implementations

impl Clone for AfrhR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AfrhR
[src]