[][src]Struct k210_pac::fpioa::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub io: [IO; 48],
    pub tie_en: [TIE_EN; 8],
    pub tie_val: [TIE_VAL; 8],
}

Register block

Fields

io: [IO; 48]

0x00 - FPIOA GPIO multiplexer io array

tie_en: [TIE_EN; 8]

0xc0 - FPIOA GPIO multiplexer tie enable array

tie_val: [TIE_VAL; 8]

0xe0 - FPIOA GPIO multiplexer tie value array

Auto Trait Implementations

Blanket Implementations

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

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, 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]