Struct kea_hal::gpio::gpiob::Parts[][src]

pub struct Parts {
Show fields pub pte0: PTE0<DefaultMode>, pub pte1: PTE1<DefaultMode>, pub pte2: PTE2<DefaultMode>, pub pte3: PTE3<DefaultMode>, pub pte4: PTE4<DefaultMode>, pub pte5: PTE5<DefaultMode>, pub pte6: PTE6<DefaultMode>, pub pte7: PTE7<DefaultMode>, pub ptf0: PTF0<DefaultMode>, pub ptf1: PTF1<DefaultMode>, pub ptf2: PTF2<DefaultMode>, pub ptf3: PTF3<DefaultMode>, pub ptf4: PTF4<DefaultMode>, pub ptf5: PTF5<DefaultMode>, pub ptf6: PTF6<DefaultMode>, pub ptf7: PTF7<DefaultMode>, pub ptg0: PTG0<DefaultMode>, pub ptg1: PTG1<DefaultMode>, pub ptg2: PTG2<DefaultMode>, pub ptg3: PTG3<DefaultMode>, pub pth0: PTH0<DefaultMode>, pub pth1: PTH1<DefaultMode>, pub pth2: PTH2<DefaultMode>, pub pth6: PTH6<DefaultMode>, pub pth7: PTH7<DefaultMode>,
}
Expand description

Port Collection

Fields

pte0: PTE0<DefaultMode>

A pin in the port

pte1: PTE1<DefaultMode>

A pin in the port

pte2: PTE2<DefaultMode>

A pin in the port

pte3: PTE3<DefaultMode>

A pin in the port

pte4: PTE4<DefaultMode>

A pin in the port

pte5: PTE5<DefaultMode>

A pin in the port

pte6: PTE6<DefaultMode>

A pin in the port

pte7: PTE7<DefaultMode>

A pin in the port

ptf0: PTF0<DefaultMode>

A pin in the port

ptf1: PTF1<DefaultMode>

A pin in the port

ptf2: PTF2<DefaultMode>

A pin in the port

ptf3: PTF3<DefaultMode>

A pin in the port

ptf4: PTF4<DefaultMode>

A pin in the port

ptf5: PTF5<DefaultMode>

A pin in the port

ptf6: PTF6<DefaultMode>

A pin in the port

ptf7: PTF7<DefaultMode>

A pin in the port

ptg0: PTG0<DefaultMode>

A pin in the port

ptg1: PTG1<DefaultMode>

A pin in the port

ptg2: PTG2<DefaultMode>

A pin in the port

ptg3: PTG3<DefaultMode>

A pin in the port

pth0: PTH0<DefaultMode>

A pin in the port

pth1: PTH1<DefaultMode>

A pin in the port

pth2: PTH2<DefaultMode>

A pin in the port

pth6: PTH6<DefaultMode>

A pin in the port

pth7: PTH7<DefaultMode>

A pin in the port

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.