[][src]Struct stm32f3::stm32f3x8::gpioc::otyper::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 ot15(&self) -> OT15R[src]

Bit 15 - Port x configuration bit 15

pub fn ot14(&self) -> OT14R[src]

Bit 14 - Port x configuration bit 14

pub fn ot13(&self) -> OT13R[src]

Bit 13 - Port x configuration bit 13

pub fn ot12(&self) -> OT12R[src]

Bit 12 - Port x configuration bit 12

pub fn ot11(&self) -> OT11R[src]

Bit 11 - Port x configuration bit 11

pub fn ot10(&self) -> OT10R[src]

Bit 10 - Port x configuration bit 10

pub fn ot9(&self) -> OT9R[src]

Bit 9 - Port x configuration bit 9

pub fn ot8(&self) -> OT8R[src]

Bit 8 - Port x configuration bit 8

pub fn ot7(&self) -> OT7R[src]

Bit 7 - Port x configuration bit 7

pub fn ot6(&self) -> OT6R[src]

Bit 6 - Port x configuration bit 6

pub fn ot5(&self) -> OT5R[src]

Bit 5 - Port x configuration bit 5

pub fn ot4(&self) -> OT4R[src]

Bit 4 - Port x configuration bit 4

pub fn ot3(&self) -> OT3R[src]

Bit 3 - Port x configuration bit 3

pub fn ot2(&self) -> OT2R[src]

Bit 2 - Port x configuration bit 2

pub fn ot1(&self) -> OT1R[src]

Bit 1 - Port x configuration bit 1

pub fn ot0(&self) -> OT0R[src]

Bit 0 - Port x configuration bit 0

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self