[]Struct nucleo_f042k6::gpiof::otyper::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn ot15(&self) -> OT15R

Bit 15 - Port x configuration bit 15

pub fn ot14(&self) -> OT15R

Bit 14 - Port x configuration bit 14

pub fn ot13(&self) -> OT15R

Bit 13 - Port x configuration bit 13

pub fn ot12(&self) -> OT15R

Bit 12 - Port x configuration bit 12

pub fn ot11(&self) -> OT15R

Bit 11 - Port x configuration bit 11

pub fn ot10(&self) -> OT15R

Bit 10 - Port x configuration bit 10

pub fn ot9(&self) -> OT15R

Bit 9 - Port x configuration bit 9

pub fn ot8(&self) -> OT15R

Bit 8 - Port x configuration bit 8

pub fn ot7(&self) -> OT15R

Bit 7 - Port x configuration bit 7

pub fn ot6(&self) -> OT15R

Bit 6 - Port x configuration bit 6

pub fn ot5(&self) -> OT15R

Bit 5 - Port x configuration bit 5

pub fn ot4(&self) -> OT15R

Bit 4 - Port x configuration bit 4

pub fn ot3(&self) -> OT15R

Bit 3 - Port x configuration bit 3

pub fn ot2(&self) -> OT15R

Bit 2 - Port x configuration bit 2

pub fn ot1(&self) -> OT15R

Bit 1 - Port x configuration bit 1

pub fn ot0(&self) -> OT15R

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