[][src]Struct stm32f1xx_hal::device::gpioa::crh::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn mode8(&self) -> MODE8R[src]

Bits 0:1 - Port n.8 mode bits

pub fn cnf8(&self) -> CNF8R[src]

Bits 2:3 - Port n.8 configuration bits

pub fn mode9(&self) -> MODE8R[src]

Bits 4:5 - Port n.9 mode bits

pub fn cnf9(&self) -> CNF8R[src]

Bits 6:7 - Port n.9 configuration bits

pub fn mode10(&self) -> MODE8R[src]

Bits 8:9 - Port n.10 mode bits

pub fn cnf10(&self) -> CNF8R[src]

Bits 10:11 - Port n.10 configuration bits

pub fn mode11(&self) -> MODE8R[src]

Bits 12:13 - Port n.11 mode bits

pub fn cnf11(&self) -> CNF8R[src]

Bits 14:15 - Port n.11 configuration bits

pub fn mode12(&self) -> MODE8R[src]

Bits 16:17 - Port n.12 mode bits

pub fn cnf12(&self) -> CNF8R[src]

Bits 18:19 - Port n.12 configuration bits

pub fn mode13(&self) -> MODE8R[src]

Bits 20:21 - Port n.13 mode bits

pub fn cnf13(&self) -> CNF8R[src]

Bits 22:23 - Port n.13 configuration bits

pub fn mode14(&self) -> MODE8R[src]

Bits 24:25 - Port n.14 mode bits

pub fn cnf14(&self) -> CNF8R[src]

Bits 26:27 - Port n.14 configuration bits

pub fn mode15(&self) -> MODE8R[src]

Bits 28:29 - Port n.15 mode bits

pub fn cnf15(&self) -> CNF8R[src]

Bits 30:31 - Port n.15 configuration bits

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self