[][src]Struct stm32f1xx_hal::device::gpioa::crl::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 mode0(&self) -> MODE0R[src]

Bits 0:1 - Port n.0 mode bits

pub fn cnf0(&self) -> CNF0R[src]

Bits 2:3 - Port n.0 configuration bits

pub fn mode1(&self) -> MODE0R[src]

Bits 4:5 - Port n.1 mode bits

pub fn cnf1(&self) -> CNF0R[src]

Bits 6:7 - Port n.1 configuration bits

pub fn mode2(&self) -> MODE0R[src]

Bits 8:9 - Port n.2 mode bits

pub fn cnf2(&self) -> CNF0R[src]

Bits 10:11 - Port n.2 configuration bits

pub fn mode3(&self) -> MODE0R[src]

Bits 12:13 - Port n.3 mode bits

pub fn cnf3(&self) -> CNF0R[src]

Bits 14:15 - Port n.3 configuration bits

pub fn mode4(&self) -> MODE0R[src]

Bits 16:17 - Port n.4 mode bits

pub fn cnf4(&self) -> CNF0R[src]

Bits 18:19 - Port n.4 configuration bits

pub fn mode5(&self) -> MODE0R[src]

Bits 20:21 - Port n.5 mode bits

pub fn cnf5(&self) -> CNF0R[src]

Bits 22:23 - Port n.5 configuration bits

pub fn mode6(&self) -> MODE0R[src]

Bits 24:25 - Port n.6 mode bits

pub fn cnf6(&self) -> CNF0R[src]

Bits 26:27 - Port n.6 configuration bits

pub fn mode7(&self) -> MODE0R[src]

Bits 28:29 - Port n.7 mode bits

pub fn cnf7(&self) -> CNF0R[src]

Bits 30:31 - Port n.7 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